| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-12-14 | Update WIRE name and description, fixes #101 | Simon Robertshaw | 1 | -2/+2 |
| 2012-12-14 | a working scrollbar in the save preview. Also, fix the bug where you couldn't... | jacob1 | 4 | -9/+67 |
| 2012-12-13 | make it easier to create new energy particles (like for mods), they would jus... | jacob1 | 1 | -1/+1 |
| 2012-12-12 | fix walls loading incorrectly in extremely old saves. Fix some invalid save f... | jacob1 | 1 | -31/+31 |
| 2012-12-09 | New Conversation notifications | Simon Robertshaw | 5 | -0/+66 |
| 2012-12-09 | Use NotifyAuthUserChanged for GameController login, this will help users beco... | Simon Robertshaw | 4 | -16/+10 |
| 2012-12-09 | C++erific text cleaner function, also, it's a good idea to actually clean tex... | Simon Robertshaw | 3 | -6/+58 |
| 2012-12-07 | add back element descriptions in some cpp files, fix minor TRON search proble... | jacob1 | 3 | -2/+46 |
| 2012-12-06 | TRON_NORANDOM flag | jacob1 | 1 | -3/+9 |
| 2012-12-06 | allow TRON to plan ahead which particles will disappear by the time it gets t... | jacob1 | 1 | -5/+15 |
| 2012-12-06 | fix compiling warnings / error | jacob1 | 3 | -6/+6 |
| 2012-12-06 | Merge remote-tracking branch 'origin/master' | jacob1 | 16 | -45/+260 |
| 2012-12-06 | give TRON the ability to go through activated SWCH | jacob1 | 2 | -5/+13 |
| 2012-12-04 | Fix slight particle order issue with SWCH | jacksonmj | 1 | -1/+1 |
| 2012-12-01 | Fix infinite pressure glitch with CLST | jacob1 | 1 | -2/+2 |
| 2012-11-27 | Update version number (build 250) | Simon Robertshaw | 1 | -1/+1 |
| 2012-11-26 | Right clicking on reload button will show save preview. | Simon Robertshaw | 5 | -13/+49 |
| 2012-11-26 | Stop using persistent connections when we don't need them. Force shutdown of ... | Simon Robertshaw | 3 | -25/+73 |
| 2012-11-24 | Update src/simulation/elements/VIBR.cpp | jacob1 | 1 | -2/+2 |
| 2012-11-18 | Allow resizing of custom brushes | Simon Robertshaw | 1 | -11/+51 |
| 2012-11-18 | Helper function for linear interpolation | Simon Robertshaw | 1 | -0/+7 |
| 2012-11-18 | Custom brushes loaded from "Brushes" folder, format is a simple RAW 8bit grey... | Simon Robertshaw | 3 | -1/+78 |
| 2012-11-18 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 2 | -1/+5 |
| 2012-11-18 | Ensure directory enumeration works whether there's a path seperator at the en... | Simon Robertshaw | 2 | -0/+7 |
| 2012-11-18 | update build number, which was incorrect. Add an easy way for mods to ignore ... | jacob1 | 2 | -1/+5 |
| 2012-11-18 | Use ifndef WIN instead of ifdef _unix | Simon Robertshaw | 1 | -1/+1 |
| 2012-11-17 | VINE cool/burn effects like in PLNT, less sharp burn lines, fix infinite smok... | jacob1 | 4 | -2/+23 |
| 2012-11-17 | fix directly sparking metal not heating it up, fix formatting, allowing updat... | jacob1 | 1 | -11/+20 |
| 2012-11-17 | fix link signs ignoring the zoom window, allow right clicking link signs to u... | jacob1 | 1 | -2/+5 |
| 2012-11-16 | add (slightly updated) README from tpt | jacob1 | 1 | -2/+2 |
| 2012-11-16 | Fixed issue with opengl-renderer, missing semicolon | Bryan Hoyle | 1 | -1/+1 |
| 2012-11-16 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Bryan Hoyle | 16 | -32/+126 |
| 2012-11-16 | Opengl fix | Bryan Hoyle | 1 | -2/+4 |
| 2012-11-16 | fix pause state being reset every time you clear the sim | jacob1 | 1 | -3/+1 |
| 2012-11-16 | save pause state in stamps, load pause state from local saves and stamps corr... | jacob1 | 4 | -9/+9 |
| 2012-11-16 | fix visual studio std::max problem | jacob1 | 5 | -6/+9 |
| 2012-11-16 | fix tpt.el.X.name commands | jacob1 | 1 | -1/+1 |
| 2012-11-16 | fix crashes when deleting stamps or getting an error when saving | jacob1 | 2 | -3/+3 |
| 2012-11-15 | Fix divide-by-zero error | Simon Robertshaw | 1 | -9/+17 |
| 2012-11-12 | Remove some debug printing | Simon Robertshaw | 1 | -2/+4 |
| 2012-11-12 | More edge cases | mniip | 1 | -1/+2 |
| 2012-11-12 | Better rectangle tool render function, no crappy pixels in edge cases anymore | mniip | 1 | -3/+7 |
| 2012-11-12 | Element palette for automatic element ID/mod mapping | Simon Robertshaw | 4 | -4/+82 |
| 2012-11-09 | Fix typo: Persistant -> Persistent | Christoph Korn | 1 | -1/+1 |
| 2012-11-06 | Spelling: "hottest" | jacksonmj | 1 | -1/+1 |
| 2012-11-05 | Transfer energy between VIBR and BVBR | jacksonmj | 1 | -34/+29 |
| 2012-11-05 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 9 | -120/+157 |
| 2012-11-05 | Update version number | Simon Robertshaw | 1 | -2/+2 |
| 2012-11-05 | Fix INVS staying dark blue even when pressure is removed | jacksonmj | 1 | -0/+2 |
| 2012-11-05 | Oops, didn't see that parts[i].temp at the bottom, ignore the second half of ... | jacksonmj | 1 | -2/+0 |