jsettlers / settlers-remake

A Remake of "The Settlers III" for Windows, Linux, Mac and Android
http://www.settlers-android-clone.com
MIT License
356 stars 100 forks source link

Savegame notification #613

Open ebmh opened 7 years ago

ebmh commented 7 years ago

Show a notification when game is saved after pressing F2.

tom-pratt commented 7 years ago

This is a good idea. The android version already shows a Toast when you save the game.

However, it shows the toast when you click the save button, not when the game has been correctly saved. (Would be better if the game could say that the save has completed successfully)

I have noticed a bug where if you save the game and then quit quickly, you cannot resume the game properly. (Settlers fly around in straight lines, probably in the direction they were going when you.clicked save)

This is probably more common on android where computation is.much slower than on a PC. PC saves probably happen almost instantly but on slower android devices this doesn't seem to be the case

tom-pratt commented 7 years ago

The game should probably freeze until the save has successfully completed

andreas-eberle commented 7 years ago

I agree, we will need to provide a callback mechanism to tell the UI that saving the game has been finished successfully.

michaelzangl commented 7 years ago

You can use a normal message for this, like the attacked message. This will then show up on both Android and Swing.