summaryrefslogtreecommitdiff
path: root/src/gui/save/ServerSaveActivity.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-07-27Call OnResponseReady with an identifier for the request, add a WebRequest classSimon Robertshaw1-1/+1
2013-07-16add back rgba images in the local/server save uploadsjacob11-0/+2
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 uijacob11-1/+36
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-04Typo in rulesjacksonmj1-3/+3
2013-05-04update with latest rules, fix grammar, fixes #126jacob11-12/+15
2013-03-22Fix includes for GUI stuffSimon Robertshaw1-4/+4
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-0/+311