aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-30WINTERMUTE: Add displayTiled function to replace repeatLastDrawWillem Jan Palenstijn
This avoids queueing many tickets for a UITiledImage, replacing them by a single tiled ticket.
2013-09-26Merge branch 'wme_lineartickets' into wme_renderingWillem Jan Palenstijn
This replaces the (quadratic time) renderqueue drawnum logic by a (linear time) approach based on following along the queue with an iterator. This branch first implements the new iterator logic next to the old drawnum logic, adding asserts that they produce identical results to facilitate testing and debugging. The old code is removed after that.
2013-09-26WINTERMUTE: CleanupWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove ticket->_drawNumWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove left-over assertsWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove unnecessary loopWillem Jan Palenstijn
2013-09-26WINTERMUTE: No longer update ticket->_drawNumWillem Jan Palenstijn
2013-09-26WINTERMUTE: No longer use ticket->_drawNumWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove unnecessary re-iterationWillem Jan Palenstijn
2013-09-26WINTERMUTE: Mirror _drawNum with an iteratorWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove _tempDisableDirtyRectsWillem Jan Palenstijn
2013-09-26WINTERMUTE: Remove ticket batchingWillem Jan Palenstijn
2013-09-26WINTERMUTE: Fix warningWillem Jan Palenstijn
2013-09-26FULLPIPE: Started implementation of MctlCompound::initMovGraph2()Eugene Sandulenko
2013-09-26FULLPIPE: Added MctlCompound object typeEugene Sandulenko
2013-09-26FULLPIPE: Prototyping for MctlCompoundEugene Sandulenko
2013-09-24TSAGE: Bugfixes and renaming for R2R Circular WalkwaysPaul Gilbert
2013-09-24NEWS: Mention update to munt 1.3.0Filippos Karapetis
2013-09-24MT-32: Update to munt 1.3.0Filippos Karapetis
2013-09-23TSAGE: Renaming for R2R floating city walkwaysPaul Gilbert
2013-09-23WINTERMUTE: Remove asserts in Blend-functions in TransparentSurface.Einar Johan Trøan Sømåen
2013-09-23WINTERMUTE: Pass blendMode to blit() in RenderTicket.Tobia Tesan
2013-09-23WINTERMUTE: Add support for additive/subtractive blending in TransparentSurfaceTobia Tesan
2013-09-23WINTERMUTE: Match type of angle constant to struct in TransformStruct, ↵Tobia Tesan
silence warnings
2013-09-22TSAGE: Further bugfixes for ARM base escapePaul Gilbert
2013-09-22TSAGE: Renaming and cleanup for R2R Autopsy and dormitory roomsPaul Gilbert
2013-09-22TSAGE: Cleanup and bugfixes for the R2R Vent MazePaul Gilbert
2013-09-22TSAGE: Bugfixes and renaming for R2R cell and surroundsPaul Gilbert
2013-09-22TSAGE: Further bugfix and renaming for R2R Flub mazePaul Gilbert
2013-09-22SCI: revert fix music start codeMartin 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-22SCI: fix music start code fixes eq2 bug #3037267Martin 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-22TSAGE: Further work on R2R keypad area sub-scenePaul Gilbert
2013-09-22EVENTS: Initialize class variable. CID 1002944Eugene Sandulenko
2013-09-22FULLPIPE: Initialize class variable in constructor. CID 1090697Eugene Sandulenko
2013-09-22FULLPIPE: Initialize class variableEugene Sandulenko
2013-09-22FULLPIPE: Initialized class variables. CID 1063198Eugene Sandulenko
2013-09-22FULLPIPE: Remove unused class variable. CID 1063191Eugene Sandulenko
2013-09-22FULLPIPE: Fix uninitialized class variablesEugene Sandulenko
2013-09-22FULLPIPE: Fix unneeded check. CID 1063206Eugene Sandulenko
2013-09-22FULLPIPE: Fix stupid c/p error. CID 1063216Eugene Sandulenko
2013-09-21TSAGE: Removed redundant process method entryPaul Gilbert
2013-09-21TSAGE: Further cleanup of R2R maze, and beginning of work on keypad sub-scenePaul Gilbert
2013-09-22SCI: patch for camelot sierra bug fixes #3614969m-kiewitz
fixes sierra script bug for Conquests of Camelot (peeking through window)
2013-09-21SCI: fix for heap corruption during lsl3 endingm-kiewitz
2013-09-21COMMON: Shut more Coverity warnings in coroutines.Eugene Sandulenko
2013-09-21Merge pull request #398 from wjp/sci_midiparserWillem Jan Palenstijn
SCI: Move MIDI event processing out of parseNextEvent
2013-09-21Merge branch 'master' into sci_midiparserWillem Jan Palenstijn
Conflicts: engines/sci/sound/midiparser_sci.cpp
2013-09-21SCI: fix dataInc signalling fixes bug #3035159m-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-21SCI: Handle !fireEvents in processEventWillem Jan Palenstijn
2013-09-21SCI: abbrev. ffs to FE and priority check fixm-kiewitz