summaryrefslogtreecommitdiff
path: root/src/client/SaveFile.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-26Save local saves as current name option (overwrites them automatically). Fix ↵jacob11-0/+5
filename not showing when first saving a local save
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-5/+6
2012-07-29Filebrowser search, cleaner filenamesSimon Robertshaw1-1/+14
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-4/+22
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-0/+43
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser