summaryrefslogtreecommitdiff
path: root/src/graphics
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-06Started work on save as current nameSimon Robertshaw1-0/+1
2012-08-06More icon adjustmentsSimon Robertshaw1-2/+2
2012-08-06Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines ...Simon Robertshaw2-1/+33
2012-08-05Icon adjustmentsSimon Robertshaw1-0/+3
2012-08-05Draw gravity zones when using grav wallSimon Robertshaw2-4/+10
2012-08-04Add icons for erase, improve icons for certain walls, fix issue #45Simon Robertshaw1-27/+29
2012-08-03QuickOptions!! #46Simon Robertshaw2-2/+7
2012-08-02Rename WIN32 preprocessor definition to WINntoskrnl1-1/+1
2012-07-28Corrections to GameSave to prevent conflicts in the Expanded state, improve S...Simon Robertshaw1-6/+12
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-27Correct blending of SetPixel without alpha channelSimon Robertshaw1-1/+1
2012-07-27Prevent crash when drawing an image out of mounts on a pixel gridSimon Robertshaw1-2/+3
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw5-2/+30
2012-07-26Rename .inc files to inlSimon Robertshaw5-4/+4
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-25\x0E resets text colour to one previously set by \bSimon Robertshaw2-0/+6
2012-07-24Inverted icon stateSimon Robertshaw2-25/+100
2012-07-24Adjust icon positionsSimon Robertshaw2-25/+25
2012-07-22Strealine icon and Erase iconSimon Robertshaw1-0/+40
2012-07-21Icons for menu itemsSimon Robertshaw4-2/+136
2012-07-19Use two functions for renderer drawing instead of several, fix alignment with...Simon Robertshaw2-7/+41
2012-07-18Renderer Presets and default graphics functionSimon Robertshaw1-0/+11
2012-07-06Move graphics into seperate folderSimon Robertshaw10-0/+4142