aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-09-20Correct error in load code for PC version of Waxworks.Travis Howell
2009-09-20Add checks for half-width katakana, which are currently unsupported.Johannes Schickel
2009-09-20Fixed endian bug when using inventory items on objects.Andre Heider
2009-09-19LOL/PC-98: fixed block drawing (colors are still wrong)Florian Kagerer
2009-09-19LOL/PC-98: fix some assertsFlorian Kagerer
2009-09-19LOL: fix warning/errorFlorian Kagerer
2009-09-19LOL: start on pc98 support (still messed up and not working though)Florian Kagerer
2009-09-18Fixed warning about missing newlineAndre Heider
2009-09-18SWORD2: Don't show a pop-up if the 'eye' movie is missing - it was omitted in...Joost Peters
2009-09-18Cleanup.Johannes Schickel
2009-09-18Implement proper reverb setting in native MT-32 mode (as desribed in bug repo...Johannes Schickel
2009-09-18Implement proper pan reversal for Roland MT-32 in iMuse (as desribed in bug r...Johannes Schickel
2009-09-18Call updateScreen after setScreenPalette in olol_restoreMagicShroud, so that ...Johannes Schickel
2009-09-18Fix some memory leaks, caused by a recent regression in StaticResource::unloa...Johannes Schickel
2009-09-17LOL: cleanup (replaced some uint8 arrays with new palette objects)Florian Kagerer
2009-09-17LOL/Floppy: fix king richard healing sequenceFlorian Kagerer
2009-09-17- Add preliminary support for Lands of Lore PC98 in create_kyradatJohannes Schickel
2009-09-17Changed olol_restoreMagicShroud to be a bit more talkative on errors.Johannes Schickel
2009-09-17SCI: Add EngineState::_kernel member for convenienceMax Horn
2009-09-17SCI: Move CallsStruct into vm.cpp, the only place it is being usedMax Horn
2009-09-17SCI: Move some selector related function into a new file selector.cppMax Horn
2009-09-17SCI: Add a global getSciVersion() function and make use of itMax Horn
2009-09-17SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enumsMax Horn
2009-09-17Typo.Johannes Schickel
2009-09-17Enable delay for Ninteno DS in all occasions in o2_isAnySoundPlaying.Johannes Schickel
2009-09-17Add workaround in "o2_isAnySoundPlaying", which will hopefully make Kyra2 wor...Johannes Schickel
2009-09-17SCI: Moved Kernel::findSelector from vocabulary.cpp to engine/kernel.cppMax Horn
2009-09-17SCI: Properly hook up (I hope) CantBeHere instead of CanBeHere in SCI version...Max Horn
2009-09-17SCI: Removed dead codeMax Horn
2009-09-17Added alternate versions for iceman, lsl2, qfg1, sq3 and sq4 from bug report ...Filippos Karapetis
2009-09-17- Increase kyra.dat versionJohannes Schickel
2009-09-17SCI: Rename engine/memobj.* to engine/segment.*Max Horn
2009-09-17SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat nod...Max Horn
2009-09-17SCI: Get rid of the not_register() hackMax Horn
2009-09-17SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCacheMax Horn
2009-09-17SCI: Move parts of struct ScriptState into a new struct DebugStateMax Horn
2009-09-17SCI: cleanupMax Horn
2009-09-17Corrected the size of one of the Italian fan-translated versions of ITE (bug ...Filippos Karapetis
2009-09-17Made script_lookup_export() a method of SegManagerFilippos Karapetis
2009-09-17Added the CD version of Jones (bug report #2813795) and another version of RA...Filippos Karapetis
2009-09-17Changed the way object selectors are accessed, by removing the relevant defin...Filippos Karapetis
2009-09-17SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic...Max Horn
2009-09-17SCI: Rename MemObject -> SegmentObjMax Horn
2009-09-17SCI: More cleanupMax Horn
2009-09-16SCI: cleanupMax Horn
2009-09-16SCI: Turn some SegManager methods into Script methodsMax Horn
2009-09-16SCI: Rename Script class members, change Script from struct to classMax Horn
2009-09-16Playtoons - Add patterns to drawCircleArnaud Boutonné
2009-09-16Playtoons - Add 3 DRAW_PIXEL patterns, fix some conditions.Arnaud Boutonné
2009-09-16Increase kyra.dat version.Johannes Schickel