aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2016-08-13SCI32: Fix cast warningsColin Snover
2016-08-13SCI: Fix sign comparison warningColin Snover
2016-08-13TITANIC: Added CBarbot CMovieEndMsg event handlerPaul Gilbert
2016-08-13SCI: Fix pointer invalidation caused by array storage movesColin Snover
2016-08-13TITANIC: Implementing CBarbot game object classPaul Gilbert
2016-08-13FULLPIPE: Put behavior debug output to a separate channelEugene Sandulenko
2016-08-13Merge pull request #803 from BenCastricum/detection_fixesEugene Sandulenko
2016-08-13FULLPIPE: Fix incorrect array element indirection in MGM::recalcOffsetsRetro-Junk
2016-08-13FULLPIPE: Fix wrong member name in InteractionController::handleInteractionRetro-Junk
2016-08-13FULLPIPE: Use proper Surface coordinatesRetro-Junk
2016-08-13TITANIC: Implemented several NPC related game classesPaul Gilbert
2016-08-13SCI: Fix pseudo mouse in various SCI1 games like e.g. Larry5Martin Kiewitz
2016-08-13DIRECTOR: Lingo: Added stub for 'label' functionEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Implemented integerp function and added stubs for 'the free*'Eugene Sandulenko
2016-08-13DIRECTOR: Lingo: Simplified Datum constants pushingEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Implement charToNum, added stubs for constrainH/V functionsEugene Sandulenko
2016-08-12TITANIC: Implemented some game object classesPaul Gilbert
2016-08-12TITANIC: Implemented CAnnounce and CActButton classesPaul Gilbert
2016-08-12TITANIC: Implemented CArboretumGate classPaul Gilbert
2016-08-12TITANIC: Implemented CArmchair classPaul Gilbert
2016-08-12DIRECTOR: Lingo: Fix factory method code generationEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Fix factory method argument countEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Implemented factory(mNew) method handlingEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Added factory execution testEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Sort test files before executionEugene Sandulenko
2016-08-12SCI32: Fix crash when multiple nodes are deleted during kListEachElementDoColin Snover
2016-08-12SCI32: Clean up Video32 includesColin Snover
2016-08-12SCI32: Fix KQ7 1.51 video backgroundColin Snover
2016-08-12SCI32: Fix crash when kShowMovie is called but the video cannot be foundColin Snover
2016-08-12SCI32: Fix KQ7 1.51 basic video playbackColin Snover
2016-08-12SCI32: Additional Video32 documentationColin Snover
2016-08-12SCI32: Implement kShowMovieColin Snover
2016-08-12TITANIC: Further fleshing out sound manager, fixing sound loopingPaul Gilbert
2016-08-11SCI32: Temporarily revert kShowMovie due to buildbot failuresColin Snover
2016-08-11SCI32: Fix KQ7 1.51 video backgroundColin Snover
2016-08-11SCI32: Fix crash when kShowMovie is called but the video cannot be foundColin Snover
2016-08-11SCI32: Fix KQ7 1.51 basic video playbackColin Snover
2016-08-11SCI32: Additional Video32 documentationColin Snover
2016-08-11SCI32: Implement kShowMovieColin Snover
2016-08-11SCI32: Fix GfxFrameout::_isHiRes flag to be accurate for all gamesColin Snover
2016-08-11TITANIC: Hook up wave pump for callbacksPaul Gilbert
2016-08-11TITANIC: Compilation fix for SoundType enumPaul Gilbert
2016-08-11TITANIC: Fleshing out QSound simulation methodsPaul Gilbert
2016-08-11TITANIC: Set up positioning mode in sound manager & CProximityPaul Gilbert
2016-08-11DIRECTOR: Lingo: Added all D2 constantsEugene Sandulenko
2016-08-11Merge pull request #798 from wjp/torin_savingFilippos Karapetis
2016-08-11MOHAWK: Add a Riven specific sound managerBastien Bouclet
2016-08-11MOHAWK: Allow the games to have a different sound managerBastien Bouclet
2016-08-11MOHAWK: Move makeMohawkWaveStream out of the Sound classBastien Bouclet
2016-08-11DIRECTOR: Lingo: Code for calling out factory methodsEugene Sandulenko