summaryrefslogtreecommitdiff
path: root/src/gui/game/GameController.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30some new sim and ren lua api functionsjacob11-1/+11
2013-05-17new lua sim api functions to get/set deco color, load a save, and adjust ↵jacob11-1/+1
coordinates to the screen / zoom window
2013-05-17fix tpt.selectedl sometimes being incorrectjacob11-5/+6
2013-05-15finish return values for the legacy api, add sim.saveStamp and sim.loadStampjacob11-2/+5
2013-05-15when called with no arguments, some tpt. functions will act as get functions ↵jacob11-8/+10
(unfinished) Also, redo some menu stuff to use int's instead of Menu *s, and fix bug with toggleable buttons being toggled without triggering their actions
2013-05-14lua simulation api functions for creating particles, walls, boxes, and wallsjacob11-1/+1
2013-05-14rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGNjacob11-1/+1
2013-05-11Togglable lua scriptingSimon Robertshaw1-1/+7
2013-05-05Only free GameView if it can be closedSimon Robertshaw1-5/+5
2013-05-04Prevent TUGN from breaking when resetting airSimon Robertshaw1-1/+1
2013-04-07Allow signing out and editing profile from the old login button, add a ↵Simon Robertshaw1-0/+6
button to edit avatar (directs to the website at the moment) Allow viewing profiles by clicking avatars
2013-03-22Fix includes for GUI stuffSimon Robertshaw1-13/+13
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-0/+1426