| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-08-12 | Minor opengl fixes, still not compiling, look at line 14 in ↵ | Bryan Hoyle | 4 | -8/+6 | |
| 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-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 | 7 | -69/+332 | |
| 2012-08-11 | Lua element and graphics functions working (element_func no longer uses ↵ | Simon Robertshaw | 2 | -26/+89 | |
| "replace" parameter and replaces all functions) | |||||
| 2012-08-11 | TPT: Give menu color to elements without one (stickmen, TRON, and WARP) | Simon Robertshaw | 6 | -63/+10 | |
| 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 ↵ | Simon Robertshaw | 2 | -3/+1 | |
| inside DoAction | |||||
| 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 | Save Open signs working | Simon Robertshaw | 3 | -2/+80 | |
| 2012-08-10 | Alt Z to stick zoom to cursor, disable cursor rendering when zoom is being ↵ | Simon Robertshaw | 1 | -2/+2 | |
| placed. Fixes #32 | |||||
| 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 ↵ | Simon Robertshaw | 9 | -20/+73 | |
| strength (Shift = x10, Ctrl = x0.1) | |||||
| 2012-08-10 | Impose limit on cursor radius (Limit is radius 128, somewhat smaller than ↵ | Simon Robertshaw | 1 | -0/+4 | |
| TPT, but I don't think a larger size is necessary), fixes #88 | |||||
| 2012-08-10 | Use Left modifier keys | Simon Robertshaw | 2 | -5/+19 | |
| 2012-08-09 | HUD verbose sample info with 'd', fixes #71 | Simon Robertshaw | 4 | -6/+54 | |
| 2012-08-09 | Slow LIGH creation speed, fixes #86 | Simon Robertshaw | 3 | -8/+13 | |
| 2012-08-09 | Ensure keyrepeat is disabled at component creation | Simon Robertshaw | 1 | -1/+2 | |
| 2012-08-09 | Gravity lensing | Simon Robertshaw | 2 | -4/+26 | |
| 2012-08-08 | Persistent mode | Simon Robertshaw | 2 | -303/+330 | |
| 2012-08-08 | PTsave opening | Simon Robertshaw | 4 | -2/+80 | |
| 2012-08-08 | Command line "open" | Simon Robertshaw | 1 | -0/+33 | |
| 2012-08-08 | Do not delete given savefile in GameModel::SetSaveFile, behaviour should be ↵ | Simon Robertshaw | 2 | -1/+1 | |
| similar to GameModel::SetSave in terms of managing memory in given pointer | |||||
| 2012-08-08 | Perhaps FileExists shouldn't erase file contents... | Simon Robertshaw | 1 | -1/+1 | |
| 2012-08-08 | Proxy from command line arg | Simon Robertshaw | 3 | -10/+45 | |
| 2012-08-08 | Scale and fullscreen loaded/saved to config and commandline | Simon Robertshaw | 2 | -3/+41 | |
| 2012-08-08 | Make options screen a little nicer | Simon Robertshaw | 1 | -3/+4 | |
| 2012-08-08 | Fullscreen and scale setting from sim options | Simon Robertshaw | 9 | -17/+190 | |
| 2012-08-07 | Make intro text fade out correctly | Simon Robertshaw | 1 | -2/+2 | |
| 2012-08-07 | Actual intro text | Simon Robertshaw | 2 | -0/+4 | |
| 2012-08-07 | Intro text, addresses #59 | Simon Robertshaw | 1 | -3/+40 | |
| 2012-08-07 | Save as current name complete, resolves #5 | Simon Robertshaw | 5 | -16/+84 | |
| 2012-08-06 | Prevent save as current name from showing if there is no save loaded | Simon Robertshaw | 1 | -1/+1 | |
| 2012-08-06 | Started work on save as current name | Simon Robertshaw | 11 | -5/+222 | |
| 2012-08-06 | Fix TPTScript 'set' function | Simon Robertshaw | 7 | -23/+50 | |
| 2012-08-06 | More icon adjustments | Simon Robertshaw | 2 | -3/+2 | |
| 2012-08-06 | Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines ↵ | Simon Robertshaw | 9 | -3/+50 | |
| for PRTI, PRTO, WIFI and lines for SOAP. | |||||
| 2012-08-05 | Font glyphs for decorations and element search | Simon Robertshaw | 2 | -3/+2 | |
| 2012-08-05 | Clear search button | Simon Robertshaw | 3 | -2/+39 | |
