| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-26 | render preset buttons in render options interface, also shift + 1 life view s... | jacob1 | 3 | -16/+75 |
| 2012-09-25 | Icon adjustments | jacob1 | 1 | -18/+18 |
| 2012-09-25 | Icons and tooltips for everything in renderview. (Empty space not filled yet) | jacob1 | 2 | -1/+60 |
| 2012-09-25 | Fix crash - uninitialized (and not needed) variable | jacob1 | 1 | -2/+2 |
| 2012-09-25 | MacOS X targets for Scons, Fix some inlines for clang | Simon Robertshaw | 2 | -71/+67 |
| 2012-09-16 | Add icons back to search buttons, fix positioning of them, disable my own / f... | jacob1 | 2 | -6/+39 |
| 2012-09-16 | fix possible crashes with save buttons and uninitialized renderer variables | jacob1 | 1 | -1/+1 |
| 2012-09-15 | Render fire after wall drawing | Simon Robertshaw | 1 | -3/+3 |
| 2012-09-14 | Better fire rendering for saves | Simon Robertshaw | 1 | -0/+2 |
| 2012-09-13 | Save history and new multiline formatter | Simon Robertshaw | 2 | -0/+6 |
| 2012-09-06 | Visual studio compatibility | jacob1 | 4 | -6/+6 |
| 2012-09-06 | Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148 | jacob1 | 2 | -8/+10 |
| 2012-09-05 | Ensure errors are caught and displayed during tag operations. Fix some issues... | Simon Robertshaw | 2 | -2/+15 |
| 2012-09-05 | Only use stairstepping for resampling when absolutely necessary (when the dow... | Simon Robertshaw | 1 | -1/+25 |
| 2012-08-30 | Get/Set single element properties | Simon Robertshaw | 1 | -0/+13 |
| 2012-08-28 | Black decorations only in thumbnails | Simon Robertshaw | 2 | -4/+17 |
| 2012-08-25 | Clear area behind zoom, fixes #144 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-25 | Sample tool samples decoration colour when deco menu is visible. fixes #146 | Simon Robertshaw | 2 | -0/+13 |
| 2012-08-21 | Add EMP flash, fixes #137 | Simon Robertshaw | 2 | -5/+6 |
| 2012-08-16 | Air invert and grid mode switching | Simon Robertshaw | 2 | -5/+10 |
| 2012-08-15 | xor_bitmap drawing for renderer | Simon Robertshaw | 3 | -30/+85 |
| 2012-08-15 | Ensure zoom is drawn after particles for OpenGL Rendering, draw walls onto th... | Simon Robertshaw | 2 | -21/+52 |
| 2012-08-15 | Fix cursor and zoom with OpenGL | Simon Robertshaw | 1 | -2/+2 |
| 2012-08-15 | Revert some changes by Triclops200 in 42d707f8a432afa001d58611fc960d6ce602167... | Simon Robertshaw | 4 | -11/+8 |
| 2012-08-15 | Revert "Missing "invert" declaration in OpenGLDrawMethods" | Simon Robertshaw | 1 | -1/+0 |
| 2012-08-15 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 4 | -6/+18 |
| 2012-08-15 | Missing "invert" declaration in OpenGLDrawMethods | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-15 | Very very basic wall rendering for opengl | Bryan Hoyle | 4 | -6/+18 |
| 2012-08-14 | Better text selection colour invert, fixes #107 | Simon Robertshaw | 2 | -0/+27 |
| 2012-08-14 | Show some info when selecting stamps, #104 | Simon Robertshaw | 2 | -6/+6 |
| 2012-08-13 | Clear render, display and colour mode in renderer contructor | Simon Robertshaw | 1 | -1/+4 |
| 2012-08-13 | Now stickmen and fighters show HP. Closes #93 | Savely Skresanov | 1 | -4/+4 |
| 2012-08-12 | Use forward declarations more to avoid excessive includes | Simon Robertshaw | 1 | -1/+0 |
| 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 | 1 | -2/+14 |
| 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 | 1 | -0/+4 |
| 2012-08-12 | Revert "fixed --opengl-renderer from segfaulting. Added a gitignore for vim s... | Bryan Hoyle | 1 | -4/+0 |
| 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 | 1 | -0/+4 |
| 2012-08-12 | now opengl and opengl renderer run and compile, but renderer has a segfault, ... | Bryan Hoyle | 2 | -3/+3 |
| 2012-08-12 | more fixes | Bryan Hoyle | 2 | -20/+21 |
| 2012-08-12 | Minor opengl fixes, still not compiling, look at line 14 in src/graphics/Open... | Bryan Hoyle | 3 | -7/+4 |
| 2012-08-11 | Implement some missing lua functions, PNG format creation (requires zlib) | Simon Robertshaw | 4 | -0/+31 |
| 2012-08-11 | TPT: Give menu color to elements without one (stickmen, TRON, and WARP) | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-10 | Some fixes for memory leaks | Simon Robertshaw | 1 | -0/+7 |
| 2012-08-10 | Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool str... | Simon Robertshaw | 1 | -2/+8 |
| 2012-08-09 | Gravity lensing | Simon Robertshaw | 2 | -4/+26 |
| 2012-08-08 | Persistent mode | Simon Robertshaw | 2 | -303/+330 |