59103 Commits

Author SHA1 Message Date
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
RichieSams
69bcb76d05 ZVISION: Add documentation to RenderManager 2013-09-21 13:37:39 -05:00
RichieSams
7a557c4bcd ZVISION: Add documentation to TruetypeFont 2013-09-21 13:37:38 -05:00
RichieSams
cfe176619a ZVISION: Remove unused function arguments 2013-09-21 13:37:38 -05:00
RichieSams
2d9c9e8c7f ZVISION: Remove unused animation functions 2013-09-21 13:37:18 -05: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
m-kiewitz
158d12e555 SCI: abbrev. ffs to FE and priority check fix 2013-09-21 14:34:42 +02:00
m-kiewitz
4443793b97 SCI: sfx/music priority int16 fixes bug #3615038
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 14:27:16 +02:00
Filippos Karapetis
ac0c890bcc SCI: Add source of the checksums for RAMA German 2013-09-21 14:59:26 +03:00
Enrico Horn
c85698e87f SCI: Add detection entry for the German version of RAMA 2013-09-21 14:54:09 +03:00
Filippos Karapetis
cca0bbfe43 NEVERHOOD: Document two resources used in game menus 2013-09-21 14:54:09 +03:00
Filippos Karapetis
f5b2d86d13 NEVERHOOD: Split the sprites in module 2800 into a separate file 2013-09-21 14:54:08 +03:00
Willem Jan Palenstijn
3792af8e95 AUDIO: Simplify SCI inFastForward flag by moving it to MidiParser 2013-09-21 09:31:08 +02:00
Eugene Sandulenko
91bcfb290a COMMON: Use unused variables in coroutine macros.
This should fix couple of hundreds of Coverity detected defects.
2013-09-21 09:49:17 +03:00
RichieSams
7ff86ba6f9 ZVISION: Add documentation for RlfAnimation 2013-09-21 00:31:59 -05:00
RichieSams
1ced56fee7 ZVISION: Add documentation to SaveManager 2013-09-21 00:09:05 -05:00
RichieSams
8f7fa517d6 ZVISION: Directly access _globalState instead of using setStateValue
setStateValue does a _referenceTable lookup and potentially adds Puzzles
to _puzzlesToCheck. We know that _referenceTable and _puzzlesToCheck
with be cleared during ScriptManager::changeLocation(), so using
setStateValues ends up just being wasteful.
2013-09-21 00:08:36 -05:00
RichieSams
51fc627c05 ZVISION: Clear out the current state table values before loading any from a save file 2013-09-21 00:05:38 -05:00
RichieSams
ca80deea62 ZVISION: Only allow save slots in the range [1, 20]
This is the range supported by the ZNem / ZGI save menus
2013-09-21 00:04:31 -05:00
RichieSams
8557b06197 ZVISION: Load the state values before changing location 2013-09-21 00:03:49 -05:00
Paul Gilbert
ba56896f34 TSAGE: Cleanup of vampire statuses in R2R Flub maze 2013-09-20 22:21:58 -04:00
Willem Jan Palenstijn
11d425b76c SCI: Move MIDI event processing out of parseNextEvent 2013-09-21 01:43:04 +02:00
Willem Jan Palenstijn
86c2fe47e0 AUDIO: Simplify MidiTracker::processEvent return value 2013-09-21 01:08:26 +02:00
Willem Jan Palenstijn
da81c59308 AUDIO: Let jumpToTick use processEvent too 2013-09-21 00:22:58 +02:00
Willem Jan Palenstijn
6c5a5cd8e9 AUDIO: Split event processing from MidiParser::onTimer
This is to prepare for overriding more of this functionality in SCI.
2013-09-21 00:22:56 +02:00
Eugene Sandulenko
a9a1e69f49 FULLPIPE: Initisalize uninitialized variable. CID 1063191 2013-09-20 22:03:36 +03:00
Eugene Sandulenko
24af440261 FULLPIPE: Remove unused class variable. CID 1063185 2013-09-20 22:00:57 +03:00
Eugene Sandulenko
ff885af28a FULLPIPE: Remove unused variables. CID 1063179 2013-09-20 21:59:19 +03:00
Paul Gilbert
995d689ef3 TSAGE: Beginnings of fixes and renames for R2R Flub maze 2013-09-20 08:27:54 -04:00
Paul Gilbert
05b877d617 TSAGE: Further bugfixes and renaming for R2R shaft bottom 2013-09-19 19:45:56 -04:00
Paul Gilbert
5ea8e28d28 TSAGE: Reversed all R2R enableRegion/disableRegion calls 2013-09-19 19:19:03 -04:00
Willem Jan Palenstijn
5b23a251ce SCI: Fix too strict assert triggering in LSL5 2013-09-19 23:54:27 +02:00
Eugene Sandulenko
d6c5eed8ff FULLPIPE: Remove leftover debug output 2013-09-19 23:33:26 +03:00
Eugene Sandulenko
77daa12f85 FULLPIPE: Fix bug in picture search 2013-09-19 10:15:11 +04:00
Eugene Sandulenko
38a0c8556f FULLPIPE: Implement startWalkTo() 2013-09-19 10:15:11 +04:00
Eugene Sandulenko
3dbab52fc5 FULLPIPE: Unstubbed MovGraph constructor 2013-09-19 10:15:11 +04:00
Paul Gilbert
dd592a67c9 TSAGE: Added missing header change from previous commit 2013-09-18 22:33:17 -04:00
Paul Gilbert
4aac257936 TSAGE: Generalised saving of R2R walk regions resource 2013-09-18 22:21:50 -04:00
Paul Gilbert
f9f4f4eb17 TSAGE: Renamings for R2R elevator shaft 2013-09-18 22:20:24 -04:00
m-kiewitz
448063a8df SCI: Fully explain qfg1vga script patch 2013-09-18 23:11:07 +02:00
Willem Jan Palenstijn
6c85ad12aa SCI: Explain qfg1vga script patch slightly 2013-09-18 23:00:38 +02:00
m-kiewitz
e4568817bb SCI: QfG1VGA script patch fixes bug #3585793 2013-09-18 22:52:32 +02:00