Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2013-08-12 | I18N: Move specification of engine specific files to enginedir/POTFILES. | Johannes Schickel | |
This allows to keep the engines to specfiy the files for translation close to the engine sources itself. Thanks to criezy for his suggestion on this approach. | |||
2013-08-07 | Merge pull request #365 from lordhoto/protected-pixels | Johannes Schickel | |
Make Graphics::Surface::pixels protected. | |||
2013-08-06 | SCI: Add another version of Jones CD (bug #3614668) | Filippos Karapetis | |
2013-08-03 | SCI: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SCI: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-07-30 | SCI: Add a hack to fix the inventory in GK1 | Filippos Karapetis | |
For some reason, the top left nsRect coordinates get swapped in the GK1 inventory screen, investigate why | |||
2013-07-19 | SCI: Add FIXME | Willem Jan Palenstijn | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-08 | SCI: Rewrite the song loop comments in commit 6fa668e to make more sense | Filippos Karapetis | |
2013-07-08 | SCI: Add some comments a possible TODO regarding song looping | Filippos Karapetis | |
2013-07-07 | SCI: Fix bug #3614566 - "LSL6: ScummVM locks up at Electro-Shock room" | Filippos Karapetis | |
We now do the jumpToTick() for hold events after waiting for the delta of the current event, like we do for the signal set events. This keeps the fixes for the hold timings in QFG3, while not breaking LSL6. Many thanks to wjp for pinpointing the actual cause of the issue. | |||
2013-06-21 | SCI: Avoid using g_sci for usesOldGfxFunctions() in the GfxPorts class | Filippos Karapetis | |
2013-06-19 | SCI: Implement the 4-param version of kDoSoundSendMidi - bug #3614447 | Filippos Karapetis | |
Many thanks to wjp for his help with disassembly | |||
2013-06-18 | SCI: Add note about LSL1vga DoSoundSendMidi | Willem Jan Palenstijn | |
2013-05-31 | SCI: Add a workaround for a script bug in SQ5, room 800 - bug #3614145 | Filippos Karapetis | |
2013-05-17 | SCI: Add an alternate version of the GK1 demo | Matthew Hoops | |