aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2017-03-20DIRECTOR: Fix event processing for generic eventsEugene Sandulenko
2017-03-20DIRECTOR: Fix GCC Warnings.D G Turner
2017-03-19TITANIC: Finished CStarControlSub12 setViewportPositionPaul Gilbert
2017-03-20Merge branch 'master' of https://github.com/scummvm/scummvmPeter Kohaut
2017-03-20BLADERUNNER: added full office leroy ai scriptPeter Kohaut
fix sceneobject remove
2017-03-19TITANIC: Fix DMatrix constructorsPaul Gilbert
2017-03-19DIRECTOR: Initial code for parsing D2 win executablesEugene Sandulenko
2017-03-19SCI: Add Colonel's Bequest patch and extend patcher functionalityMartin Kiewitz
Add Colonel's Bequest patch to fix an issue in room 35. When you tell Lilly about Gertie in act 2, Lilly will then walk out of the room. In case Laura (ego) is in her way, the game will effectively block and will appear frozen. This also happened, when using the original interpreter. This also adds a new functionality to the script patcher. PATCH_GETORIGINALUINT16 is able to get a full UINT16 from original script data and insert it somewhere else. PATCH_GETORIGINALBYTE and PATCH_GETORIGINALBYTEADJUST commands were merged internally and use the same internal command now. Some script patches were adjusted accordingly. Thanks again to wjp for helping on the script issue.
2017-03-18TITANIC: Implementing CStarControlSub12 classPaul Gilbert
2017-03-18DIRECTOR: Fix warningEugene Sandulenko
2017-03-18TITANIC: Finished CStarControlSub8 classPaul Gilbert
2017-03-18TITANIC: Implemented CStarControlSub8 selectStarPaul Gilbert
2017-03-18TITANIC: Implementing CStarControlSub8 classPaul Gilbert
2017-03-18SCI: Add script patch for Laura Bow 2 to fix museum party room (350)Martin Kiewitz
When clicking anywhere while entering the middle museum party room (which has a large golden Egyptian head inside of it), the game will keep the script for entering active, which will then make it impossible to leave this room. This script bug also happened, when using the original interpreter. The patch applies to at least English + German floppy as well as English CD. Very many thanks to wjp for helping figuring the actual cause out.
2017-03-18TITANIC: Finished CStarControlSub7 classPaul Gilbert
2017-03-18DIRECTOR: Additional debug output for event processingEugene Sandulenko
2017-03-18MOHAWK: Allow the mouse cursor to move while drawing in a tight loopBastien Bouclet
2017-03-18MOHAWK: In Myst v1.0 English the take page opcode takes no argumentsBastien Bouclet
Fixes #9645, crash when trying to take a book page.
2017-03-18MOHAWK: Add detection for Myst v1.0 EnglishBastien Bouclet
Provided by vonLeheCreative in #9645
2017-03-17TITANIC: Finished CStarControlSub6 classPaul Gilbert
2017-03-17TITANIC: Finisheed CStarControlSub5 classPaul Gilbert
2017-03-17DIRECTOR: Lingo: Improved debug on event handlingEugene Sandulenko
2017-03-17DIRECTOR: The maximum cast num is H88, 512, not 513Eugene Sandulenko
2017-03-17DIRECTOR: More debug output for frame loadingEugene Sandulenko
2017-03-17DIRECTOR: Fix num to cast id for cast A11Eugene Sandulenko
2017-03-17DIRECTOR: More loading process debug infoEugene Sandulenko
2017-03-17DIRECTOR: Improved debug output for resource loadingEugene Sandulenko
2017-03-16TITANIC: Finished CStarControlSub5 proc2Paul Gilbert
2017-03-16DIRECTOR: Fix crash when Shared Cast is not presentEugene Sandulenko
2017-03-15TITANIC: Implementing CStarControlSub5 class codePaul Gilbert
2017-03-15TITANIC: Change some constants to more sensible onesMichael DrĂ¼ing
2017-03-15DIRECTOR: Improvements to the event sequenceEugene Sandulenko
2017-03-15CHEWY: Initial work on speech for hotspot actionsFilippos Karapetis
2017-03-15CHEWY: Add a command to draw sprites on screen to the debuggerFilippos Karapetis
2017-03-14CHEWY: Read automove scene dataFilippos Karapetis
2017-03-14CHEWY: More work on room-specific animations. Some cleanupFilippos Karapetis
2017-03-14CHEWY: Properly clip drawn textFilippos Karapetis
2017-03-14DIRECTOR: Execute immediate scripts on frame loadEugene Sandulenko
2017-03-14DIRECTOR: Detect immediate Lingo actionsEugene Sandulenko
2017-03-13TITANIC: Fix some starfield startup crashes and initializationPaul Gilbert
2017-03-13TITANIC: Rename CStarControlSub4 class to FRangePaul Gilbert
2017-03-13TITANIC: Implemented CStarControlSub2 classPaul Gilbert
2017-03-14CHEWY: More work on scene hotspotsFilippos Karapetis
2017-03-13DIRECTOR: Refactor events processorEugene Sandulenko
2017-03-13DIRECTOR: Initial work on sprite draggingEugene Sandulenko
2017-03-13DIRECTOR: Lingo: Implement b_moveableSprite()Eugene Sandulenko
2017-03-13DIRECTOR: Lingo: Improved check for REFERENCE assignmentEugene Sandulenko
2017-03-12TITANIC: Field renaming and warning fixesPaul Gilbert
2017-03-12TITANIC: More matrix renamingsPaul Gilbert
2017-03-12TITANIC: More matrix renamings, thanks to Dark-StarPaul Gilbert