1,079
edits
(→TODO) |
m (wiki edit test, please ignore) |
||
Line 13: | Line 13: | ||
The following are some TODOs I've been thinking about recently. I might either implement them, or add some of them to the main TODO list. We'll see... | The following are some TODOs I've been thinking about recently. I might either implement them, or add some of them to the main TODO list. We'll see... | ||
* Web site | |||
** Add big (green?) shiny buttons in the middle of the page for (1) Donations and (2) Downloads ? | |||
* SaveMan improvements | * SaveMan improvements | ||
** get rid of getSavePath -> AFAICT it's only used for enhanced error/warning messages. So let's just finally add a Stream::ioErrorString methor or so, which describes the error that occured | ** get rid of getSavePath -> AFAICT it's only used for enhanced error/warning messages. So let's just finally add a Stream::ioErrorString methor or so, which describes the error that occured | ||
Line 19: | Line 21: | ||
** properly document listSavefiles | ** properly document listSavefiles | ||
** reimplement DefaultSaveFileManager::listSavefiles | ** reimplement DefaultSaveFileManager::listSavefiles | ||
* Clean up file/filesystem handling in our code | * Clean up file/filesystem handling in our code | ||
** several backends #define fopen, fread etc. -- this is bad, try to get rid of these hacks | ** several backends #define fopen, fread etc. -- this is bad, try to get rid of these hacks |
edits