summaryrefslogtreecommitdiff
path: root/src/gui/game/GameController.h
AgeCommit message (Collapse)AuthorFilesLines
2013-11-13Initial check-in of movable solids. Save/Load/Undo do not work and may crash.Stanislaw Skowronek1-0/+1
2013-10-19Spark sign tool, {b|sometext}, when the sign is clicked, the a spark will be ↵Simon Robertshaw1-0/+1
created at the signs position. Also MouseDown events that draw particles from being triggered when clicking on a sign
2013-09-08Include elements[].Enabled in check for invalid lava ctypejacksonmj1-0/+1
2013-07-25instant save option option, hold ctrl when clicking a save in the save ↵jacob11-1/+1
preview to skip the entire preview and not load the comments
2013-07-18logging in in the save preview will update the login button on the main screenjacob11-1/+0
2013-07-18add back replace mode and specific delete. Activated with insert key / ↵jacob11-0/+2
delete key, use ctrl+alt click to select what to use for the checks
2013-07-15'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you ↵jacob11-0/+1
need to press to toggle them
2013-06-21HUD displays the correct name of LIFE particles in the HUD, show mouse ↵jacob11-1/+1
position in HUD on the edges of the screen
2013-06-08fix tpt.selectedl not changing sometimes when using the element search or ↵jacob11-0/+1
sample tool. Assume that new saves will get the auto-vote, so set that too.
2013-06-06fix sim.NUM_PARTS, other small changesjacob11-5/+0
2013-05-30some new sim and ren lua api functionsjacob11-0/+2
2013-05-15finish return values for the legacy api, add sim.saveStamp and sim.loadStampjacob11-1/+1
2013-05-15when called with no arguments, some tpt. functions will act as get functions ↵jacob11-1/+2
(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-11Togglable lua scriptingSimon Robertshaw1-1/+4
2013-04-07Allow signing out and editing profile from the old login button, add a ↵Simon Robertshaw1-0/+1
button to edit avatar (directs to the website at the moment) Allow viewing profiles by clicking avatars
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-0/+155