Age | Commit message (Expand) | Author |
2009-09-20 | - Add support for Kyrandia 1 German Amiga in create_kyradat. | Johannes Schickel |
2009-09-20 | Slightly changed unsupported effect level handling in native MT-32 mode. | Johannes Schickel |
2009-09-20 | Fix removal of SJIS characters in LoL PC98 menu. | Johannes Schickel |
2009-09-20 | Fix language settings in LoL PC98, this fixes the ingame menu usage. | Johannes Schickel |
2009-09-20 | This hopefully fixes threading issues in PC98 sound driver. | Johannes Schickel |
2009-09-20 | Implement slight differences for PC98 version in TextDisplayer_LoL::printDial... | Johannes Schickel |
2009-09-20 | Fix bug in LoLEngine::decodeSjis. | Johannes Schickel |
2009-09-20 | Correct error in load code for PC version of Waxworks. | Travis Howell |
2009-09-20 | Add checks for half-width katakana, which are currently unsupported. | Johannes Schickel |
2009-09-20 | Fixed endian bug when using inventory items on objects. | Andre Heider |
2009-09-19 | LOL/PC-98: fixed block drawing (colors are still wrong) | Florian Kagerer |
2009-09-19 | LOL/PC-98: fix some asserts | Florian Kagerer |
2009-09-19 | LOL: fix warning/error | Florian Kagerer |
2009-09-19 | LOL: start on pc98 support (still messed up and not working though) | Florian Kagerer |
2009-09-18 | Fixed warning about missing newline | Andre Heider |
2009-09-18 | SWORD2: Don't show a pop-up if the 'eye' movie is missing - it was omitted in... | Joost Peters |
2009-09-18 | Cleanup. | Johannes Schickel |
2009-09-18 | Implement proper reverb setting in native MT-32 mode (as desribed in bug repo... | Johannes Schickel |
2009-09-18 | Implement proper pan reversal for Roland MT-32 in iMuse (as desribed in bug r... | Johannes Schickel |
2009-09-18 | Call updateScreen after setScreenPalette in olol_restoreMagicShroud, so that ... | Johannes Schickel |
2009-09-18 | Fix some memory leaks, caused by a recent regression in StaticResource::unloa... | Johannes Schickel |
2009-09-17 | LOL: cleanup (replaced some uint8 arrays with new palette objects) | Florian Kagerer |
2009-09-17 | LOL/Floppy: fix king richard healing sequence | Florian Kagerer |
2009-09-17 | - Add preliminary support for Lands of Lore PC98 in create_kyradat | Johannes Schickel |
2009-09-17 | Changed olol_restoreMagicShroud to be a bit more talkative on errors. | Johannes Schickel |
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn |
2009-09-17 | SCI: Move CallsStruct into vm.cpp, the only place it is being used | Max Horn |
2009-09-17 | SCI: Move some selector related function into a new file selector.cpp | Max Horn |
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |
2009-09-17 | SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums | Max Horn |
2009-09-17 | Typo. | Johannes Schickel |
2009-09-17 | Enable delay for Ninteno DS in all occasions in o2_isAnySoundPlaying. | Johannes Schickel |
2009-09-17 | Add workaround in "o2_isAnySoundPlaying", which will hopefully make Kyra2 wor... | Johannes Schickel |
2009-09-17 | SCI: Moved Kernel::findSelector from vocabulary.cpp to engine/kernel.cpp | Max Horn |
2009-09-17 | SCI: Properly hook up (I hope) CantBeHere instead of CanBeHere in SCI version... | Max Horn |
2009-09-17 | SCI: Removed dead code | Max Horn |
2009-09-17 | Added alternate versions for iceman, lsl2, qfg1, sq3 and sq4 from bug report ... | Filippos Karapetis |
2009-09-17 | - Increase kyra.dat version | Johannes Schickel |
2009-09-17 | SCI: Rename engine/memobj.* to engine/segment.* | Max Horn |
2009-09-17 | SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat nod... | Max Horn |
2009-09-17 | SCI: Get rid of the not_register() hack | Max Horn |
2009-09-17 | SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache | Max Horn |
2009-09-17 | SCI: Move parts of struct ScriptState into a new struct DebugState | Max Horn |
2009-09-17 | SCI: cleanup | Max Horn |
2009-09-17 | Corrected the size of one of the Italian fan-translated versions of ITE (bug ... | Filippos Karapetis |
2009-09-17 | Made script_lookup_export() a method of SegManager | Filippos Karapetis |
2009-09-17 | Added the CD version of Jones (bug report #2813795) and another version of RA... | Filippos Karapetis |
2009-09-17 | Changed the way object selectors are accessed, by removing the relevant defin... | Filippos Karapetis |
2009-09-17 | SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic... | Max Horn |
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn |