Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-26 | FULLPIPE: Started implementation of MctlCompound::initMovGraph2() | Eugene Sandulenko | |
2013-09-26 | FULLPIPE: Added MctlCompound object type | Eugene Sandulenko | |
2013-09-26 | FULLPIPE: Prototyping for MctlCompound | Eugene Sandulenko | |
2013-09-24 | TSAGE: Bugfixes and renaming for R2R Circular Walkways | Paul Gilbert | |
2013-09-24 | NEWS: Mention update to munt 1.3.0 | Filippos Karapetis | |
2013-09-24 | MT-32: Update to munt 1.3.0 | Filippos Karapetis | |
2013-09-23 | TSAGE: Renaming for R2R floating city walkways | Paul Gilbert | |
2013-09-23 | WINTERMUTE: Remove asserts in Blend-functions in TransparentSurface. | Einar Johan Trøan Sømåen | |
2013-09-23 | WINTERMUTE: Pass blendMode to blit() in RenderTicket. | Tobia Tesan | |
2013-09-23 | WINTERMUTE: Add support for additive/subtractive blending in TransparentSurface | Tobia Tesan | |
2013-09-23 | WINTERMUTE: Match type of angle constant to struct in TransformStruct, ↵ | Tobia Tesan | |
silence warnings | |||
2013-09-22 | TSAGE: Further bugfixes for ARM base escape | Paul Gilbert | |
2013-09-22 | TSAGE: Renaming and cleanup for R2R Autopsy and dormitory rooms | Paul Gilbert | |
2013-09-22 | TSAGE: Cleanup and bugfixes for the R2R Vent Maze | Paul Gilbert | |
2013-09-22 | TSAGE: Bugfixes and renaming for R2R cell and surrounds | Paul Gilbert | |
2013-09-22 | TSAGE: Further bugfix and renaming for R2R Flub maze | Paul Gilbert | |
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 | TSAGE: Further work on R2R keypad area sub-scene | Paul Gilbert | |
2013-09-22 | EVENTS: Initialize class variable. CID 1002944 | Eugene Sandulenko | |
2013-09-22 | FULLPIPE: Initialize class variable in constructor. CID 1090697 | Eugene Sandulenko | |
2013-09-22 | FULLPIPE: Initialize class variable | Eugene Sandulenko | |
2013-09-22 | FULLPIPE: Initialized class variables. CID 1063198 | Eugene Sandulenko | |
2013-09-22 | FULLPIPE: Remove unused class variable. CID 1063191 | Eugene Sandulenko | |
2013-09-22 | FULLPIPE: Fix uninitialized class variables | Eugene Sandulenko | |
2013-09-22 | FULLPIPE: Fix unneeded check. CID 1063206 | Eugene Sandulenko | |
2013-09-22 | FULLPIPE: Fix stupid c/p error. CID 1063216 | Eugene Sandulenko | |
2013-09-21 | TSAGE: Removed redundant process method entry | Paul Gilbert | |
2013-09-21 | TSAGE: Further cleanup of R2R maze, and beginning of work on keypad sub-scene | Paul Gilbert | |
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 | COMMON: Shut more Coverity warnings in coroutines. | Eugene Sandulenko | |
2013-09-21 | Merge pull request #398 from wjp/sci_midiparser | Willem Jan Palenstijn | |
SCI: Move MIDI event processing out of parseNextEvent | |||
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 | NEVERHOOD: Document two resources used in game menus | Filippos Karapetis | |
2013-09-21 | NEVERHOOD: Split the sprites in module 2800 into a separate file | Filippos Karapetis | |
2013-09-21 | AUDIO: Simplify SCI inFastForward flag by moving it to MidiParser | Willem Jan Palenstijn | |
2013-09-21 | COMMON: Use unused variables in coroutine macros. | Eugene Sandulenko | |
This should fix couple of hundreds of Coverity detected defects. | |||
2013-09-20 | TSAGE: Cleanup of vampire statuses in R2R Flub maze | Paul Gilbert | |
2013-09-21 | SCI: Move MIDI event processing out of parseNextEvent | Willem Jan Palenstijn | |
2013-09-21 | AUDIO: Simplify MidiTracker::processEvent return value | Willem Jan Palenstijn | |
2013-09-21 | AUDIO: Let jumpToTick use processEvent too | Willem Jan Palenstijn | |
2013-09-21 | AUDIO: Split event processing from MidiParser::onTimer | Willem Jan Palenstijn | |
This is to prepare for overriding more of this functionality in SCI. | |||
2013-09-20 | FULLPIPE: Initisalize uninitialized variable. CID 1063191 | Eugene Sandulenko | |