globeay / mathdoku

Automatically exported from code.google.com/p/mathdoku
0 stars 0 forks source link

Order of saved games is not correct #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since revision111 the order of saved games is not correct any more. All new 
saved games will always have the date and time of generation of the puzzle 
instead of date and time on which the gamefile was created.

Reproduce as follows:
1. Create first game and save it.
2. Create second game and save it.
3. Load first game. Make some changes and save it.

The order of game files will now be:
a. Second game
b. First game, unknown which version of game file will be displayed
c. First game, unknown which version of game file will be displayed

Expected order:
a. First game, second save
b. Second game, first save
c. First game, first save

Original issue reported on code.google.com by paul.din...@gmail.com on 23 Mar 2013 at 10:34

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r152.

Original comment by paul.din...@gmail.com on 24 Mar 2013 at 11:00

GoogleCodeExporter commented 8 years ago
Reproduced error in Revision 147
Tested in Revision 163: Saved games are now shown in correct order

Original comment by em...@srlee.com on 27 Mar 2013 at 12:08