aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-05Merged revisions 34748,34750 via svnmerge from Vicent Marti
2008-10-05Fixed ambiguous 'else'Max Horn
2008-10-05Merged several revisions from SVNMerge.Vicent Marti
2008-10-05Changed NPC schedules to be loaded when an NPC is activated - this avoids an ...Paul Gilbert
2008-10-05Added a fixed memory pool for XML Node allocation, as suggested by Max.Vicent Marti
2008-10-04- Declared all stack functions as inlineBenjamin Haisch
2008-10-04Renamed some MetaEngine feature flags; removed explicit numbers from this fea...Max Horn
2008-10-04Bugfix to prevent NPC characters managing to walk beyond room exits without l...Paul Gilbert
2008-10-03Cleanup.Johannes Schickel
2008-10-03Check all 'kyra.dat' files in setup paths instead of only the first one found.Johannes Schickel
2008-10-03Committed slightly modified patch #2034983 "Case-insensitivy and directory ha...Johannes Schickel
2008-10-03SCUMM: Added french Monkey VGA variant, see bug #2129199Max Horn
2008-10-03Fixed Engine::hasFeature to use proper types (i.e., MetaEngine::MetaEngineFea...Max Horn
2008-10-03Fixed typos (thanks to Raziel^ for spotting them).Johannes Schickel
2008-10-02Merged loadHotSpotsMads() and loadHotSpotsM4()Filippos Karapetis
2008-10-02typoMax Horn
2008-10-02Forgot to mention yet another Engine class change: mainMenuDialog -> openMain...Max Horn
2008-10-02Add the current dir to the global SearchSet, i.e. to SearchMan (this should f...Max Horn
2008-10-02Engine class changed:Max Horn
2008-10-02Fix for bug #2142743: Assertion on clicking "Theme" in OptionsMax Horn
2008-10-02Ignore String::deleteLastChar when called on an empty stringMax Horn
2008-10-02cleanupMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-10-02Correct HE version for Putt-Putt Enters the Race (French/Windows).Travis Howell
2008-09-30- Removed unneeded calls to addDefaultDir() when loading themes.Vicent Marti
2008-09-30Fix ThemeBrowser to use FSNodes, not getPath()Max Horn
2008-09-30Fix crash when starting ITE, a regression from commit #34705Filippos Karapetis
2008-09-30AGI: Simplify WagFileParser by not reading data into a memory stream first (t...Max Horn
2008-09-30AGI: Got rid of yet another unwarranted use of FSNode::getPathMax Horn
2008-09-30Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths)...Max Horn
2008-09-30AGI: Another case where it is better to use FSNodes directly, instead of conv...Max Horn
2008-09-30Fixing ConfigManager::loadConfigFileMax Horn
2008-09-30Fixed crash when starting IHNM, a regression from commit #34693Filippos Karapetis
2008-09-30SKY: Fix detector to not (ab)use FSNode::getPath; if you want to open a FSNod...Max Horn
2008-09-30SAGA: Some code cleanupMax Horn
2008-09-30AdvancedDetector: Do not (ab)use paths to keep track of files, rather, use FS...Max Horn
2008-09-30cleanupMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-30Ported ZipArchive::getAllNames() fix from trunk.Vicent Marti
2008-09-30Fixed functionality of ZipArchive::getAllNames(). Now it expects a possibly n...Vicent Marti
2008-09-30cleanupMax Horn
2008-09-30Added multiple new open() methods to Common::File, which make it possible to ...Max Horn
2008-09-30SAGA: Forgot to commit saga.hMax Horn
2008-09-30SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ...Max Horn
2008-09-30SAGA: Removed patchesCount from SAGAGameDescriptionMax Horn
2008-09-30Order alphabeticallyMax Horn
2008-09-29Ported ZipArchive::getAllNames() implementation from GUI branch.Vicent Marti
2008-09-29Removed unnecessary unzOpenFile() calls in getAllNames()Vicent Marti
2008-09-29Since no one has come up with any better suggestion... this should fix #2123258Torbjörn Andersson
2008-09-29restrict _heXmapNum to HE versions, should fix #2135822Gregory Montoir