summaryrefslogtreecommitdiff
path: root/src/graphics/Renderer.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-05{t:15100|text} to open a forum thread (will try to add more shortcuts later)jacob11-1/+1
2012-09-30Draw walls behind particlesSimon Robertshaw1-3/+3
2012-09-26fix minor memory problem with last commitjacob11-0/+2
2012-09-26render preset buttons in render options interface, also shift + 1 life view s...jacob11-0/+57
2012-09-25Fix crash - uninitialized (and not needed) variablejacob11-2/+2
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-06Visual studio compatibilityjacob11-1/+1
2012-09-06Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148jacob11-8/+9
2012-08-28Black decorations only in thumbnailsSimon Robertshaw1-4/+16
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 Robertshaw1-0/+11
2012-08-21Add EMP flash, fixes #137Simon Robertshaw1-4/+6
2012-08-16Air invert and grid mode switchingSimon Robertshaw1-5/+6
2012-08-15xor_bitmap drawing for rendererSimon Robertshaw1-12/+82
2012-08-15Ensure zoom is drawn after particles for OpenGL Rendering, draw walls onto th...Simon Robertshaw1-17/+48
2012-08-15Fix cursor and zoom with OpenGLSimon Robertshaw1-2/+2
2012-08-15Revert some changes by Triclops200 in 42d707f8a432afa001d58611fc960d6ce602167...Simon Robertshaw1-4/+4
2012-08-15Very very basic wall rendering for openglBryan Hoyle1-2/+10
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-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-12fixed --opengl-renderer from segfaulting. Added a gitignore for vim swap filesBryan Hoyle1-0/+4
2012-08-12Minor opengl fixes, still not compiling, look at line 14 in src/graphics/Open...Bryan Hoyle1-3/+0
2012-08-11Implement some missing lua functions, PNG format creation (requires zlib)Simon Robertshaw1-0/+17
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 Robertshaw1-3/+24
2012-08-08Persistent modeSimon Robertshaw1-303/+329
2012-08-06Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines ...Simon Robertshaw1-1/+30
2012-08-05Draw gravity zones when using grav wallSimon Robertshaw1-3/+8
2012-08-04Add icons for erase, improve icons for certain walls, fix issue #45Simon Robertshaw1-27/+29
2012-08-03QuickOptions!! #46Simon Robertshaw1-2/+6
2012-07-28Draw brush using renderer, fixes issue #25Simon Robertshaw1-2/+1
2012-07-28Air heat is not rendered if ambient heat is disabledSimon Robertshaw1-0/+2
2012-07-26Rename .inc files to inlSimon Robertshaw1-2/+2
2012-07-25Make only one airmode selectable at a timeSimon Robertshaw1-0/+4
2012-07-25Correct Stickman appearanceSimon Robertshaw1-15/+13
2012-07-25StreamlinesSimon Robertshaw1-0/+21
2012-07-25Correct initial zoom sizeSimon Robertshaw1-1/+1
2012-07-22Strealine icon and Erase iconSimon Robertshaw1-0/+40
2012-07-21Icons for menu itemsSimon Robertshaw1-0/+89
2012-07-19Use two functions for renderer drawing instead of several, fix alignment with...Simon Robertshaw1-7/+36
2012-07-18Renderer Presets and default graphics functionSimon Robertshaw1-0/+11
2012-07-06Move graphics into seperate folderSimon Robertshaw1-0/+2208