summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-12More efficiency, fix of point size being too bigBryan Hoyle1-2/+7
2012-08-12A litte more efficientBryan Hoyle1-2/+2
2012-08-12Fixed brush for now, used inefficient algorithm until I can get pure opengl w...Bryan Hoyle2-3/+16
2012-08-12Revert "minor renderer changes, brush still not working"Bryan Hoyle1-1/+1
2012-08-12Revert "Revert "fixed --opengl-renderer from segfaulting. Added a gitignore f...Bryan Hoyle1-0/+4
2012-08-12Revert "fixed --opengl-renderer from segfaulting. Added a gitignore for vim s...Bryan Hoyle1-4/+0
2012-08-12minor renderer changes, brush still not workingBryan Hoyle1-1/+1
2012-08-12fixed --opengl-renderer from segfaulting. Added a gitignore for vim swap filesBryan Hoyle1-0/+4
2012-08-12now opengl and opengl renderer run and compile, but renderer has a segfault, ...Bryan Hoyle3-11/+11
2012-08-12Fix spinner drawingSimon Robertshaw2-3/+13
2012-08-12more fixesBryan Hoyle3-21/+21
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