1,079
edits
(Got rid of various already resolved SCI TODOs) |
|||
Line 20: | Line 20: | ||
* Not specific to SCI, but: Replace "struct tm" in common/system.h (and places that implement/use it) by a custom struct, which would be a (partial) clone of struct tm, something like Common::OSystem::Time. That way, we wouldn't have to use <time.h> anymore anywhere. | * Not specific to SCI, but: Replace "struct tm" in common/system.h (and places that implement/use it) by a custom struct, which would be a (partial) clone of struct tm, something like Common::OSystem::Time. That way, we wouldn't have to use <time.h> anymore anywhere. | ||
* 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) | ||
* change the many nice existing function documentation comments to use doxygen syntax | * change the many nice existing function documentation comments to use doxygen syntax |
edits