summaryrefslogtreecommitdiff
path: root/src/gui/save
AgeCommit message (Collapse)AuthorFilesLines
2013-07-27Call OnResponseReady with an identifier for the request, add a WebRequest classSimon Robertshaw4-4/+4
2013-07-16small attempt to reduce spam tagsjacob11-1/+1
2013-07-16add back rgba images in the local/server save uploadsjacob12-0/+4
2013-07-15give an error when a local save isn't saved properly, instead of exiting and ↵jacob11-4/+7
pretending it worked
2013-07-12update rules to fix some problems and more closely match the current rules. ↵jacob11-14/+15
fixes #126
2013-06-09SaveID Message after saving a save to the server (like the old tpt did). ↵jacob11-0/+2
TODO: Put a similar button in the save preview instead of the two we have now.
2013-06-07save publishing info in the save upload uijacob12-4/+38
also fix the other crash when exiting the game from inside of one of these windows, because first Client::Shutdown would delete all active requests and only later ~Engine would delete _state, which delets the ServerSaveActivity window, which tries to close the active render request
2013-05-11D:mniip3-3/+3
2013-05-04Typo in rulesjacksonmj1-3/+3
2013-05-04update with latest rules, fix grammar, fixes #126jacob11-12/+15
2013-03-22Fix includes for GUI stuffSimon Robertshaw2-8/+8
2013-03-22Move all GUI source files into gui/Simon Robertshaw4-0/+547