Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit 4401f40f7203f7aaa78c2e1c904c70902325436c.
|
|
|
|
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.
|
|
CID 1002323
|
|
|
|
|
|
|
|
|
|
|
|
This also fixes int->int32 in ScriptExtDate::transfer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
overload-misses.
|
|
|
|
Fix clang warnings
|
|
(complete previous commit)
|
|
|
|
This silences a clang warning
|
|
All instances uncovered by clang warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|