| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-14 | Focus text field for Sign Tool Window, fixes #98 | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-14 | Update gitignore, show votes correctly, fixes #97 | Simon Robertshaw | 3 | -5/+20 |
| 2012-08-14 | Only call button actions if the mouse is released inside the button. Fixes #96 | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-13 | Precompile some headers. Fix sconscript to prevent recompiling everything | Simon Robertshaw | 4 | -0/+5 |
| 2012-08-12 | Fixed brush for now, used inefficient algorithm until I can get pure opengl w... | Bryan Hoyle | 1 | -1/+2 |
| 2012-08-12 | Minor opengl fixes, still not compiling, look at line 14 in src/graphics/Open... | Bryan Hoyle | 1 | -1/+2 |
| 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 | 2 | -0/+30 |
| 2012-08-10 | Fix issue where buttons will cause heap corruption if they are removed from i... | Simon Robertshaw | 1 | -1/+0 |
| 2012-08-10 | Fix crash when using mouse click with unassigned tools | 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 | 2 | -1/+79 |
| 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 | 7 | -7/+80 |
| 2012-08-10 | Installation with Ctrl+I, fixes #77 | Simon Robertshaw | 3 | -0/+37 |
| 2012-08-10 | Invert button hover state for alternative load and save. addresses some of #80 | Simon Robertshaw | 1 | -6/+8 |
| 2012-08-10 | Tool - Correct box drawing. Finishing touches to tool strength (Fixes #87) | Simon Robertshaw | 1 | -24/+36 |
| 2012-08-10 | Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool str... | Simon Robertshaw | 6 | -5/+52 |
| 2012-08-10 | Impose limit on cursor radius (Limit is radius 128, somewhat smaller than TPT... | Simon Robertshaw | 1 | -0/+4 |
| 2012-08-09 | HUD verbose sample info with 'd', fixes #71 | Simon Robertshaw | 2 | -4/+42 |
| 2012-08-09 | Slow LIGH creation speed, fixes #86 | Simon Robertshaw | 2 | -7/+13 |
| 2012-08-08 | PTsave opening | Simon Robertshaw | 1 | -1/+4 |
| 2012-08-08 | Do not delete given savefile in GameModel::SetSaveFile, behaviour should be s... | Simon Robertshaw | 2 | -1/+1 |
| 2012-08-07 | Make intro text fade out correctly | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-07 | Actual intro text | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-07 | Intro text, addresses #59 | Simon Robertshaw | 1 | -3/+40 |
| 2012-08-07 | Save as current name complete, resolves #5 | Simon Robertshaw | 2 | -11/+13 |
| 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 | 3 | -4/+199 |
| 2012-08-06 | More icon adjustments | Simon Robertshaw | 1 | -1/+0 |
| 2012-08-06 | Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines ... | Simon Robertshaw | 2 | -1/+3 |
| 2012-08-05 | Font glyphs for decorations and element search | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-05 | Clear search button | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-05 | Icon adjustments | Simon Robertshaw | 1 | -3/+12 |
| 2012-08-05 | Wall Edge option, fixes #70 | Simon Robertshaw | 1 | -6/+11 |
| 2012-08-05 | Allow 24bits of var for create_part, add tool for tesc. Fixes #72 | Simon Robertshaw | 3 | -0/+37 |
| 2012-08-05 | Added triangle brush, fixes #47 | Savely Skresanov | 2 | -1/+49 |
| 2012-08-05 | Fan wall line tool, fixes #61 | Simon Robertshaw | 1 | -1/+20 |
| 2012-08-05 | Draw gravity zones when using grav wall | Simon Robertshaw | 3 | -2/+29 |
| 2012-08-04 | Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an... | Simon Robertshaw | 2 | -0/+23 |
| 2012-08-04 | Add icons for erase, improve icons for certain walls, fix issue #45 | Simon Robertshaw | 4 | -5/+10 |
| 2012-08-04 | Stickman keys working, fixes first half of issue #50 | Simon Robertshaw | 1 | -2/+72 |
| 2012-08-04 | Rectangle snapping. | Savely Skresanov | 1 | -2/+7 |
| 2012-08-04 | Add date to Preview View, fixes issue #64 | Simon Robertshaw | 1 | -8/+9 |
| 2012-08-04 | Search window is persistent, issue #66 | Simon Robertshaw | 1 | -1/+2 |
| 2012-08-04 | Build fixes for FreeBSD | ntoskrnl | 1 | -1/+1 |
| 2012-08-03 | Add shortcuts for things like gravity, air and air reset, issues #85 and #57 | Simon Robertshaw | 3 | -0/+91 |
| 2012-08-03 | Use plop tool to place single units of an element (Used for Stickman, Fighter... | Simon Robertshaw | 3 | -0/+24 |
| 2012-08-03 | Hide cursor when selecting/pasting stamps, fixes iseeu #56 | Simon Robertshaw | 1 | -1/+1 |