summaryrefslogtreecommitdiff
path: root/src/client/SaveFile.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob11-7/+0
unused variables from config.h
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ↵jacob11-0/+1
filename not showing when first saving a local save
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-10/+8
2012-07-29Filebrowser search, cleaner filenamesSimon Robertshaw1-0/+3
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-0/+5
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-0/+31
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser