summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-10Wall brush, fixes #63Simon Robertshaw7-7/+80
2012-08-10Installation with Ctrl+I, fixes #77Simon Robertshaw3-0/+37
2012-08-10Invert button hover state for alternative load and save. addresses some of #80Simon Robertshaw1-6/+8
2012-08-10Tool - Correct box drawing. Finishing touches to tool strength (Fixes #87)Simon Robertshaw1-24/+36
2012-08-10Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool str...Simon Robertshaw6-5/+52
2012-08-10Impose limit on cursor radius (Limit is radius 128, somewhat smaller than TPT...Simon Robertshaw1-0/+4
2012-08-09HUD verbose sample info with 'd', fixes #71Simon Robertshaw2-4/+42
2012-08-09Slow LIGH creation speed, fixes #86Simon Robertshaw2-7/+13
2012-08-08PTsave openingSimon Robertshaw1-1/+4
2012-08-08Do not delete given savefile in GameModel::SetSaveFile, behaviour should be s...Simon Robertshaw2-1/+1
2012-08-07Make intro text fade out correctlySimon Robertshaw1-2/+2
2012-08-07Actual intro textSimon Robertshaw1-0/+2
2012-08-07Intro text, addresses #59Simon Robertshaw1-3/+40
2012-08-07Save as current name complete, resolves #5Simon Robertshaw2-11/+13
2012-08-06Prevent save as current name from showing if there is no save loadedSimon Robertshaw1-1/+1
2012-08-06Started work on save as current nameSimon Robertshaw3-4/+199