| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-20 | Ensure localBrowser is NULL when starting to prevent crash | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-19 | Fix a few small (a lot of big) memory leaks associated with the stamps browser | Simon Robertshaw | 1 | -0/+10 |
| 2012-08-16 | Undo/Snapshots, fixes #118 | Simon Robertshaw | 1 | -0/+35 |
| 2012-08-16 | Air invert and grid mode switching | Simon Robertshaw | 1 | -0/+14 |
| 2012-08-14 | Cut region, fixes #105 | Simon Robertshaw | 1 | -0/+6 |
| 2012-08-14 | Update gitignore, show votes correctly, fixes #97 | Simon Robertshaw | 1 | -1/+10 |
| 2012-08-13 | Precompile some headers. Fix sconscript to prevent recompiling everything | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-10 | Don't set tool strength when there's no tool | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-10 | Change zoom size with [ and ], fixes #90 | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-10 | Save Open signs working | Simon Robertshaw | 1 | -1/+74 |
| 2012-08-10 | Wall brush, fixes #63 | Simon Robertshaw | 1 | -0/+5 |
| 2012-08-10 | Installation with Ctrl+I, fixes #77 | Simon Robertshaw | 1 | -0/+31 |
| 2012-08-10 | Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool str... | Simon Robertshaw | 1 | -0/+9 |
| 2012-08-10 | Impose limit on cursor radius (Limit is radius 128, somewhat smaller than TPT... | Simon Robertshaw | 1 | -0/+4 |
| 2012-08-08 | Do not delete given savefile in GameModel::SetSaveFile, behaviour should be s... | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-07 | Save as current name complete, resolves #5 | Simon Robertshaw | 1 | -10/+12 |
| 2012-08-06 | Prevent save as current name from showing if there is no save loaded | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-06 | Started work on save as current name | Simon Robertshaw | 1 | -0/+55 |
| 2012-08-06 | Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines ... | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-05 | Draw gravity zones when using grav wall | Simon Robertshaw | 1 | -0/+8 |
| 2012-08-04 | Stickman keys working, fixes first half of issue #50 | Simon Robertshaw | 1 | -2/+72 |
| 2012-08-04 | Search window is persistent, issue #66 | Simon Robertshaw | 1 | -1/+2 |
| 2012-08-03 | Add shortcuts for things like gravity, air and air reset, issues #85 and #57 | Simon Robertshaw | 1 | -0/+70 |
| 2012-08-03 | QuickOptions!! #46 | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-01 | Local Saving, Server Saving rewrite | Simon Robertshaw | 1 | -22/+40 |
| 2012-07-30 | Faster brush adjusting with [ and ], use alt to change to 1 pixel | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-28 | Resize brush X and Y axis seperately using Shift and Control, Addresses issue... | Simon Robertshaw | 1 | -2/+13 |
| 2012-07-27 | Local file browser + some more interesting things like Progress bar UI component | Simon Robertshaw | 1 | -0/+27 |
| 2012-07-25 | TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fd | Simon Robertshaw | 1 | -0/+7 |
| 2012-07-25 | WIND tool | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-18 | Info tip for changing display modes | Simon Robertshaw | 1 | -0/+1 |
| 2012-07-18 | Renderer Presets and default graphics function | Simon Robertshaw | 1 | -0/+8 |
| 2012-07-17 | Varying update notifications | Simon Robertshaw | 1 | -1/+12 |
| 2012-07-03 | Make update notification a little better - correct colour. Correct multiline ... | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-24 | Element search | Simon Robertshaw | 1 | -0/+16 |
| 2012-06-21 | Stage 1 of update process completed | Simon Robertshaw | 1 | -0/+2 |
| 2012-06-20 | More in the way of an autoupdater | Simon Robertshaw | 1 | -2/+29 |
| 2012-06-20 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 1 | -1/+2 |
| 2012-06-20 | OpenGL canvas for Windows, Notifications for main Game, Update checker in Cli... | Simon Robertshaw | 1 | -0/+25 |
| 2012-06-18 | GameModel manages currentSave instance | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-18 | Controllers should free their callbacks and views | Simon Robertshaw | 1 | -0/+1 |
| 2012-06-12 | Correct save reloading, add Vac and NGrav tools | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-11 | Saving and loading other flags from GameSave, remove old saveloader | Simon Robertshaw | 1 | -1/+9 |
| 2012-06-10 | Change stamp storage to a list, insert new stamps at the begining, 'l' loads ... | Simon Robertshaw | 1 | -2/+0 |
| 2012-06-09 | Unify stamp and clipboard placement code, GameSave translation and transoform... | Simon Robertshaw | 1 | -12/+29 |
| 2012-06-08 | Load save data when showing the save preview | Simon Robertshaw | 1 | -0/+5 |
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ... | Simon Robertshaw | 1 | -19/+16 |
| 2012-06-06 | Saving and loading at position, yuse exceptions for parsing saves | Simon Robertshaw | 1 | -0/+2 |
| 2012-06-05 | Use a different method for decoding saves with uncompressed object in memory ... | Simon Robertshaw | 1 | -20/+21 |
| 2012-05-13 | Click function for tools that aren't continuous. Debug helper for UI componen... | Simon Robertshaw | 1 | -0/+10 |