58525 Commits

Author SHA1 Message Date
Filippos Karapetis
cfa6974d29 NEVERHOOD: Fix uninitialized members of the Palette class - CID 1022303, 1022304, 1022305, 1022306 2013-09-27 01:38:16 +03:00
Filippos Karapetis
16b419847f NEVERHOOD: Fix uninitialized members of the Scene class and remove dead code - CID 1022300 2013-09-27 01:38:15 +03:00
Filippos Karapetis
871b4a83e2 NEVERHOOD: Fix uninitialized members of the Screen class - CID 1022299 2013-09-27 01:38:15 +03:00
Filippos Karapetis
b94165abe3 NEVERHOOD: Fix uninitialized members of the AudioResourceManMusicItem class - CID 1022298 2013-09-27 01:38:15 +03:00
Filippos Karapetis
f05e43fae6 NEVERHOOD: Fix uninitialized members of the SoundMan class - CID 1022297 2013-09-27 01:38:14 +03:00
Martin Kiewitz
f61e9c1c02 SCI: script patch for sq1vga to fix gfx glitch
when leaving Ulence Flats...
2013-09-27 00:26:32 +02:00
Eugene Sandulenko
03911e6505 SWORD25: Fix copy-paste error. CID 1004130 2013-09-26 22:58:46 +03:00
Filippos Karapetis
40f1f3e0b1 NEVERHOOD: Fix uninitialized class members in AnimatedSprite - CID 1022296 2013-09-26 11:31:08 +03:00
Filippos Karapetis
9396958536 NEVERHOOD: Add a patch system for broken resources in Russian versions
Some translated resources in Russian versions have incorrect unpacked
resource sizes. The original didn't perform checks for these, but we
do, thus we'll need to patch the unpacked resource sizes for each case
2013-09-26 10:54:30 +03:00
Filippos Karapetis
dca513dc20 COMMON: Expand the warnings thrown for broken DCL compressed data
The Russian translated versions of Neverhood have invalid unpacked
sizes for some compressed resources. This helps in identifying their
resource parameters more easily
2013-09-26 10:46:09 +03:00
Filippos Karapetis
a5691e8dc8 NEVERHOOD: Expand the error thrown for broken resources in BLB archives
The Russian translated versions of Neverhood have invalid unpacked
sizes for some compressed resources. This helps in identifying their
resource parameters more easily
2013-09-26 10:43:53 +03:00
Filippos Karapetis
916fa0ce84 TSAGE: Minor renaming for R2R
Rename the R2R character indexes to the corresponding character enum
(i.e. R2_NONE, R2_QUINN, R2_SEEKER, R2_MIRANDA)
2013-09-26 10:11:02 +03:00
Paul Gilbert
abfae92fa6 TSAGE: Renaming and bugfixes for R2R confrontation 2013-09-25 21:36:12 -04:00
Willem Jan Palenstijn
ade516a996 WINTERMUTE: Fix warning 2013-09-26 02:16:20 +02:00
Eugene Sandulenko
008eb251df FULLPIPE: Started implementation of MctlCompound::initMovGraph2() 2013-09-26 00:08:13 +03:00
Eugene Sandulenko
036c9fd6a9 FULLPIPE: Added MctlCompound object type 2013-09-26 00:08:13 +03:00
Eugene Sandulenko
83b2507011 FULLPIPE: Prototyping for MctlCompound 2013-09-26 00:08:13 +03:00
Paul Gilbert
3e59990a8e TSAGE: Bugfixes and renaming for R2R Circular Walkways 2013-09-24 22:02:12 -04:00
Filippos Karapetis
4fd203ce40 NEWS: Mention update to munt 1.3.0 2013-09-24 11:34:14 +03:00
Filippos Karapetis
eb84b9fc02 MT-32: Update to munt 1.3.0 2013-09-24 11:30:46 +03:00
Paul Gilbert
8fe2fe8a15 TSAGE: Renaming for R2R floating city walkways 2013-09-23 23:12:09 -04:00
Einar Johan Trøan Sømåen
f5fa2edd22 WINTERMUTE: Remove asserts in Blend-functions in TransparentSurface. 2013-09-23 19:07:24 +02:00
Tobia Tesan
d6c21f8c1e WINTERMUTE: Pass blendMode to blit() in RenderTicket. 2013-09-23 19:06:57 +02:00
Tobia Tesan
b4161f54b6 WINTERMUTE: Add support for additive/subtractive blending in TransparentSurface 2013-09-23 19:06:32 +02:00
Tobia Tesan
c0c3854fe2 WINTERMUTE: Match type of angle constant to struct in TransformStruct, silence warnings 2013-09-23 19:05:58 +02:00
Paul Gilbert
01b5f0ffdc TSAGE: Further bugfixes for ARM base escape 2013-09-22 23:39:59 -04:00
Paul Gilbert
974513856b TSAGE: Renaming and cleanup for R2R Autopsy and dormitory rooms 2013-09-22 23:14:58 -04:00
Paul Gilbert
455c286a60 TSAGE: Cleanup and bugfixes for the R2R Vent Maze 2013-09-22 22:24:08 -04:00
Paul Gilbert
d721e12d9e TSAGE: Bugfixes and renaming for R2R cell and surrounds 2013-09-22 17:52:48 -04:00
Paul Gilbert
e24021e9ac TSAGE: Further bugfix and renaming for R2R Flub maze 2013-09-22 15:39:47 -04:00
Martin Kiewitz
551e263165 SCI: revert fix music start code
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 20:13:33 +02:00
Martin Kiewitz
f1b0a77408 SCI: fix music start code fixes eq2 bug #3037267
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 15:40:51 +02:00
Paul Gilbert
f5115dd91e TSAGE: Further work on R2R keypad area sub-scene 2013-09-22 09:10:19 -04:00
Eugene Sandulenko
8098ed9b46 EVENTS: Initialize class variable. CID 1002944 2013-09-22 11:47:37 +03:00
Eugene Sandulenko
2b2157cf62 FULLPIPE: Initialize class variable in constructor. CID 1090697 2013-09-22 11:42:50 +03:00
Eugene Sandulenko
6e7f4d3669 FULLPIPE: Initialize class variable 2013-09-22 11:40:34 +03:00
Eugene Sandulenko
3329dc8fe0 FULLPIPE: Initialized class variables. CID 1063198 2013-09-22 11:38:07 +03:00
Eugene Sandulenko
4d52f7b701 FULLPIPE: Remove unused class variable. CID 1063191 2013-09-22 11:33:50 +03:00
Eugene Sandulenko
0b88ffab1b FULLPIPE: Fix uninitialized class variables 2013-09-22 11:31:47 +03:00
Eugene Sandulenko
2fb823c19b FULLPIPE: Fix unneeded check. CID 1063206 2013-09-22 11:28:44 +03:00
Eugene Sandulenko
19955e5d19 FULLPIPE: Fix stupid c/p error. CID 1063216 2013-09-22 11:25:28 +03:00
Paul Gilbert
55a759b9d5 TSAGE: Removed redundant process method entry 2013-09-21 22:51:59 -04:00
Paul Gilbert
c83df61fbb TSAGE: Further cleanup of R2R maze, and beginning of work on keypad sub-scene 2013-09-21 22:27:10 -04:00
m-kiewitz
bac818ccb7 SCI: patch for camelot sierra bug fixes #3614969
fixes sierra script bug for Conquests of Camelot (peeking through window)
2013-09-22 02:26:19 +02:00
m-kiewitz
fa41ee132b SCI: fix for heap corruption during lsl3 ending 2013-09-21 22:35:53 +02:00
Eugene Sandulenko
c55411a032 COMMON: Shut more Coverity warnings in coroutines. 2013-09-21 22:45:43 +03:00
Willem Jan Palenstijn
a0e0b21d91 Merge pull request #398 from wjp/sci_midiparser
SCI: Move MIDI event processing out of parseNextEvent
2013-09-21 11:10:40 -07:00
Willem Jan Palenstijn
4b5ca10f68 Merge branch 'master' into sci_midiparser
Conflicts:
	engines/sci/sound/midiparser_sci.cpp
2013-09-21 20:05:47 +02:00
m-kiewitz
97b255ab33 SCI: fix dataInc signalling fixes bug #3035159
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 19:41:45 +02:00
Willem Jan Palenstijn
a6d902df28 SCI: Handle !fireEvents in processEvent 2013-09-21 14:42:59 +02:00