summaryrefslogtreecommitdiff
path: root/src/save/ServerSaveActivity.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-05Ensure save is stored in memory for reload when using Save as current name, ↵Simon Robertshaw1-2/+9
correct ServerSaveActivity to call SaveUploaded when doing an instant upload
2012-10-05don't render fire on stamps (reduces lag)jacob11-1/+1
2012-10-01Limit save description lengthSimon Robertshaw1-0/+1
2012-09-30fix saves getting corrupted when saving, fix error messages not showing ↵jacob11-1/+1
(correctly)
2012-09-25some improvements to the render options interface and checkboxes (icons and ↵jacob11-1/+1
tooltips coming next)
2012-08-27Enable decorations in renderer for local save items, disable for server save ↵Simon Robertshaw1-1/+1
previews.
2012-08-10Correct position of cancel button in server save dialogueSimon Robertshaw1-1/+1
2012-08-07Save as current name complete, resolves #5Simon Robertshaw1-3/+60
2012-08-06Started work on save as current nameSimon Robertshaw1-1/+16
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw1-0/+2
and #60
2012-08-03Untick publish box for save prompt my default if the save does not belong to ↵Simon Robertshaw1-3/+33
the user, addresses issue #43
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw1-0/+149