Age | Commit message (Expand) | Author |
2010-12-23 | SCI: Fixed typo | Filippos Karapetis |
2010-12-22 | SCI: Fixed bug #3037618 - "PQ2 : Restoring in Scuba Van causes Parser Issues" | Filippos Karapetis |
2010-12-22 | SCI: Also reset flags when resetting the video state | Filippos Karapetis |
2010-12-22 | SCI: Limit the speech/subtitle settings sync to SCI1.1 CD games only. Earlier | Filippos Karapetis |
2010-12-22 | SCI: Sync in-game speech/subtitle options with the ones from the ScummVM GUI. | Filippos Karapetis |
2010-12-22 | SCI2+: Set pictureCels to 0 after deleting them | Filippos Karapetis |
2010-12-22 | SCI: VMD video related changes | Filippos Karapetis |
2010-12-22 | SCI: Changed the check for NULL values inside kArray(Cpy) to only ignore such... | Filippos Karapetis |
2010-12-21 | - SCI: Added code to free the _baseVars value in SCI3 as well. Both free() op... | Filippos Karapetis |
2010-12-21 | Added back the null check in kArray(cpy): it happens in SCI3 | Filippos Karapetis |
2010-12-21 | Make Object::_baseMethod a Common::Array. This is intended to clean up | Lars Skovlund |
2010-12-21 | Simplify SCI3 relocation code, also making it correct. | Lars Skovlund |
2010-12-21 | SCI: Fixed bug #3092115 - "ECOQUEST2: Initial text not cleared during ecorder... | Filippos Karapetis |
2010-12-21 | SCI: Reset the portrait bitmap to the "closed mouth" state, when skipping dia... | Filippos Karapetis |
2010-12-20 | SCI: Fixed bug #3041153 - "SCI Fanmade Games: Message window glitch" | Filippos Karapetis |
2010-12-20 | SCI: Fixed bug #3037945 - "PQ3 : Graphical Glitch with White Mercedes on Free... | Filippos Karapetis |
2010-12-20 | SCI: Commented out unused signal flags | Filippos Karapetis |
2010-12-19 | SCI: Added another English version of QFG3 (bug #3125559) | Filippos Karapetis |
2010-12-16 | VIDEO: Make VideoDecoder::getPalette() return a const byte pointer | Matthew Hoops |
2010-12-16 | VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer | Matthew Hoops |
2010-12-15 | SCI: Slight cleanup | Filippos Karapetis |
2010-12-15 | SCI: Fixed View Cel RLE Decoding when RLE Code 0x40 is used (Corrects Bug #31... | David Turner |
2010-12-14 | SCI: Close Memory Leaks in SCI Resource Loading, reported by Valgrind. | David Turner |
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn |
2010-12-07 | SCI: Bumped up the save game version for rev #54805 | Filippos Karapetis |
2010-12-07 | SCI: Silence warnings | Matthew Hoops |
2010-12-07 | SCI: Removed the system strings code and replaced it with a much more simplif... | Filippos Karapetis |
2010-12-06 | SCI: Fix uninitialized reads (and therefore, GK1) | Matthew Hoops |
2010-12-02 | SCI: Slight formatting fix. | Johannes Schickel |
2010-12-02 | SCI: Enabled the GUI option to play speech and show subtitles simultaneously ... | Filippos Karapetis |
2010-12-02 | Disable error message regarding RESOURCE.AUD/.SFX for now. | Lars Skovlund |
2010-12-01 | SCI: Fixed bugs #3041044, #3046543 and #3046513 | Filippos Karapetis |
2010-11-30 | SCI: Added an uninitialized read script workaround for QFG1VGA | Filippos Karapetis |
2010-11-30 | SCI: Fixed bug #3053093 - "QFG1VGA and QFG3: Text box glitches" | Filippos Karapetis |
2010-11-28 | SCI: Fixed bug #3034471 - "SCI, Castlebrain/Amiga: Invisible text in word sea... | Filippos Karapetis |
2010-11-27 | SCI: Compensate for buggy KQ5CD saved games (before r54510) | Filippos Karapetis |
2010-11-27 | SCI: Removed bogus warning | Filippos Karapetis |
2010-11-27 | SCI: Reverted changes to savegame.cpp made in r54510, as that still occurs | Filippos Karapetis |
2010-11-27 | SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object" | Filippos Karapetis |
2010-11-27 | SCI: Fix for bug #3119713 - "PQ2: song-specific reverb changes are ignored" (... | Filippos Karapetis |
2010-11-26 | SCI: Pull reverb default directly from control channel. | Walter van Niftrik |
2010-11-26 | SCI: Only filter channels for early SCI0, as GM currently uses all channels. | Walter van Niftrik |
2010-11-26 | SCI: Added a define to turn off channel remapping (for debugging) | Filippos Karapetis |
2010-11-26 | SCI: Implemented FR #3101338: "King's Quest 6 Windows Mouse Icons" | Filippos Karapetis |
2010-11-26 | SCI: Fixed keyboard input when numlock is on, and cleaned up the way some spe... | Filippos Karapetis |
2010-11-26 | SCI: Send the SCI0 reverb init after reading the reverb data | Filippos Karapetis |
2010-11-26 | Fixed bug with r54485 | Filippos Karapetis |
2010-11-26 | SCI: set the reverb setting of the current song when a relevant event is fire... | Filippos Karapetis |
2010-11-25 | SCI: Some reverb-related changes in the MIDI driver, based on a patch by walt... | Filippos Karapetis |
2010-11-25 | SCI: Initialize reverb in the music driver correctly. Based on a patch by wal... | Filippos Karapetis |