summaryrefslogtreecommitdiff
path: root/src/gui/game/GameController.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-08Include elements[].Enabled in check for invalid lava ctypejacksonmj1-0/+10
2013-08-30fix bug where when sparks were reset, ctype wasn'tjacob11-1/+1
2013-08-26Whoops forgot to replace some redundant code related to regexmniip1-3/+2
2013-08-22specially per @savask's request, put matcher into a functionmniip1-20/+3
2013-08-22regexless gameModelmniip1-11/+22
2013-08-22Fix sign save/topic regex.Saveliy Skresanov1-1/+1
2013-07-25instant save option option, hold ctrl when clicking a save in the save previe...jacob11-4/+4
2013-07-18stickmen element defaults to right selected element if possible, or else stil...jacob11-1/+21
2013-07-18logging in in the save preview will update the login button on the main screenjacob11-15/+2
2013-07-18add back replace mode and specific delete. Activated with insert key / delete...jacob11-0/+12
2013-07-17click a preset once to select it, twice to switch to deco set tool. Prevent c...jacob11-1/+2
2013-07-16save to server button is disabled when not logged in, but tags are viewable (...jacob11-11/+6
2013-07-15give an error when a local save isn't saved properly, instead of exiting and ...jacob11-1/+2
2013-07-15'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you nee...jacob11-0/+9
2013-07-02save more settings in powder.pref like ngrav_enable, aheat_enable, pretty pow...jacob11-0/+5
2013-06-21do ctrl+z snapshots when loading saves / stamps, makes it more predictable to...jacob11-0/+1
2013-06-21HUD displays the correct name of LIFE particles in the HUD, show mouse positi...jacob11-9/+13
2013-06-09remove debug printing I accidentally included againjacob11-2/+0
2013-06-09fix problems with point queue, where it would draw a Point at A, a line from ...jacob11-5/+9
2013-06-08fix tpt.selectedl not changing sometimes when using the element search or sam...jacob11-6/+8
2013-06-07save publishing info in the save upload uijacob11-1/+1
2013-06-06fix sim.NUM_PARTS, other small changesjacob11-0/+5
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 coor...jacob11-1/+1
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
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 button...Simon Robertshaw1-0/+6
2013-03-22Fix includes for GUI stuffSimon Robertshaw1-13/+13
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-0/+1426