Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
sources.
|
|
|
|
|
|
equal to the Pascal code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conversion of the necessary Pascal units.
|
|
|
|
|
|
|
|
Pascal.
|
|
|
|
|
|
|
|
main menu for later. Minimal cosmetic modifications in the order of the functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit b87de38cc8dc270c272b681b8581decc602ae984.
|
|
|
|
|
|
|
|
|
|
Removed a call to BaseFileManager::registerPackages() in
WintermuteEngine::getGameInfo(), as the constructor for BaseFileManager
already calls registerPackages() once; another call should thus be
superfluous.
|
|
FSNode::getChildren() was called assuming that it returns 0 iff success.
Actually, it's the other way around.
|
|
|
|
Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this.
|