MantisBT - VCMI
View Issue Details
0000235VCMIGUI - PreGamepublic2009-11-28 04:182014-05-30 17:39
Zamolxis 
Tow 
lowfeaturealways
closedfixed 
0.74c 
0.81 
0000235: When opening the Save Game menu, we should have a name proposed by default for our saved game like in H3
H3 had "NEWGAME" I believe. We could have the same, or we could have some other (maybe better, or at least original) solutions:

1. "VCMINEW"
or
2. "NEWGAMEn" or "VCMINEWn" or "VCMI_n", where "n" is a number which increases with every save, so that we don't have to manually change it to avoid overwriting.
or
3. "YYMMDD_n" or "YYYYMMDD_n" - so a format which defaults today's date, plus a number, which increases with every save.

The last two proposals (especially the 3rd) would allow the players to also easily sort the saved games chronologically with a simple click on the column header.

Personally, I think my favorites would be VCMI_n or YYMMDD_n.

For VCMI_n, "n" could be by default a 3- or even 4-digit number (001, 002...). Though support for numbers above 999/9999 should be there (if anyone goes that far).

For YYMMDD_n, it could be a 2-digit number only. I doubt anyone would save a game more than 99 times in a day. :)

Formats with leading zeros would of course be useful again for sorting.
No-harm enhancement
Issue History
2009-11-28 04:18ZamolxisNew Issue
2009-11-28 04:19ZamolxisDescription Updatedbug_revision_view_page.php?rev_id=379#r379
2009-11-28 04:20ZamolxisDescription Updatedbug_revision_view_page.php?rev_id=380#r380
2009-11-28 04:20ZamolxisDescription Updatedbug_revision_view_page.php?rev_id=381#r381
2009-11-28 04:28ZamolxisDescription Updatedbug_revision_view_page.php?rev_id=382#r382
2009-11-28 04:28ZamolxisAdditional Information Updatedbug_revision_view_page.php?rev_id=384#r384
2009-11-28 04:29ZamolxisDescription Updatedbug_revision_view_page.php?rev_id=385#r385
2009-11-28 04:29ZamolxisAdditional Information Updatedbug_revision_view_page.php?rev_id=386#r386
2009-11-28 04:31ZamolxisAdditional Information Updatedbug_revision_view_page.php?rev_id=387#r387
2009-11-28 04:32ZamolxisSummaryWhen opening the Save Game menu, we could have a name proposed by default for our saved game. => When opening the Save Game menu, we should have a name proposed by default for our saved game like in H3
2010-03-07 23:01TowNote Added: 0000801
2010-03-07 23:01TowStatusassigned => resolved
2010-03-07 23:01TowFixed in Version => 0.89
2010-03-07 23:01TowResolutionopen => fixed
2010-07-21 01:24ZamolxisDescription Updatedbug_revision_view_page.php?rev_id=971#r971
2010-07-21 01:24ZamolxisAdditional Information Updatedbug_revision_view_page.php?rev_id=972#r972
2010-07-21 01:26ZamolxisNote Added: 0001143
2010-07-21 01:26ZamolxisTag Attached: Suggestion
2010-08-01 13:58ZamolxisTag RenamedSuggestion => No-harm enhancement
2014-05-30 17:39beegeeStatusresolved => closed

Notes
(0000801)
Tow   
2010-03-07 23:01   
Fixed in r1538.
Actually restored (it was once implemented but got broken) the simplest solution.
However I consider replacing it later with one of "smart" solutions you described.
(0001143)
Zamolxis   
2010-07-21 01:26   
Fix confirmed as working as expected. But I will leave this in Open/Resolved so that you can keep track of the suggestion (though you can close it if you don't need this report to keep track of it).