Tobia Tesan
efc4284b42
WINTERMUTE: Keep _alphaMode private in TransparentSurface
2013-09-21 23:22:06 +02:00
uruk
66fe0b2ebc
AVALANCHE: Remove useless comments.
2013-09-21 22:48:39 +02:00
Strangerke
45ad88b73b
AVALANCHE: uncomment some sound code, code cleanup
2013-09-21 22:39:56 +02:00
m-kiewitz
fa41ee132b
SCI: fix for heap corruption during lsl3 ending
2013-09-21 22:35:53 +02:00
Strangerke
4b4f07a7f6
AVALANCHE: Merge Gyro, Lucerna and Avalot
2013-09-21 22:28:48 +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
uruk
89471e76d1
AVALANCHE: More revision in Sequence.
2013-09-21 19:30:37 +02:00
uruk
ed7e71d226
AVALANCHE: Some revision in Sequence.
2013-09-21 19:22:21 +02:00
uruk
183f10e4a0
AVALANCHE: Simplify Sequence::firstShow().
2013-09-21 19:12:44 +02:00
Strangerke
a80af5326e
AVALANCHE: Merge Acci and Parser
2013-09-21 18:37:52 +02:00
Strangerke
350d622324
AVALANCHE: rename scrolls to dialogs
2013-09-21 18:06:37 +02:00
uruk
628c5bb515
AVALANCHE: Remove comment. (Answer: It is.)
2013-09-21 16:20:57 +02:00
Strangerke
d82975fc38
AVALANCHE: Add an assert in flipRoom(), fix an issue in post-STU functions
2013-09-21 16:09:33 +02:00
Strangerke
ba103fd5dd
AVALANCHE: Some polishing in Animation
2013-09-21 15:36:13 +02:00
uruk
e0b4280a94
AVALANCHE: Change byte to unsigned int in for loops.
2013-09-21 14:49:35 +02:00
Willem Jan Palenstijn
a6d902df28
SCI: Handle !fireEvents in processEvent
2013-09-21 14:42:59 +02:00
uruk
897a0d0a61
AVALANCHE: Silence more GCC warnings.
2013-09-21 14:36:23 +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
uruk
3b57efaf99
AVALANCHE: Revise Graphics::drawPicture().
2013-09-21 14:25:54 +02:00
uruk
2dcdca5711
AVALANCHE: Silence GCC warnings and repair Scrolls::scrollModeNormal().
2013-09-21 14:16:32 +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
uruk
2df1aa6287
AVALANCHE: More clean up, removement of dead code, some rearranging.
2013-09-21 13:33:43 +02:00
uruk
3650f5d6a7
AVALANCHE: More clean up, removement of dead code.
2013-09-21 13:10:14 +02:00
uruk
8d5ce97ca4
AVALANCHE: Mostly cosmetic modifications in avalot.cpp.
2013-09-21 12:39:03 +02:00
uruk
c34bc12af2
AVALANCHE: Remove useless code.
2013-09-21 12:36:19 +02:00
uruk
39b4d8b71c
AVALANCHE: Some cleanup and comment modifications.
2013-09-21 12:10:16 +02: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