summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-06More icon adjustmentsSimon Robertshaw1-1/+0
2012-08-06Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines ...Simon Robertshaw2-1/+3
2012-08-05Font glyphs for decorations and element searchSimon Robertshaw1-1/+1
2012-08-05Clear search buttonSimon Robertshaw1-0/+2
2012-08-05Icon adjustmentsSimon Robertshaw1-3/+12
2012-08-05Wall Edge option, fixes #70Simon Robertshaw1-6/+11
2012-08-05Allow 24bits of var for create_part, add tool for tesc. Fixes #72Simon Robertshaw3-0/+37
2012-08-05Added triangle brush, fixes #47Savely Skresanov2-1/+49
2012-08-05Fan wall line tool, fixes #61Simon Robertshaw1-1/+20
2012-08-05Draw gravity zones when using grav wallSimon Robertshaw3-2/+29
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an...Simon Robertshaw2-0/+23
2012-08-04Add icons for erase, improve icons for certain walls, fix issue #45Simon Robertshaw4-5/+10
2012-08-04Stickman keys working, fixes first half of issue #50Simon Robertshaw1-2/+72
2012-08-04Rectangle snapping.Savely Skresanov1-2/+7
2012-08-04Add date to Preview View, fixes issue #64Simon Robertshaw1-8/+9
2012-08-04Search window is persistent, issue #66Simon Robertshaw1-1/+2
2012-08-04Build fixes for FreeBSDntoskrnl1-1/+1
2012-08-03Add shortcuts for things like gravity, air and air reset, issues #85 and #57Simon Robertshaw3-0/+91
2012-08-03Use plop tool to place single units of an element (Used for Stickman, Fighter...Simon Robertshaw3-0/+24
2012-08-03Hide cursor when selecting/pasting stamps, fixes iseeu #56Simon Robertshaw1-1/+1