| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-13 | Precompile some headers. Fix sconscript to prevent recompiling everything | Simon Robertshaw | 20 | -103639/+172 |
| 2012-08-13 | Now stickmen and fighters show HP. Closes #93 | Savely Skresanov | 1 | -4/+4 |
| 2012-08-13 | Merge pull request #71 from reap3r119/master | Simon Robertshaw | 2 | -520/+510 |
| 2012-08-12 | oops, fixed a bad piece of code I added | Bryan Hoyle | 1 | -0/+2 |
| 2012-08-12 | Opengl fixes | Bryan Hoyle | 1 | -1/+1 |
| 2012-08-12 | Remove some IDE files from previous commit | Simon Robertshaw | 85 | -2952/+0 |
| 2012-08-12 | Use forward declarations more to avoid excessive includes | Simon Robertshaw | 129 | -228/+106839 |
| 2012-08-12 | More efficiency, fix of point size being too big | Bryan Hoyle | 1 | -2/+7 |
| 2012-08-12 | A litte more efficient | Bryan Hoyle | 1 | -2/+2 |
| 2012-08-12 | Fixed brush for now, used inefficient algorithm until I can get pure opengl w... | Bryan Hoyle | 3 | -3/+17 |
| 2012-08-12 | Revert "minor renderer changes, brush still not working" | Bryan Hoyle | 1 | -1/+1 |
| 2012-08-12 | Revert "Revert "fixed --opengl-renderer from segfaulting. Added a gitignore f... | Bryan Hoyle | 2 | -1/+6 |
| 2012-08-12 | Revert "fixed --opengl-renderer from segfaulting. Added a gitignore for vim s... | Bryan Hoyle | 2 | -6/+1 |
| 2012-08-12 | minor renderer changes, brush still not working | Bryan Hoyle | 1 | -1/+1 |
| 2012-08-12 | fixed --opengl-renderer from segfaulting. Added a gitignore for vim swap files | Bryan Hoyle | 2 | -1/+6 |
| 2012-08-12 | now opengl and opengl renderer run and compile, but renderer has a segfault, ... | Bryan Hoyle | 3 | -11/+11 |
| 2012-08-12 | --opengl works now, had to fix dep issues in linux. TODO: --opengl-renderer | Bryan Hoyle | 1 | -99/+101 |
| 2012-08-12 | Fix spinner drawing | Simon Robertshaw | 2 | -3/+13 |
| 2012-08-12 | more fixes | Bryan Hoyle | 3 | -21/+21 |
| 2012-08-12 | Minor opengl fixes, still not compiling, look at line 14 in src/graphics/Open... | Bryan Hoyle | 6 | -8/+20 |
| 2012-08-12 | Remove more unused files | Simon Robertshaw | 2 | -68/+0 |
| 2012-08-12 | Remove old unused textarea | Simon Robertshaw | 2 | -113/+0 |
| 2012-08-12 | Message of the day and user session check on startup | Simon Robertshaw | 5 | -4/+65 |
| 2012-08-11 | Implement some missing lua functions, PNG format creation (requires zlib) | Simon Robertshaw | 8 | -69/+337 |
| 2012-08-11 | Lua element and graphics functions working (element_func no longer uses "repl... | Simon Robertshaw | 2 | -26/+89 |
| 2012-08-11 | TPT: Give menu color to elements without one (stickmen, TRON, and WARP) | Simon Robertshaw | 6 | -63/+10 |
| 2012-08-11 | Moved history to Changelog, as it was getting to be a little too long. | Reap3r119 | 2 | -57/+510 |
| 2012-08-11 | Removed History | Nick Moreland | 1 | -463/+0 |
| 2012-08-10 | Don't set tool strength when there's no tool | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-10 | Some fixes for memory leaks | Simon Robertshaw | 3 | -0/+37 |
| 2012-08-10 | Fix issue where buttons will cause heap corruption if they are removed from i... | Simon Robertshaw | 2 | -3/+1 |
| 2012-08-10 | Fix crash when using mouse click with unassigned tools | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-10 | Fix PIPE, fixes #92 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-10 | Change zoom size with [ and ], fixes #90 | Simon Robertshaw | 2 | -4/+10 |
| 2012-08-10 | Sign moving, fixes #10 | Simon Robertshaw | 1 | -3/+132 |
| 2012-08-10 | Fix setting ctype names in old console | jacob1 | 1 | -7/+17 |
| 2012-08-10 | Save Open signs working | Simon Robertshaw | 3 | -2/+80 |
| 2012-08-10 | remove restriction on ctype in old console | jacob1 | 1 | -5/+5 |
| 2012-08-10 | Alt Z to stick zoom to cursor, disable cursor rendering when zoom is being pl... | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-10 | Wall brush, fixes #63 | Simon Robertshaw | 8 | -11/+84 |
| 2012-08-10 | Installation with Ctrl+I, fixes #77 | Simon Robertshaw | 8 | -1/+308 |
| 2012-08-10 | Invert button hover state for alternative load and save. addresses some of #80 | Simon Robertshaw | 1 | -6/+8 |
| 2012-08-10 | Create local saves dir if it does not exists (fixes #80) | Simon Robertshaw | 1 | -0/+10 |
| 2012-08-10 | Correct position of cancel button in server save dialogue | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-10 | Correct position of cancel button in local save dialogue as per #80 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-10 | Tool - Correct box drawing. Finishing touches to tool strength (Fixes #87) | Simon Robertshaw | 2 | -25/+37 |
| 2012-08-10 | Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool str... | Simon Robertshaw | 11 | -20/+74 |
| 2012-08-10 | Impose limit on cursor radius (Limit is radius 128, somewhat smaller than TPT... | Simon Robertshaw | 1 | -0/+4 |
| 2012-08-10 | Use Left modifier keys | Simon Robertshaw | 2 | -5/+19 |
| 2012-08-09 | Error reporting in other things besides just step functions | jacob1 | 1 | -8/+24 |