Age | Commit message (Expand) | Author |
2008-10-12 | Changed BRA to use the new Common:Archive infrastructure. | Nicola Mettifogo |
2008-10-11 | Use Common::File instead of FilePtr | Max Horn |
2008-10-11 | Add patch from Quietust - Correct music speed in Amiga V2/V3 games. | Travis Howell |
2008-10-11 | Fixed crash when existing BRA: fonts were deallocated twice. | Nicola Mettifogo |
2008-10-09 | Manual merge of the GSoC2008 GUI branch. (71 files) | Vicent Marti |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-10-05 | Merged revisions 34748,34750 via svnmerge from | Vicent Marti |
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-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-02 | Merged loadHotSpotsMads() and loadHotSpotsM4() | Filippos Karapetis |
2008-10-02 | typo | Max Horn |
2008-10-02 | Engine class changed: | 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 | 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 | AGI: Another case where it is better to use FSNodes directly, instead of conv... | 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 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
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 |
2008-09-30 | SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ... | Max Horn |
2008-09-30 | SAGA: Removed patchesCount from SAGAGameDescription | Max Horn |
2008-09-30 | Order alphabetically | Max Horn |
2008-09-29 | Since no one has come up with any better suggestion... this should fix #2123258 | Torbjörn Andersson |
2008-09-29 | restrict _heXmapNum to HE versions, should fix #2135822 | Gregory Montoir |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-29 | Don't use File::name() needlessly (i.e. if you still know which file you just... | Max Horn |
2008-09-29 | Added const qualifiers | Max Horn |
2008-09-29 | SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename in... | Max Horn |
2008-09-29 | Added const qualifiers | Max Horn |
2008-09-28 | Use better "silence" without clicks when speech is disabled. | Eugene Sandulenko |
2008-09-28 | - Renamed withVoices to _subtitlesDisabled as it reflect the true meaning. | Eugene Sandulenko |
2008-09-28 | Fix bug #2043489: DRASCULA: Cannot disable speech | Eugene Sandulenko |
2008-09-28 | Add Italian C64 Zak | Eugene Sandulenko |
2008-09-28 | Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole intro/credit... | Benjamin Haisch |
2008-09-27 | SCUMM: Use FilesystemNode::openForReading instead of Common::File::open(Files... | Max Horn |