561
edits
(→Misc: Removed some done things (even if it's not my user page...)) |
|||
Line 79: | Line 79: | ||
=== Misc === | === Misc === | ||
* Remove the 'addDefaultDirectory' calls from runGame in base/main.cpp. Reason: Their presence causes an asymmetry between the "detect a game" and "run a game" use cases, as different files are "seen" in each case. This can lead to subtle bugs, and also causes ugly code duplication in the AdvancedDetector code right now (there to work around asymmetries like this one) | * Remove the 'addDefaultDirectory' calls from runGame in base/main.cpp. Reason: Their presence causes an asymmetry between the "detect a game" and "run a game" use cases, as different files are "seen" in each case. This can lead to subtle bugs, and also causes ugly code duplication in the AdvancedDetector code right now (there to work around asymmetries like this one) | ||
* add plugin API to fetch a fresh desc string for a given target ?!? | * add plugin API to fetch a fresh desc string for a given target ?!? | ||
* completely get rid of #pragma pack for increased portability | * completely get rid of #pragma pack for increased portability | ||
* rename scummsys.h; and/or split it (types.h, defs.h ... ?) | * rename scummsys.h; and/or split it (types.h, defs.h ... ?) | ||
edits