summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Fixed the bug with SPWN not creating when redoing (Ctrl-Z).Saveliy Skresanov1-0/+4
2013-07-07Merge branch 'master' of https://github.com/FacialTurd/The-Powder-ToySaveliy Skresanov1-3/+15
2013-07-07Fix the bug where stickmen were shooting LIGH only in one direction.Saveliy Skresanov1-1/+1
2013-07-06Fix #127, threads should not be cancelled after being joinedjacksonmj1-3/+15
2013-07-02Merge pull request #143 from mniip/foojacob11-4/+2
2013-07-02save more settings in powder.pref like ngrav_enable, aheat_enable, pretty pow...jacob15-11/+42
2013-06-28shouldn't use PIXR/G/B/PACK there, would break if using a non-standard bit sc...mniip1-4/+2
2013-06-27fix sim.loadStamp return value, remove VINE_MODEjacob15-6/+5
2013-06-24fix version tagging in savesjacob12-4/+4
2013-06-24change some wall descriptions a littlejacob15-17/+17
2013-06-23Add back replace mode and specific delete *jacob19-438/+414
2013-06-22fix NEUT not setting off DEUT directly under it (save 1236560)jacob11-1/+1
2013-06-22forgot to push this commit, SDL should only be included in 1 type of wayjacob12-2/+2
2013-06-21fix PTCT melting temperature, seems to have been broken in 525f87fd6be3e716 ,...jacob11-1/+1
2013-06-21CFLM is a gas ... not a liquid. Fixes #116jacob11-2/+2
2013-06-21do ctrl+z snapshots when loading saves / stamps, makes it more predictable to...jacob12-0/+2
2013-06-21add error messages when errors happening while fav. / unfav.ing a save, delet...jacob17-22/+37
2013-06-21HUD displays the correct name of LIFE particles in the HUD, show mouse positi...jacob18-56/+72
2013-06-20fix message when banned not fitting in the window, also partially fix issue #...jacob12-7/+18
2013-06-20fix BRMT always acting like it was created from TUGNjacob11-5/+12
2013-06-1688.0 beta, build 271Saveliy Skresanov1-3/+3
2013-06-13add back sim.partNeighbors + some alternate spellingsjacob12-45/+89
2013-06-12simulation.pmap()mniip2-1/+17
2013-06-12simulation.partNeighbours() iteratormniip1-35/+50
2013-06-12simulation.parts() iteratormniip2-1/+24
2013-06-12Lower rounding errors in BIZR code and make it change color both on vertical ...Saveliy Skresanov1-7/+7
2013-06-10Signed integers can be negative, so prop>x does not always correctly indicate...jacksonmj1-5/+5
2013-06-10Add two new properties for CLNE-like elementsjacob112-39/+41
2013-06-09add the single saveID copytext button into the save preview toojacob17-84/+97
2013-06-09fix NEUT created from DEUT explosions sometimes having the deco color of prev...jacob12-26/+8
2013-06-09remove debug printing I accidentally included againjacob12-5/+0
2013-06-09SaveID Message after saving a save to the server (like the old tpt did). TODO...jacob13-0/+140
2013-06-09fix problems with point queue, where it would draw a Point at A, a line from ...jacob13-14/+15
2013-06-09Possibly fix crash due to Lua running out of stack spacejacksonmj1-0/+1
2013-06-08fix tpt.selectedl not changing sometimes when using the element search or sam...jacob15-20/+24
2013-06-08fix ToolTips on split buttons not working correctly (button overrode them), f...jacob12-30/+25
2013-06-07save publishing info in the save upload uijacob14-5/+42
2013-06-07make saves private by default againjacob11-31/+82
2013-06-07PHOT can go through PBCN and BCLN, fixes differences in PHOT cloning found in...jacob11-71/+87
2013-06-07some minor changes to toolsjacob18-21/+25
2013-06-07adjust tool strengths a little, to make them a little fasterjacob16-8/+8
2013-06-06GOLD changes photons to yellowjacob11-15/+16
2013-06-06WIND tool creates WIND just by holding down the line tool againjacob13-2/+13
2013-06-06fix sim.NUM_PARTS, other small changesjacob14-18/+14
2013-06-06make constants in the lua api's a lot easier to writejacob12-111/+110
2013-06-05fix not being able to draw tool lines or boxes, but you can still press ctrl+...jacob11-11/+19
2013-06-02allow creating WIND lines from luajacob17-18/+46
2013-05-31fix bug where you had to start using a tool before setting it's strengthjacob14-31/+33
2013-05-31even more lua simulation api functionsjacob14-16/+105
2013-05-30Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.gitjacob119-330/+151