summaryrefslogtreecommitdiff
path: root/src/gui/save/ServerSaveActivity.cpp
AgeCommit message (Collapse)AuthorFilesLines
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