-
Notifications
You must be signed in to change notification settings - Fork 0
Load Game should show when the game was saved. #682
Comments
rawler uploaded file Proposed Patch |
cybersphinx commented The patch seems nice, though I haven't tried it yet. We might also want to sort saves by date, or save the slot number, so every game appears where it was saved. I don't think any of our devs intend to make more extensive GUI changes before betawidget. If you want to write such a patch, you also need to implement some paging, so the number of saveslots isn't decreased. And if you want to get fancy, add screenshot thumbnails :) |
the_cybersphinx commented (In [7864]) Show when a game was saved in a tooltip on the loading screen. Patch by Rawler, closes #682. |
the_cybersphinx changed status from |
the_cybersphinx set resolution to |
the_cybersphinx commented (In [7865]) Show when a game was saved in a tooltip on the loading screen. Patch by Rawler, closes #682. |
Buginator removed milestone (was |
Buginator commented Milestone 2.2.2 deleted |
keyword_load
keyword_savegame
resolution_fixed
type_patch (an actual patch, not a request for one)
| by rawlerWhen saving a game, I often have problems naming the game so I remember which game to resume later. I find it much easier to remember by time, however.
I suggest that the time of the save should be presented at loading.
I'm attaching a simple patch, that does this using tooltips. In the long run I think it should be done using a custom renderer, rendering the saves in a plain list with two columns, one for names and one for savetime.
Issue migrated from trac:682 at 2022-04-15 18:57:33 -0700
The text was updated successfully, but these errors were encountered: