Age | Commit message (Expand) | Author |
2008-10-09 | Fixed small graphical glitch in Classic theme tabs. | Vicent Marti |
2008-10-09 | Removed theme-config.cpp (legacy GUI code) | Vicent Marti |
2008-10-09 | Fixe DIST_FILES_THEMES in Makefile for theme distribution. | Vicent Marti |
2008-10-09 | Manual merge of the GSoC2008 GUI branch. (71 files) | Vicent Marti |
2008-10-08 | Added an optional depth parameter to FSDirectory::getSubDirectory(), so that ... | Nicola Mettifogo |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-10-06 | Fix warnings about Event::synthetic being undefined | Max Horn |
2008-10-05 | Merged revisions 34748,34750 via svnmerge from | Vicent Marti |
2008-10-05 | Fixed ambiguous 'else' | Max Horn |
2008-10-05 | Merged several revisions from SVNMerge. | Vicent Marti |
2008-10-05 | Changed NPC schedules to be loaded when an NPC is activated - this avoids an ... | Paul Gilbert |
2008-10-05 | Added a fixed memory pool for XML Node allocation, as suggested by Max. | Vicent Marti |
2008-10-04 | - Declared all stack functions as inline | Benjamin Haisch |
2008-10-04 | Renamed some MetaEngine feature flags; removed explicit numbers from this fea... | Max Horn |
2008-10-04 | Bugfix to prevent NPC characters managing to walk beyond room exits without l... | Paul Gilbert |
2008-10-03 | Cleanup. | Johannes Schickel |
2008-10-03 | Check all 'kyra.dat' files in setup paths instead of only the first one found. | Johannes Schickel |
2008-10-03 | Committed slightly modified patch #2034983 "Case-insensitivy and directory ha... | Johannes Schickel |
2008-10-03 | SCUMM: Added french Monkey VGA variant, see bug #2129199 | Max Horn |
2008-10-03 | Fixed Engine::hasFeature to use proper types (i.e., MetaEngine::MetaEngineFea... | Max Horn |
2008-10-03 | Fixed typos (thanks to Raziel^ for spotting them). | Johannes Schickel |
2008-10-02 | Merged loadHotSpotsMads() and loadHotSpotsM4() | Filippos Karapetis |
2008-10-02 | typo | Max Horn |
2008-10-02 | Forgot to mention yet another Engine class change: mainMenuDialog -> openMain... | Max Horn |
2008-10-02 | Add the current dir to the global SearchSet, i.e. to SearchMan (this should f... | Max Horn |
2008-10-02 | Engine class changed: | Max Horn |
2008-10-02 | Fix for bug #2142743: Assertion on clicking "Theme" in Options | Max Horn |
2008-10-02 | Ignore String::deleteLastChar when called on an empty string | Max Horn |
2008-10-02 | cleanup | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-10-02 | Correct 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-30 | Fix ThemeBrowser to use FSNodes, not getPath() | Max Horn |
2008-09-30 | Fix crash when starting ITE, a regression from commit #34705 | Filippos Karapetis |
2008-09-30 | AGI: Simplify WagFileParser by not reading data into a memory stream first (t... | Max Horn |
2008-09-30 | AGI: Got rid of yet another unwarranted use of FSNode::getPath | Max Horn |
2008-09-30 | Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths)... | Max Horn |
2008-09-30 | AGI: Another case where it is better to use FSNodes directly, instead of conv... | Max Horn |
2008-09-30 | Fixing ConfigManager::loadConfigFile | Max Horn |
2008-09-30 | Fixed crash when starting IHNM, a regression from commit #34693 | Filippos Karapetis |
2008-09-30 | SKY: Fix detector to not (ab)use FSNode::getPath; if you want to open a FSNod... | Max Horn |
2008-09-30 | SAGA: Some code cleanup | Max Horn |
2008-09-30 | AdvancedDetector: Do not (ab)use paths to keep track of files, rather, use FS... | Max Horn |
2008-09-30 | cleanup | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-30 | Ported ZipArchive::getAllNames() fix from trunk. | Vicent Marti |
2008-09-30 | Fixed functionality of ZipArchive::getAllNames(). Now it expects a possibly n... | Vicent Marti |
2008-09-30 | cleanup | Max Horn |
2008-09-30 | Added multiple new open() methods to Common::File, which make it possible to ... | Max Horn |
2008-09-30 | SAGA: Forgot to commit saga.h | Max Horn |