summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)AuthorFilesLines
2012-08-31Some Lua interface API stuffSimon Robertshaw2-2/+9
2012-08-29Fix cursour falling just out zoom windowSimon Robertshaw1-1/+10
2012-08-28Save decorations and gravity field drawing to prefsSimon Robertshaw1-0/+6
2012-08-27Nicer HUD for betaSimon Robertshaw1-0/+2
2012-08-25Sample tool samples decoration colour when deco menu is visible. fixes #146Simon Robertshaw2-10/+20
2012-08-25Tooltips for quick options menu, #113Simon Robertshaw2-3/+20
2012-08-25Tooltips for sign in button, fixes #113Simon Robertshaw1-1/+1
2012-08-24Alt click alternative to middle clickingSimon Robertshaw1-0/+5
2012-08-24Prevent key overlap for Stickman movement and Gravity/Debug/Stamp actions, fi...Simon Robertshaw3-13/+33
2012-08-21Use collapsed saves when using stamp browser, fix memory leak when saving stampsSimon Robertshaw1-1/+1
2012-08-21Show stamp selection and placement in zoom window. Fixes #140Simon Robertshaw1-37/+37
2012-08-20Clear fire/persistent effects when clearing the simulation, fixes #136Simon Robertshaw1-0/+4
2012-08-20Remove wall frame when loading saves, fixes #103Simon Robertshaw1-0/+1
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 Robertshaw3-0/+15
2012-08-19Pad frame numbers with zeros for screenshots and recordingSimon Robertshaw1-2/+14
2012-08-19Prevent mouse up from leaving a little blob, fixes #130Simon Robertshaw1-1/+1
2012-08-17PPM screen recordingSimon Robertshaw3-2/+77
2012-08-17Sample tool, fixes #122Simon Robertshaw5-4/+104
2012-08-17Fix sign tool message box placeholder textSimon Robertshaw1-1/+1
2012-08-16Undo/Snapshots, fixes #118Simon Robertshaw5-5/+68
2012-08-16Air invert and grid mode switchingSimon Robertshaw3-0/+24
2012-08-14Photon wavlength info for HUD, fixes #111Simon Robertshaw1-0/+40
2012-08-14Fix typo, HUD variable should be Tmp, not Temp, #111Simon Robertshaw1-5/+1
2012-08-14Stricter formatting for Property tool, attempts to address #109Simon Robertshaw1-8/+22
2012-08-14Easier okaying/cancelling for Property tool WindowSimon Robertshaw1-0/+8
2012-08-14Tooltips for menu buttons, fixes #113Simon Robertshaw1-10/+10
2012-08-14Cut region, fixes #105Simon Robertshaw4-1/+19
2012-08-14Allow key releases when in stamp selecting/placement #104, #105Simon Robertshaw1-4/+0
2012-08-14Reset drawing state when placing stampsSimon Robertshaw1-0/+4
2012-08-14Show some info when selecting stamps, #104Simon Robertshaw1-0/+4
2012-08-14Stamp selection and placements works through the zoom window, #104Simon Robertshaw1-3/+5
2012-08-14Snap stamp selection to CELL res, #104Simon Robertshaw1-2/+2
2012-08-14Correct tooltip for save buttonSimon Robertshaw2-9/+34
2012-08-14Fix tool buttonsSimon Robertshaw2-2/+2
2012-08-14Placeholder text for sign tool window, #98Simon Robertshaw1-1/+1
2012-08-14Focus text field for Sign Tool Window, fixes #98Simon Robertshaw1-0/+1
2012-08-14Update gitignore, show votes correctly, fixes #97Simon Robertshaw3-5/+20
2012-08-14Only call button actions if the mouse is released inside the button. Fixes #96Simon Robertshaw1-2/+2
2012-08-13Precompile some headers. Fix sconscript to prevent recompiling everythingSimon Robertshaw4-0/+5
2012-08-12Fixed brush for now, used inefficient algorithm until I can get pure opengl w...Bryan Hoyle1-1/+2
2012-08-12Minor opengl fixes, still not compiling, look at line 14 in src/graphics/Open...Bryan Hoyle1-1/+2
2012-08-10Don't set tool strength when there's no toolSimon Robertshaw1-0/+1
2012-08-10Some fixes for memory leaksSimon Robertshaw2-0/+30
2012-08-10Fix issue where buttons will cause heap corruption if they are removed from i...Simon Robertshaw1-1/+0
2012-08-10Fix crash when using mouse click with unassigned toolsSimon Robertshaw1-1/+1
2012-08-10Change zoom size with [ and ], fixes #90Simon Robertshaw2-4/+10
2012-08-10Sign moving, fixes #10Simon Robertshaw1-3/+132
2012-08-10Save Open signs workingSimon Robertshaw2-1/+79
2012-08-10Alt Z to stick zoom to cursor, disable cursor rendering when zoom is being pl...Simon Robertshaw1-2/+2