summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-13Precompile some headers. Fix sconscript to prevent recompiling everythingSimon Robertshaw20-103639/+172
2012-08-13Now stickmen and fighters show HP. Closes #93Savely Skresanov1-4/+4
2012-08-13Merge pull request #71 from reap3r119/masterSimon Robertshaw2-520/+510
Moved History to Changelog
2012-08-12oops, fixed a bad piece of code I addedBryan Hoyle1-0/+2
2012-08-12Opengl fixesBryan Hoyle1-1/+1
2012-08-12Remove some IDE files from previous commitSimon Robertshaw85-2952/+0
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw129-228/+106839
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 ↵Bryan Hoyle3-3/+17
working
2012-08-12Revert "minor renderer changes, brush still not working"Bryan Hoyle1-1/+1
This reverts commit 1b2e0e68bd62fd429724e691d6318872af3f5dae.
2012-08-12Revert "Revert "fixed --opengl-renderer from segfaulting. Added a gitignore ↵Bryan Hoyle2-1/+6
for vim swap files"" This reverts commit 90f505c2dae361b4950119cdca6abbd7f7b7a0e5.
2012-08-12Revert "fixed --opengl-renderer from segfaulting. Added a gitignore for vim ↵Bryan Hoyle2-6/+1
swap files" This reverts commit 90f71f3b11373bda502405856062803111f247d5.
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 Hoyle2-1/+6
2012-08-12now opengl and opengl renderer run and compile, but renderer has a segfault, ↵Bryan Hoyle3-11/+11
will fix
2012-08-12--opengl works now, had to fix dep issues in linux. TODO: --opengl-rendererBryan Hoyle1-99/+101
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 ↵Bryan Hoyle6-8/+20
src/graphics/OpenGLGraphics.cpp, build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected primary-expression before '{' token build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected ')' before '{' token '
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 Robertshaw8-69/+337
2012-08-11Lua element and graphics functions working (element_func no longer uses ↵Simon Robertshaw2-26/+89
"replace" parameter and replaces all functions)
2012-08-11TPT: Give menu color to elements without one (stickmen, TRON, and WARP)Simon Robertshaw6-63/+10
2012-08-11Moved history to Changelog, as it was getting to be a little too long.Reap3r1192-57/+510
Lined up controls and command line options where possible.
2012-08-11Removed HistoryNick Moreland1-463/+0
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 ↵Simon Robertshaw2-3/+1
inside DoAction
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-10Fix setting ctype names in old consolejacob11-7/+17
2012-08-10Save Open signs workingSimon Robertshaw3-2/+80
2012-08-10remove restriction on ctype in old consolejacob11-5/+5
(amended to not reindent whole file)
2012-08-10Alt Z to stick zoom to cursor, disable cursor rendering when zoom is being ↵Simon Robertshaw1-2/+2
placed. Fixes #32
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 ↵Simon Robertshaw11-20/+74
strength (Shift = x10, Ctrl = x0.1)
2012-08-10Impose limit on cursor radius (Limit is radius 128, somewhat smaller than ↵Simon Robertshaw1-0/+4
TPT, but I don't think a larger size is necessary), fixes #88
2012-08-10Use Left modifier keysSimon Robertshaw2-5/+19
2012-08-09Error reporting in other things besides just step functionsjacob11-8/+24