| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-08 | moved function to remove files | oy | |
| 2010-12-08 | added Storage function to move/rename files by Batchyx | oy | |
| 2010-11-24 | Storage: fix RemoveFile and CreateFolder ret value | Batchyx | |
| Removefile returns remove() and CreateFolder returns fs_makedir(), but they returns 0 on success and non-zero on error. Fix that, RemoveFile and CreateFolder should return true on success. (they return false when the type argument is invalid). note: bug has remained unoticed because noone uses CreateFolder, and the user of RemoveFile (the demo browser's remove button) doesn't check the return value. | |||
| 2010-11-20 | Updated copyrights | Sworddragon | |
| 2010-11-17 | removed no longer needed data-dir override param - mods system should be ↵ | oy | |
| used instead. Closes #267 | |||
| 2010-11-13 | show real $USERDIR and $DATADIR path on startup | oy | |
| 2010-10-16 | added the possibility to create a new folder within the editor's save file ↵ | oy | |
| dialog | |||
| 2010-10-06 | added mod system. Closes #34 | oy | |
| 2010-09-24 | fixed that it checks the current dir for demos too | oy | |
| 2010-09-05 | added Remove button in demos browser (#66) | Choupom | |
| 2010-08-05 | added fix for crash when there is no datadir | oy | |
| 2010-08-05 | added lost datadir override feature | oy | |
| 2010-06-20 | added commands to dump the output of the consoles into a file | oy | |
| 2010-05-29 | copied refactor to trunk | Magnus Auvinen | |