iseethetruth / andors-trail

Automatically exported from code.google.com/p/andors-trail
0 stars 0 forks source link

savegame descriptions & use first unused slot instead of max+1 #247

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) savegames can have descriptions now - they are also used to make sure that 
no wrong savegame is overwritten (and of course to label them)
2) the next unused slot is used instead of the max+1 (avoids gaps in the 
savegame list: 1, 2, 4)
3) optimized saving code - previously the quickload function was called 2 times 
when saving.

Patch attached.

Original issue reported on code.google.com by SamuelPl...@gmail.com on 5 Oct 2011 at 7:37

Attachments:

GoogleCodeExporter commented 9 years ago
Updated Patch to work with the latest Version.
I would really like to see this in the game.

Can anyone review it?

Original comment by SamuelPl...@gmail.com on 19 Nov 2011 at 2:34

Attachments:

GoogleCodeExporter commented 9 years ago
I also would like to see this.

Original comment by sdeva...@gmail.com on 19 Nov 2011 at 11:09