summaryrefslogtreecommitdiff
path: root/src/graphics/Renderer.h
AgeCommit message (Collapse)AuthorFilesLines
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