| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-07-15 | 'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you nee... | jacob1 | 7 | -12/+39 |
| 2013-07-13 | particles can't be drawn with the brush inside of walls they don't belong, fi... | jacob1 | 1 | -1/+3 |
| 2013-07-13 | fix being able to draw STKM and SPWN on top of other elements | jacob1 | 1 | -1/+1 |
| 2013-07-13 | hitting the buttons on the bottom while pasting a stamp will cancel the paste... | jacob1 | 1 | -1/+1 |
| 2013-07-13 | stamps and local saves rendered without fire, greatly improves loading times | jacob1 | 1 | -1/+1 |
| 2013-07-13 | fix being able to go one page too far in searches with the scroll wheel | jacob1 | 2 | -2/+2 |
| 2013-07-13 | WIFI lines aren't drawn in persistent mode, and are based on current temp, no... | jacob1 | 5 | -38/+14 |
| 2013-07-12 | update rules to fix some problems and more closely match the current rules. f... | jacob1 | 2 | -15/+16 |
| 2013-07-12 | fixes to wall and particle floodfill. Wall fill ignores particles and always ... | jacob1 | 5 | -52/+49 |
| 2013-07-11 | if the previewmodel has exited, the running threads should delete this | jacob1 | 1 | -0/+5 |
| 2013-07-11 | fix bug where PSTN would write past tempParts and into other things, like cor... | jacob1 | 1 | -4/+4 |
| 2013-07-10 | fix floodfill and prop floodfil with photons | jacob1 | 2 | -29/+30 |
| 2013-07-10 | fix piston bugs, fix crashes, don't use bluescreens when compiled with debug ... | jacob1 | 4 | -9/+9 |
| 2013-07-10 | minor changes / fixes to last commit | jacob1 | 1 | -60/+55 |
| 2013-07-10 | redo threading in PreviewModel so that you don't have to wait for everything ... | jacob1 | 2 | -139/+121 |
| 2013-07-09 | Fixed the bug with SPWN not creating when redoing (Ctrl-Z). | Saveliy Skresanov | 1 | -0/+4 |
| 2013-07-07 | Merge branch 'master' of https://github.com/FacialTurd/The-Powder-Toy | Saveliy Skresanov | 1 | -3/+15 |
| 2013-07-07 | Fix the bug where stickmen were shooting LIGH only in one direction. | Saveliy Skresanov | 1 | -1/+1 |
| 2013-07-06 | Fix #127, threads should not be cancelled after being joined | jacksonmj | 1 | -3/+15 |
| 2013-07-03 | Merge pull request #144 from me4502/patch-1 | jacob1 | 1 | -3/+3 |
| 2013-07-03 | Merge pull request #145 from superjoe30/docs | Simon Robertshaw | 1 | -1/+3 |
| 2013-07-03 | documentation: generated code indicates that it is generated | Andrew Kelley | 1 | -1/+3 |
| 2013-07-03 | Updated the readme for my name to match the one in the introtext. | me4502 | 1 | -3/+3 |
| 2013-07-02 | Merge pull request #143 from mniip/foo | jacob1 | 1 | -4/+2 |
| 2013-07-02 | save more settings in powder.pref like ngrav_enable, aheat_enable, pretty pow... | jacob1 | 6 | -11/+46 |
| 2013-06-28 | shouldn't use PIXR/G/B/PACK there, would break if using a non-standard bit sc... | mniip | 1 | -4/+2 |
| 2013-06-27 | fix sim.loadStamp return value, remove VINE_MODE | jacob1 | 5 | -6/+5 |
| 2013-06-24 | fix version tagging in saves | jacob1 | 2 | -4/+4 |
| 2013-06-24 | change some wall descriptions a little | jacob1 | 5 | -17/+17 |
| 2013-06-23 | Add back replace mode and specific delete * | jacob1 | 9 | -438/+414 |
| 2013-06-22 | fix NEUT not setting off DEUT directly under it (save 1236560) | jacob1 | 1 | -1/+1 |
| 2013-06-22 | forgot to push this commit, SDL should only be included in 1 type of way | jacob1 | 2 | -2/+2 |
| 2013-06-21 | fix PTCT melting temperature, seems to have been broken in 525f87fd6be3e716 ,... | jacob1 | 1 | -1/+1 |
| 2013-06-21 | CFLM is a gas ... not a liquid. Fixes #116 | jacob1 | 1 | -2/+2 |
| 2013-06-21 | do ctrl+z snapshots when loading saves / stamps, makes it more predictable to... | jacob1 | 2 | -0/+2 |
| 2013-06-21 | add error messages when errors happening while fav. / unfav.ing a save, delet... | jacob1 | 7 | -22/+37 |
| 2013-06-21 | HUD displays the correct name of LIFE particles in the HUD, show mouse positi... | jacob1 | 8 | -56/+72 |
| 2013-06-20 | fix message when banned not fitting in the window, also partially fix issue #... | jacob1 | 2 | -7/+18 |
| 2013-06-20 | fix BRMT always acting like it was created from TUGN | jacob1 | 2 | -6/+13 |
| 2013-06-16 | 88.0 beta, build 271 | Saveliy Skresanov | 1 | -3/+3 |
| 2013-06-13 | add back sim.partNeighbors + some alternate spellings | jacob1 | 2 | -45/+89 |
| 2013-06-12 | Merge pull request #140 from mniip/lua | jacob1 | 2 | -33/+87 |
| 2013-06-12 | simulation.pmap() | mniip | 2 | -1/+17 |
| 2013-06-12 | simulation.partNeighbours() iterator | mniip | 1 | -35/+50 |
| 2013-06-12 | simulation.parts() iterator | mniip | 2 | -1/+24 |
| 2013-06-12 | Lower rounding errors in BIZR code and make it change color both on vertical ... | Saveliy Skresanov | 1 | -7/+7 |
| 2013-06-10 | Signed integers can be negative, so prop>x does not always correctly indicate... | jacksonmj | 1 | -5/+5 |
| 2013-06-10 | Add two new properties for CLNE-like elements | jacob1 | 12 | -39/+41 |
| 2013-06-09 | add the single saveID copytext button into the save preview too | jacob1 | 7 | -84/+97 |
| 2013-06-09 | fix NEUT created from DEUT explosions sometimes having the deco color of prev... | jacob1 | 2 | -26/+8 |