Open main menu

Difference between revisions of "TODO"

130 bytes removed ,  22:43, 7 December 2006
Moved autosave interval to FR in order to deal with it soon(er)
(New forum layout was there for several months already)
(Moved autosave interval to FR in order to deal with it soon(er))
Line 115: Line 115:


=== Savegames ===
=== Savegames ===
* Make the autosave interval configurable (via GUI, command line, config file). Partially done via autosave_period config option.
* Enhance SaveFileManager by adding an API that allows renaming / deleting savegames.
* Enhance SaveFileManager by adding an API that allows renaming / deleting savegames.
* Added error return codes to openForSaving / openForLoading so that client code can nicely detect & report save/load failures ("media full", "file not found", "save path does not exist", "save path not writeable", etc.).
* Added error return codes to openForSaving / openForLoading so that client code can nicely detect & report save/load failures ("media full", "file not found", "save path does not exist", "save path not writeable", etc.).