| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-25 | Correct size for textbox limits, fixes #8 | Simon Robertshaw | 1 | -1/+3 |
| 2012-08-25 | Tooltips for quick options menu, #113 | Simon Robertshaw | 2 | -3/+20 |
| 2012-08-25 | Tooltips for sign in button, fixes #113 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-24 | Don't you just hate those fencepost errors... Stop going out of bounds when t... | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-24 | Alt click alternative to middle clicking | Simon Robertshaw | 1 | -0/+5 |
| 2012-08-24 | Fix install crash (somehow, I commented out the bit the gets the current dire... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-24 | More efficient floodfill function for gravity walls, no need for larger stack... | Simon Robertshaw | 1 | -10/+27 |
| 2012-08-24 | Prevent key overlap for Stickman movement and Gravity/Debug/Stamp actions, fi... | Simon Robertshaw | 3 | -13/+33 |
| 2012-08-24 | Fix prev, next buttons in Stamps browser. #141 | Simon Robertshaw | 2 | -5/+5 |
| 2012-08-21 | Remember Console history | Simon Robertshaw | 2 | -2/+17 |
| 2012-08-21 | PPIP glowing brick in fire mode | Simon Robertshaw | 1 | -1/+6 |
| 2012-08-21 | Fix stamps page count | Simon Robertshaw | 4 | -35/+11 |
| 2012-08-21 | Use collapsed saves when using stamp browser, fix memory leak when saving stamps | Simon Robertshaw | 2 | -3/+24 |
| 2012-08-21 | Add EMP flash, fixes #137 | Simon Robertshaw | 5 | -8/+15 |
| 2012-08-21 | Show stamp selection and placement in zoom window. Fixes #140 | Simon Robertshaw | 1 | -37/+37 |
| 2012-08-21 | Add missing files from e54eeae | Simon Robertshaw | 3 | -8/+10 |
| 2012-08-21 | Air heat simulation now knows about gravity mode. fixes #142 | Simon Robertshaw | 3 | -5/+10 |
| 2012-08-21 | Move tick time into engine, fixes #139 | Simon Robertshaw | 1 | -0/+3 |
| 2012-08-21 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 3 | -56/+91 |
| 2012-08-21 | Correct particlesCount when reading PSv format, particlesCount was being assi... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-20 | final fusion fixes | Bryan Hoyle | 3 | -10/+44 |
| 2012-08-20 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Bryan Hoyle | 1 | -0/+4 |
| 2012-08-20 | HYGN now combusts and fuses properly | Bryan Hoyle | 1 | -46/+47 |
| 2012-08-20 | Clear fire/persistent effects when clearing the simulation, fixes #136 | Simon Robertshaw | 1 | -0/+4 |
| 2012-08-20 | Limit on text width in textboxes | Simon Robertshaw | 2 | -3/+6 |
| 2012-08-20 | Remove wall frame when loading saves, fixes #103 | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-20 | Ensure localBrowser is NULL when starting to prevent crash | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-20 | Update version number | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-20 | TPT: Prevent accidental infinite loops in lua, fixes #115 | Simon Robertshaw | 3 | -9/+29 |
| 2012-08-20 | TPT: Prevent CONV from destroying diamond | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-20 | TPT: Powered pipe, based on jacob1's commits | Simon Robertshaw | 6 | -90/+414 |
| 2012-08-20 | TPT: Error reporting in other things besides just step functions (No error re... | Simon Robertshaw | 1 | -6/+13 |
| 2012-08-20 | TPT: fix enegery particles going into PIPE | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-20 | TPT: fix set_property not checking stacked particles when specifying range, a... | Simon Robertshaw | 1 | -13/+19 |
| 2012-08-20 | TPT: Fix salt/water proportions when dissolving into DSTW as well | Simon Robertshaw | 1 | -2/+4 |
| 2012-08-20 | TPT: Consistent proportions of WATR and SALT in SLTW (1 SALT + 3 WATR = 4 SLTW) | Simon Robertshaw | 3 | -3/+5 |
| 2012-08-20 | Add missing legacy update function | Simon Robertshaw | 3 | -2/+120 |
| 2012-08-20 | Correct position of context menus in scrolling panels, fixes #135 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-19 | Fix a few small (a lot of big) memory leaks associated with the stamps browser | Simon Robertshaw | 5 | -4/+21 |
| 2012-08-19 | Herp derp, forgot to call dealloc in GameSave destructor | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-19 | Looks like calling the destructor manually is not a good idea. | Simon Robertshaw | 2 | -4/+32 |
| 2012-08-19 | Catch exceptions when loading initial stamp | Simon Robertshaw | 1 | -2/+10 |
| 2012-08-19 | Pad frame numbers with zeros for screenshots and recording | Simon Robertshaw | 2 | -3/+22 |
| 2012-08-19 | Basic realistic heat and latent heat support. | Savely Skresanov | 8 | -400/+167 |
| 2012-08-19 | TPTScript: Allow numbers with decimal point | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-19 | Fix the Lua EngineProcess bug, not sure how either (needs further investigati... | Simon Robertshaw | 1 | -5/+2 |
| 2012-08-19 | Ensure Lua mouse status is reset at startup, fixes #130 | Simon Robertshaw | 1 | -0/+3 |
| 2012-08-19 | Prevent mouse up from leaving a little blob, fixes #130 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-19 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 1 | -1/+0 |
| 2012-08-19 | Make ngrav negative, fixes #133 | Simon Robertshaw | 1 | -1/+1 |