summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-1426/+0
2013-03-16APIRequest, Aync methods for client, Profile edit/viewer (WIP)Simon Robertshaw1-2/+10
2013-03-16add a button to show the save uploading rules inside the save upload dialogjacob11-2/+2
2013-03-09a few more memory leak fixesjacob11-0/+16
2013-02-25fix even more memory leaksjacob11-0/+4
2013-02-24fix crash when hovering the mouse over invalid wall typesjacob11-1/+1
2013-02-09fix tpt.selectedl not updating with sample brush, always put photons[] on ↵jacob11-4/+8
top in HUD
2013-02-08fix sign box size, sign width with {t} and {p}, and zoom box sizejacob11-1/+1
2013-01-14deco menu needs to be clicked to enter, press 'b' to get out of deco editor toojacob11-6/+5
2013-01-11moving gameModel was a bad idea, so i just made an alias functionmniip1-4/+9
2013-01-09readd tpt.hud and tpt.set_console commandsjacob11-1/+15
2013-01-08fix tpt.selectedl/r/a, but it returns the string identifier now instead of an idjacob11-0/+6
2012-12-19change max to 200, 500 was a bit largejacob11-4/+4
2012-12-19allow a slightly larger brush sizejacob11-8/+8
2012-12-18selecting a stamp moves it to the front of the list again (unless you hold ctrl)jacob11-0/+2
attempted to do MVC right?
2012-12-18fix WARP being invisible, make it visible in heat display mode thoughjacob11-1/+9
2012-12-15Prompt for install on first startupSimon Robertshaw1-1/+6
2012-12-15Make installation success message a little friendlierSimon Robertshaw1-1/+1
2012-12-15Element population histogram debug info display - has to be enabled by ↵Simon Robertshaw1-0/+8
adding debugInfo.push_back(new ElementPopulationDebug(gameModel->GetSimulation())); somewhere in GameController
2012-12-14Prevent saves from being loaded twice by the Save browserSimon Robertshaw1-0/+1
2012-12-09New Conversation notificationsSimon Robertshaw1-0/+17
2012-12-09Use NotifyAuthUserChanged for GameController login, this will help users ↵Simon Robertshaw1-13/+7
become aware when their sessions expire.
2012-11-26Right clicking on reload button will show save preview.Simon Robertshaw1-0/+9
2012-11-17fix link signs ignoring the zoom window, allow right clicking link signs to ↵jacob11-2/+5
use them while sign tool selected
2012-11-16save pause state in stamps, load pause state from local saves and stamps ↵jacob11-1/+7
correctly, remove accidental inclusion
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