summaryrefslogtreecommitdiff
path: root/src/simulation/SaveRenderer.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-07-28Collapse gamesave to save space in memorySimon Robertshaw1-0/+3
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-1/+3
2012-07-19Use two functions for renderer drawing instead of several, fix alignment with...Simon Robertshaw1-4/+9
2012-07-06Move graphics into seperate folderSimon Robertshaw1-2/+2
2012-06-25Ammend to previous commit - the issue was not with smaller saves, but the acc...Simon Robertshaw1-0/+3
2012-06-25SaveRenderer working on OpenGL - doesn't seem to work with small saves thoughSimon Robertshaw1-20/+63
2012-06-25Resizable window when using OpenGL interfaceSimon Robertshaw1-1/+2
2012-06-21Stage 1 of update process completedSimon Robertshaw1-1/+2
2012-06-20fixes to code and a option for opengl building for releaseBryan Hoyle1-9/+1
2012-06-20MergingBryan Hoyle1-1/+13
2012-06-20SaveRenderer returns a placeholder thumbnail in case of OpenGLSimon Robertshaw1-1/+14
2012-06-20remove some debuggingBryan Hoyle1-1/+0
2012-06-20Renders an X in place of save icons, atm.Bryan Hoyle1-1/+1
2012-06-20Opengl can open saves now, just need to get it to render accurately laterBryan Hoyle1-14/+20
2012-06-12Correct save reloading, add Vac and NGrav toolsSimon Robertshaw1-1/+0
2012-06-08Load save data when showing the save previewSimon Robertshaw1-2/+2
2012-06-06'No Image' icon when save rendering failsSimon Robertshaw1-1/+8
2012-06-06Saving and loading at position, yuse exceptions for parsing savesSimon Robertshaw1-2/+8
2012-06-05Use a different method for decoding saves with uncompressed object in memory ...Simon Robertshaw1-11/+18
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw1-0/+59