summaryrefslogtreecommitdiff
path: root/src/Graphics.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30Fix minor syntax error, move all OpenGL includes into a new file that can ↵Simon Robertshaw1-12/+1
detect the OS X version.
2012-05-30Separate SDL from graphics codeSimon Robertshaw1-5/+2
Also remove OS X specific project files and update Makefile to ensure the Element class generator only runs when necessary
2012-05-15Username, password icons for Login windowSimon Robertshaw1-1/+3
2012-05-13Click function for tools that aren't continuous. Debug helper for UI ↵Simon Robertshaw1-1/+1
components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
2012-05-12Redo Wall IDsSimon Robertshaw1-2/+1
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to ↵Simon Robertshaw1-66/+58
use unsigned char rather than boolean for bitmap/outline
2012-04-20OpenGL renderingSimon Robertshaw1-0/+18
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite ↵Simon Robertshaw1-1/+2
status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save
2012-01-27Icon management, fix element menu order, fix renderer crashSimon Robertshaw1-33/+23
2012-01-27Some inlines and Checkbox ui componentSimon Robertshaw1-11/+11
2012-01-21Better cleanup for simulation - fix memory leaksSimon Robertshaw1-0/+1
2012-01-17Some minor changesSimon Robertshaw1-0/+172