summaryrefslogtreecommitdiff
path: root/src/graphics/Renderer.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-21HUD displays the correct name of LIFE particles in the HUD, show mouse ↵jacob11-1/+1
position in HUD on the edges of the screen
2013-05-14gfx.draw/fillcirclejacob11-0/+2
2013-05-05drawtext_outline to fix unreadable infotips, tooltips fade in and out (more ↵jacob11-0/+1
like old tpt)
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-2/+2
2013-03-15Use VideoBuffer in place of thumbnailSimon Robertshaw1-0/+2
2013-02-09fix deco sample tool with 1 px brush, fix deco sample also sampling ↵jacob11-2/+2
HUD/other text
2013-02-09blobby walls in blob viewjacob11-0/+1
2012-09-27Fix case sensitive filenameSimon Robertshaw1-1/+1
2012-09-26render preset buttons in render options interface, also shift + 1 life view ↵jacob11-0/+2
shortcut modify it if you don't like how it looks, but it turned out better than I expected
2012-09-06Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148jacob11-0/+1
2012-08-30Get/Set single element propertiesSimon Robertshaw1-0/+13
2012-08-28Black decorations only in thumbnailsSimon Robertshaw1-0/+1
2012-08-25Sample tool samples decoration colour when deco menu is visible. fixes #146Simon Robertshaw1-0/+2
2012-08-21Add EMP flash, fixes #137Simon Robertshaw1-1/+0
2012-08-16Air invert and grid mode switchingSimon Robertshaw1-0/+4
2012-08-15xor_bitmap drawing for rendererSimon Robertshaw1-0/+1
2012-08-15Revert some changes by Triclops200 in ↵Simon Robertshaw1-1/+1
42d707f8a432afa001d58611fc960d6ce6021676, Broke prototypes for drawrect with pixel functions, seems to have modified drawrect to make filled rects (forgot about fillrect?). Also use correct macros for getting colour components out of pixel data
2012-08-15Very very basic wall rendering for openglBryan Hoyle1-1/+1
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-1/+0
2012-08-12now opengl and opengl renderer run and compile, but renderer has a segfault, ↵Bryan Hoyle1-0/+1
will fix
2012-08-12Minor opengl fixes, still not compiling, look at line 14 in ↵Bryan Hoyle1-2/+1
src/graphics/OpenGLGraphics.cpp, build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected primary-expression before '{' token build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected ')' before '{' token '
2012-08-11Implement some missing lua functions, PNG format creation (requires zlib)Simon Robertshaw1-0/+2
2012-08-09Gravity lensingSimon Robertshaw1-1/+2
2012-08-08Persistent modeSimon Robertshaw1-0/+1
2012-08-06Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines ↵Simon Robertshaw1-0/+3
for PRTI, PRTO, WIFI and lines for SOAP.
2012-08-05Draw gravity zones when using grav wallSimon Robertshaw1-1/+2
2012-08-03QuickOptions!! #46Simon Robertshaw1-0/+1
2012-07-21Icons for menu itemsSimon Robertshaw1-0/+2
2012-07-19Use two functions for renderer drawing instead of several, fix alignment ↵Simon Robertshaw1-0/+5
with Zoom Window border
2012-07-06Move graphics into seperate folderSimon Robertshaw1-0/+146