summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-29Don't use SDL defines in platform independant codeSimon Robertshaw1-1/+1
2012-10-26Ctrl + G gravity grid togglejacob11-0/+6
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ↵jacob11-15/+23
filename not showing when first saving a local save
2012-10-26ability to reload and resave local saves without retyping namejacob11-2/+22
2012-10-05Console Show quickoptionjacob11-0/+1
(best way I could think of)
2012-10-05info tip on deco/ngrav/aheat changedjacob11-2/+1
2012-10-05{t:15100|text} to open a forum thread (will try to add more shortcuts later)jacob11-3/+12
2012-10-05Ensure save is stored in memory for reload when using Save as current name, ↵Simon Robertshaw1-2/+1
correct ServerSaveActivity to call SaveUploaded when doing an instant upload
2012-09-30Pass points by value for drawing toolsSimon Robertshaw1-4/+4
2012-09-30Better hanling of edgeMode and "New Sim" buttonSimon Robertshaw1-1/+1
2012-09-26render preset buttons in render options interface, also shift + 1 life view ↵jacob11-1/+2
shortcut modify it if you don't like how it looks, but it turned out better than I expected
2012-09-13Show version info in update prompt. Fixes #177Simon Robertshaw1-1/+18
2012-09-13Allow editing link signs. Fixes #182Simon Robertshaw1-2/+2
2012-09-07Hidden elements in element searchSimon Robertshaw1-0/+2
2012-09-06Fix some off-by-one mouse clamping issuesSimon Robertshaw1-1/+1
2012-09-06Wall names in HUDjacob11-0/+8
Conflicts: src/game/GameView.cpp
2012-09-05Fix setting colour presetsSimon Robertshaw1-0/+1
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some ↵Simon Robertshaw1-1/+1
issues with the Tag ui. Fixes #157
2012-09-05Perform pointtranslate (zoom) only in GameView. Fixes point line issue in #175Simon Robertshaw1-5/+5
2012-09-03Ensure saves are expanded in memory when performing translate operations. ↵Simon Robertshaw1-0/+4
Fixes #174
2012-09-01!load command for old consoleSimon Robertshaw1-1/+1
2012-09-01Colour picker and presets for decorationsSimon Robertshaw1-0/+22
2012-08-31Some Lua interface API stuffSimon Robertshaw1-2/+8
2012-08-29Fix cursour falling just out zoom windowSimon Robertshaw1-1/+10
2012-08-24Prevent key overlap for Stickman movement and Gravity/Debug/Stamp actions, ↵Simon Robertshaw1-0/+16
fixes #81
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 ↵Simon Robertshaw1-0/+9
strength (Shift = x10, Ctrl = x0.1)
2012-08-10Impose limit on cursor radius (Limit is radius 128, somewhat smaller than ↵Simon Robertshaw1-0/+4
TPT, but I don't think a larger size is necessary), fixes #88
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