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