summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Whoops, close DropDown windows before disposingSimon Robertshaw1-0/+1
2012-08-14Varying borders for button, exit dropdown menu with Esc or outside click, fix...Simon Robertshaw6-14/+57
2012-08-14Fix tool buttonsSimon Robertshaw2-2/+2
2012-08-14Lua autorun, fixes #99Simon Robertshaw1-0/+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 Robertshaw4-19/+28
2012-08-14Remove temp files created by scheme handlingSimon Robertshaw1-0/+1
2012-08-14ptsave scheme handling for Linux, addresses #97Simon Robertshaw1-0/+20
2012-08-14Only call button actions if the mouse is released inside the button. Fixes #96Simon Robertshaw3-4/+5
2012-08-14Fix crash when using search (std::remove doesn't seem to work as I expected),...Simon Robertshaw4-81/+58
2012-08-13Fix bug where thumbnails would not always show in the searchSimon Robertshaw2-25/+39
2012-08-13Clear render, display and colour mode in renderer contructorSimon Robertshaw1-1/+4
2012-08-13Precompile some headers. Fix sconscript to prevent recompiling everythingSimon Robertshaw12-11/+32
2012-08-13Now stickmen and fighters show HP. Closes #93Savely Skresanov1-4/+4
2012-08-12oops, fixed a bad piece of code I addedBryan Hoyle1-0/+2
2012-08-12Opengl fixesBryan Hoyle1-1/+1
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw41-228/+281
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