summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-08-08Do not delete given savefile in GameModel::SetSaveFile, behaviour should be ↵Simon Robertshaw1-0/+1
similar to GameModel::SetSave in terms of managing memory in given pointer
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
for PRTI, PRTO, WIFI and lines for SOAP.
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 ↵Simon Robertshaw1-2/+13
issue #27
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
label for Confirm prompt
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 ↵Simon Robertshaw1-0/+25
Client (+ other client triggered events)
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
the first stamp or the previously used stamp, 'k' shows the stamp browser
2012-06-09Unify stamp and clipboard placement code, GameSave translation and ↵Simon Robertshaw1-12/+29
transoformation working (not particularly well)
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
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
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
for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation
2012-05-13Click function for tools that aren't continuous. Debug helper for UI ↵Simon Robertshaw1-0/+10
components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-2/+2
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to ↵Simon Robertshaw1-1/+4
use unsigned char rather than boolean for bitmap/outline
2012-04-17Fix drawing of lines, rects and fill within the zoom windowSimon Robertshaw1-3/+3
2012-04-15Simulation optionsSimon Robertshaw1-3/+17
2012-04-07Element sampling HUD thingy (No very good with MVC)Simon Robertshaw1-0/+10
2012-04-04Change brush size with [ and ] keys, change order of drawing for Lua, Fix ↵Simon Robertshaw1-5/+17
print and tpt.log so they log to the console when it is open
2012-04-04CommandInterface, Mouse, Keyboard and Tick events, on screen log, print ↵Simon Robertshaw1-0/+31
redirected to tpt.log
2012-04-03Search and stamps scolling with mouse wheel, Esc to exitSimon Robertshaw1-0/+2
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard ↵Simon Robertshaw1-0/+38
or stamp thumbnail generation, needs thumbnail generator from SaveLoader
2012-03-29Replace Error notification with exception for Tags modelSimon Robertshaw1-2/+2
2012-03-28Exception when loading invalid saveSimon Robertshaw1-1/+10
2012-03-28Clipboard and Stamp from selection (no way to paste/place yet)Simon Robertshaw1-0/+19
2012-03-22More work on Tags - display tags in Tag window and Tag buttonSimon Robertshaw1-2/+27
2012-03-05 Tag UI - actually more of a box at the momentSimon Robertshaw1-2/+8