summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-29more scons fixes for windowsjacob12-0/+2
2012-12-29Merge remote-tracking branch 'origin/master'jacob11-2/+2
2012-12-29fix save as new name not actually causing the new save & title to be loadedjacob11-5/+2
2012-12-26Comment out cpu_check, which only creates errorsjacob11-2/+2
2012-12-23Merge remote-tracking branch 'origin/master'jacob11-1/+1
2012-12-23revert stickmen CONV fix, and do it another way that doesn't crashjacob11-8/+31
2012-12-21Fix small mistake in TSNSjacob11-1/+1
2012-12-19change max to 200, 500 was a bit largejacob11-4/+4
2012-12-19allow a slightly larger brush sizejacob11-8/+8
2012-12-18use kill_part when creating a new particle over an index, fixes STKM not resp...jacob11-6/+1
2012-12-18fix undo not allowing any more stickmen to be placed, save stickmen in snapshotsjacob12-3/+10
2012-12-18fix sltw + liquid rubiduim explosion, make it work like water'sjacob12-7/+8
2012-12-18make TSNS not detect METL, some other sensor and CONV fixesjacob14-22/+14
2012-12-18make water equalization use flags, not tmp2 (fixes EXOT / BUBW)jacob12-7/+11
2012-12-18make sure that simulation variables are initialized, fixes things like water ...jacob11-0/+6
2012-12-18selecting a stamp moves it to the front of the list again (unless you hold ctrl)jacob18-3/+49
2012-12-18fix mismatched malloc() / delete [], fixes # 106jacob11-1/+1
2012-12-18initialize variables in air.cpp and simulation.cppjacob13-8/+21
2012-12-18fix '=' resetting air heat, fix uninitialized ambient heat setting, a few LOL...jacob16-32/+21
2012-12-18fix WARP being invisible, make it visible in heat display mode thoughjacob14-4/+22
2012-12-17fix TRON ignoring GOO until the last momentjacob11-1/+1
2012-12-16Fix crash in GameSave::serialiseOPSjacksonmj1-1/+1
2012-12-16More detailed error when opening non-existent directory.Simon Robertshaw1-2/+2
2012-12-16Print errors regardless of build typeSimon Robertshaw1-2/+0
2012-12-16fix output appearing in stdout without DEBUG definedjacob12-0/+4
2012-12-16fix comment error messages not showingjacob11-2/+5
2012-12-16fix comments being deleted when hitting enter and opening a save or getting a...jacob14-6/+17
2012-12-16fix colors slightly from last commitjacob11-2/+6
2012-12-16fix upvote buttons still having colored background after clearing the save, m...jacob12-8/+19
2012-12-16Copy dcolour when MERC expands, to let people make coloured mercury thermometersjacksonmj1-2/+3
2012-12-15save stamps on 1 pixel grid (works exactly like in tpt now), delete signs wit...jacob12-25/+30
2012-12-15make the comment box always multiline. Fixing pasting large amounts of text i...jacob11-2/+1
2012-12-15Update version numberSimon Robertshaw1-2/+2
2012-12-15make sure long amounts of text without spaces doesn't run over out of boundsjacob12-21/+23
2012-12-15Prompt for install on first startupSimon Robertshaw1-1/+6
2012-12-15Make installation success message a little friendlierSimon Robertshaw1-1/+1
2012-12-15Add missing URL Protocol registration on WindowsSimon Robertshaw1-0/+52
2012-12-15Element population histogram debug info display - has to be enabled by adding...Simon Robertshaw5-0/+117
2012-12-15Ensure resampler.cpp is compiled when neededSimon Robertshaw1-0/+1
2012-12-15Very high quality image resampling code curtesy of imageresampler (http://cod...Simon Robertshaw5-8/+1525
2012-12-14More accurate elementCountSimon Robertshaw2-3/+6
2012-12-14Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-6/+5
2012-12-14Prevent saves from being loaded twice by the Save browserSimon Robertshaw3-0/+7
2012-12-14Merge remote-tracking branch 'origin/master'jacob11-2/+2
2012-12-14update gravity wall zones whether or not newtonian gravity is on. Fixes #92jacob11-6/+5
2012-12-14Update WIRE name and description, fixes #101Simon Robertshaw1-2/+2
2012-12-14a working scrollbar in the save preview. Also, fix the bug where you couldn't...jacob14-9/+67
2012-12-13make it easier to create new energy particles (like for mods), they would jus...jacob11-1/+1
2012-12-12fix walls loading incorrectly in extremely old saves. Fix some invalid save f...jacob11-31/+31
2012-12-09New Conversation notificationsSimon Robertshaw5-0/+66