summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-12Minor opengl fixes, still not compiling, look at line 14 in src/graphics/Open...Bryan Hoyle4-8/+6
2012-08-12Remove more unused filesSimon Robertshaw2-68/+0
2012-08-12Remove old unused textareaSimon Robertshaw2-113/+0
2012-08-12Message of the day and user session check on startupSimon Robertshaw5-4/+65
2012-08-11Implement some missing lua functions, PNG format creation (requires zlib)Simon Robertshaw7-69/+332
2012-08-11Lua element and graphics functions working (element_func no longer uses "repl...Simon Robertshaw2-26/+89
2012-08-11TPT: Give menu color to elements without one (stickmen, TRON, and WARP)Simon Robertshaw6-63/+10
2012-08-10Don't set tool strength when there's no toolSimon Robertshaw1-0/+1
2012-08-10Some fixes for memory leaksSimon Robertshaw3-0/+37
2012-08-10Fix issue where buttons will cause heap corruption if they are removed from i...Simon Robertshaw2-3/+1
2012-08-10Fix crash when using mouse click with unassigned toolsSimon Robertshaw1-1/+1
2012-08-10Fix PIPE, fixes #92Simon 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 Robertshaw3-2/+80
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 Robertshaw8-11/+84
2012-08-10Installation with Ctrl+I, fixes #77Simon Robertshaw8-1/+308
2012-08-10Invert button hover state for alternative load and save. addresses some of #80Simon Robertshaw1-6/+8
2012-08-10Create local saves dir if it does not exists (fixes #80)Simon Robertshaw1-0/+10
2012-08-10Correct position of cancel button in server save dialogueSimon Robertshaw1-1/+1
2012-08-10Correct position of cancel button in local save dialogue as per #80Simon Robertshaw1-1/+1
2012-08-10Tool - Correct box drawing. Finishing touches to tool strength (Fixes #87)Simon Robertshaw2-25/+37
2012-08-10Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool str...Simon Robertshaw9-20/+73
2012-08-10Impose limit on cursor radius (Limit is radius 128, somewhat smaller than TPT...Simon Robertshaw1-0/+4
2012-08-10Use Left modifier keysSimon Robertshaw2-5/+19
2012-08-09HUD verbose sample info with 'd', fixes #71Simon Robertshaw4-6/+54
2012-08-09Slow LIGH creation speed, fixes #86Simon Robertshaw3-8/+13
2012-08-09Ensure keyrepeat is disabled at component creationSimon Robertshaw1-1/+2
2012-08-09Gravity lensingSimon Robertshaw2-4/+26
2012-08-08Persistent modeSimon Robertshaw2-303/+330
2012-08-08PTsave openingSimon Robertshaw4-2/+80
2012-08-08Command line "open"Simon Robertshaw1-0/+33
2012-08-08Do not delete given savefile in GameModel::SetSaveFile, behaviour should be s...Simon Robertshaw2-1/+1
2012-08-08Perhaps FileExists shouldn't erase file contents...Simon Robertshaw1-1/+1
2012-08-08Proxy from command line argSimon Robertshaw3-10/+45
2012-08-08Scale and fullscreen loaded/saved to config and commandlineSimon Robertshaw2-3/+41
2012-08-08Make options screen a little nicerSimon Robertshaw1-3/+4
2012-08-08Fullscreen and scale setting from sim optionsSimon Robertshaw9-17/+190
2012-08-07Make intro text fade out correctlySimon Robertshaw1-2/+2
2012-08-07Actual intro textSimon Robertshaw2-0/+4
2012-08-07Intro text, addresses #59Simon Robertshaw1-3/+40
2012-08-07Save as current name complete, resolves #5Simon Robertshaw5-16/+84
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 Robertshaw11-5/+222
2012-08-06Fix TPTScript 'set' functionSimon Robertshaw7-23/+50
2012-08-06More icon adjustmentsSimon Robertshaw2-3/+2
2012-08-06Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines ...Simon Robertshaw9-3/+50
2012-08-05Font glyphs for decorations and element searchSimon Robertshaw2-3/+2
2012-08-05Clear search buttonSimon Robertshaw3-2/+39