Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-05 | SCI: Script Patch to fix German LSL5 Patti Textbox | Martin Kiewitz | |
fixes Patti's head overlapping a textbox near the end of the game (German text only!), also occured in Sierra SCI | |||
2013-11-04 | SCI: script patcher documentation | Martin Kiewitz | |
2013-11-04 | SCI: little comment cleanup | Martin Kiewitz | |
2013-11-03 | SCI: improved script patcher | Martin Kiewitz | |
Gabriel Knight + King's Quest 6 patches now also work for Mac versions of those games added support for selectors instead of using hardcoded values | |||
2013-11-01 | SCI: added workaround for Black Cauldron remake | Martin Kiewitz | |
(happens only when using original save dialog) | |||
2013-11-01 | SCI: improved patcher, inventory patch for kq6/mac | Martin Kiewitz | |
Also added new debug flag for script patcher | |||
2013-10-31 | SCI: Update ScummVM's game audio options for SCI1.1 CD games | Filippos Karapetis | |
This ensures that ScummVM's game audio options for speech and subtitles get updated when they are changed in the game GUI | |||
2013-10-30 | SCI: kq6 inventory patch now applies to floppy too | Martin Kiewitz | |
2013-10-30 | SCI: Fix uninitialized reads of the Hoyle 3 backgammon doubling cube | Filippos Karapetis | |
This also fixes bug #3615121 | |||
2013-10-30 | SCI: Fix script bug #3615129 - "SCI: Crazy Nick Laura Bow - Uninitialized ↵ | Filippos Karapetis | |
read error 3" | |||
2013-10-30 | SCI: Fix script bug #3615119 - "SCI: Crazy Nick Laura Bow - Uninitialized ↵ | Filippos Karapetis | |
read error 2" | |||
2013-10-30 | SCI: Fix script bug #3615130 - "SCI: Hoyle3 - Uninitialized read error" | Filippos Karapetis | |
2013-10-30 | SCI: Fix script bug #3615120 - "SCI: Crazy Nick Laura Bow - kReadNumber ↵ | Filippos Karapetis | |
signature mismatch" | |||
2013-10-30 | SCI: Handle objects with a dot in their name | Filippos Karapetis | |
An example is the object 'dominoes.opt' in Hoyle 3, script 101 | |||
2013-10-30 | SCI: Fix script bug #3615118 in Crazy Nick's Laura Bow | Filippos Karapetis | |
2013-10-29 | SCI: kq6 cd inventory stack overflow script patch | Martin Kiewitz | |
fixes bug #3293954 | |||
2013-10-04 | SCI: Add the German version of EcoQuest 2 (bug #3615072) | Filippos Karapetis | |
2013-10-02 | SCI: Make a note about pic 390 in the blacklisted SQ4CD NRS patch 1.2 | Filippos Karapetis | |
2013-10-02 | SCI: Blacklist the SQ4CD 1.2 NRS patch | Filippos Karapetis | |
In essence, this "patch" includes a mixture the CD and floppy versions (the whole game), without the speech file | |||
2013-09-27 | SCI: script patch for sq1vga to fix gfx glitch | Martin Kiewitz | |
when leaving Ulence Flats... | |||
2013-09-22 | SCI: revert fix music start code | Martin Kiewitz | |
add workaround for eq2 the issue is known, but can't be properly fixed without rewriting the midiparser into a channel specific parser previous commit caused issues in kq5/french and others | |||
2013-09-22 | SCI: fix music start code fixes eq2 bug #3037267 | Martin Kiewitz | |
we start at offset 10 for sound SCI1 games. This is hardcoded in the interpreter. Also removing not handling signals on tick 0. This fixes Eco Quest 2 / Gonzales dancing in room 530. Thanks to wjp for the help. | |||
2013-09-22 | SCI: patch for camelot sierra bug fixes #3614969 | m-kiewitz | |
fixes sierra script bug for Conquests of Camelot (peeking through window) | |||
2013-09-21 | SCI: fix for heap corruption during lsl3 ending | m-kiewitz | |
2013-09-21 | Merge branch 'master' into sci_midiparser | Willem Jan Palenstijn | |
Conflicts: engines/sci/sound/midiparser_sci.cpp | |||
2013-09-21 | SCI: fix dataInc signalling fixes bug #3035159 | m-kiewitz | |
we set signal in parseNextEvent on dataInc events, which then effectively triggered 2 cues through kDoSoundUpdateCues instead of one. Fixes Freddy Pharkas Ballad intro on floppy + demos | |||
2013-09-21 | SCI: Handle !fireEvents in processEvent | Willem Jan Palenstijn | |
2013-09-21 | SCI: abbrev. ffs to FE and priority check fix | m-kiewitz | |
2013-09-21 | SCI: sfx/music priority int16 fixes bug #3615038 | m-kiewitz | |
it seems that sound system up till SCI0_LATE uses int16, afterwards it seems they changed to byte main music object (conMusic) in Laura Bow 1 uses -1 as priority. This was truncated to 255 till now, which resulted in many sound effects not getting played, because those used priority 0 | |||
2013-09-21 | SCI: Add source of the checksums for RAMA German | Filippos Karapetis | |
2013-09-21 | SCI: Add detection entry for the German version of RAMA | Enrico Horn | |
2013-09-21 | AUDIO: Simplify SCI inFastForward flag by moving it to MidiParser | Willem Jan Palenstijn | |
2013-09-21 | SCI: Move MIDI event processing out of parseNextEvent | Willem Jan Palenstijn | |
2013-09-19 | SCI: Fix too strict assert triggering in LSL5 | Willem Jan Palenstijn | |
2013-09-18 | SCI: Fully explain qfg1vga script patch | m-kiewitz | |
2013-09-18 | SCI: Explain qfg1vga script patch slightly | Willem Jan Palenstijn | |
2013-09-18 | SCI: QfG1VGA script patch fixes bug #3585793 | m-kiewitz | |
2013-09-17 | SCI: PQ1 script patch, fixes gun locker crash | m-kiewitz | |
fixes bug #3303802 / bug #3036933 | |||
2013-09-17 | SCI: script patch for larry 2 - fixes no points granted when wearing ↵ | m-kiewitz | |
parachute - was a sierra script bug - fixes bug #3614419 | |||
2013-09-16 | SCI: QfG1VGA: script patch to fix a typo in a Sierra script -> looking at a ↵ | m-kiewitz | |
cheetaur returned the text for saurus rex, fixes bug #3604943 | |||
2013-09-16 | SCI: longbow intro night rider fix (with help of wjp) - seems to fix bug 3489094 | m-kiewitz | |
2013-09-15 | SCI: fix tabs in last commit | m-kiewitz | |
2013-09-15 | SCI: disable signals when resuming music, so that debugger will work ↵ | m-kiewitz | |
properly for longbow intro | |||
2013-09-12 | Merge pull request #378 from lordhoto/pluggable-engines-translations | Johannes Schickel | |
RFC: Pluggable Engines: I18N: Move specification of engine specific files to enginedir/POTFILES | |||
2013-09-03 | SCI: Fix script bug #3614968 - "SCI: Camelot - crash at the pool of Siloam" | Filippos Karapetis | |
2013-08-23 | SCI: Fix several script bugs in Hoyle 4 (Bridge) | Filippos Karapetis | |
This also fixes bug #3361925 - "SCI: HOYLE4: Crash in bridge" | |||
2013-08-23 | SCI: Give more verbose error messages on arithmetic errors | Filippos Karapetis | |
2013-08-20 | SCI: Add support for the King's Questions mini-game | Filippos Karapetis | |
This can be found in the KQ collection | |||
2013-08-19 | SCI: Fix script bug #3604939 - "SCI: QFG1VGA: Game hangs when meeting Baron ↵ | Filippos Karapetis | |
while sneaking" | |||
2013-08-19 | SCI: Fix bug #3614914 - "SCI: Castle of Dr Brain Spanish crashes after ↵ | Filippos Karapetis | |
Computer Room" Ignore the unused x/y displacement fields of cels embedded in pics. Dr. Brain Spanish, pic 261 contains garbage in these fields (probably left overs) |