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