1,554
edits
m (Remove the duplicate title) |
(Some TODOs are done) |
||
Line 6: | Line 6: | ||
* Converting stuff from "C pseudo classes" to real classes | * Converting stuff from "C pseudo classes" to real classes | ||
* Replacing various generic FreeSCI stuff by their ScummVM counterparts. E.g. don't bother to rewrite engines/sci/include/int_hashmap.h -- instead change code to use a HashMap<int, ...> etc. | * Replacing various generic FreeSCI stuff by their ScummVM counterparts. E.g. don't bother to rewrite engines/sci/include/int_hashmap.h -- instead change code to use a HashMap<int, ...> etc. | ||
* In fact: Do use File, SearchManager, FSNode etc. instead of paths, fopen, etc. | * In fact: Do use File, SearchManager, FSNode etc. instead of paths, fopen, etc. | ||
* Don't use fstat | * Don't use fstat | ||
* const correctness in engines/sci/engine/savegame.c (this is a generated file, so change the source or generator, whatever is necessary) | * const correctness in engines/sci/engine/savegame.c (this is a generated file, so change the source or generator, whatever is necessary) | ||
* apply our code formatting guidelines | * apply our code formatting guidelines | ||
* change the many nice existing function documentation comments to use doxygen syntax | * change the many nice existing function documentation comments to use doxygen syntax |