aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
AgeCommit message (Collapse)Author
2015-10-25MADS: Dragon: Some rework in scene 104Strangerke
2015-10-25MADS: Phantom: Implement scene 202Strangerke
2015-10-24MADS: Implement getFrameWidth and getFrameHeightStrangerke
2015-10-24MADS: Don't show protection dialog when resuming game from in-game menuPaul Gilbert
2015-10-24MADS: Fix crash at end of copy protection failure cutscenePaul Gilbert
2015-10-24MADS: Phantom: Initial implementation of Player::setWalkTrigger()Filippos Karapetis
2015-10-24MADS: Phantom: Add hack in setHeroTrigger to stop conversationsFilippos Karapetis
This allows the conversation in Phantom scene 101 to close, and enables player actions for the scene
2015-10-24MADS: More work on V2 conversationsFilippos Karapetis
Most of the conversation data has been figured out, with a few TODOs left
2015-10-24MADS: Dragon: Implement scene 104Strangerke
2015-10-23MADS: Dragon: Implement scene 103Strangerke
2015-10-23MADS: Dragon: Implement scene 102Strangerke
2015-10-22MADS: Phantom: Disable auto camera adjust code for V2 games, for nowFilippos Karapetis
2015-10-22MADS: Phantom: Some initial work on reading conversation filesFilippos Karapetis
2015-10-22MADS: Dragon: Implement scene 101Strangerke
2015-10-22MADS: Dragon: Add generic scene for group 1Strangerke
2015-10-22MADS: Phantom: Some renaming in scene 113Strangerke
2015-10-22MADS: Phantom: Implement scene 201Strangerke
2015-10-22MADS: Phantom: Add Scene Group 2 generic functionsStrangerke
2015-10-22MADS: Dragon: Better checking for scene codesFilippos Karapetis
2015-10-22MADS: Phantom: Better checking for scene codesFilippos Karapetis
This allows scene 150 to start
2015-10-22MADS: Phantom: Implement deleteSequence()Filippos Karapetis
I've left in a CHECKME for the part of the code I'm not 100% sure. Unfortunately, this can't really be tested yet until animations work properly
2015-10-22MADS: Fix typoFilippos Karapetis
2015-10-22MADS: Phantom: Expand the existing camera adjustment logic for V2 gamesFilippos Karapetis
This fixes all of the scenes that expand over the screen (e.g. 101, 104, 109 in Phantom, as well as the several scenes in the Dragonsphere intro). Also added a new debugger command, "set_camera", which sets the scene camera to specific coordinates
2015-10-22MADS: Phantom: Initial work on hotspots with dynamic animationsFilippos Karapetis
2015-10-21MADS: Phantom: Implement resetFacing()Filippos Karapetis
2015-10-21MADS: Phantom: Fix loadAnimation and silence warning in animations_tickFilippos Karapetis
2015-10-21MADS: Phantom: Increase maximum dynamic hotspots to 10, up from 8Filippos Karapetis
Scene 105 in Phantom uses 9 dynamic hotspots
2015-10-21MADS: Get rid of SequenceList::setRange, use SequenceList::setAnimRange insteadStrangerke
2015-10-21MADS: Phantom: Implement loadSpeech() and playSpeech()Filippos Karapetis
2015-10-21MADS: Phantom: Implement SequenceList::addStampCycle()Strangerke
2015-10-21MADS: Phantom: Add scene 150Strangerke
2015-10-20MADS: Phantom: Implement scene 114Strangerke
2015-10-20MADS: Phantom: Move Exit and Climb to verbs. Review calls to isAction, use ↵Strangerke
isObject instead when needed
2015-10-20MADS: Phantom: Some refactoring and renamingStrangerke
2015-10-20MADS: Phantom: Fix calls to setDynamicAnim in Scene 101Strangerke
2015-10-20MADS: Phantom: Implement scene 113, some renamingStrangerke
2015-10-20MADS: Phantom: Implement scene 112Strangerke
2015-10-19MADS: Phantom: Implement scene 111. Remove dead 'breaks'.Strangerke
2015-10-19MADS: Phantom: Move "lock" to the list of verbsStrangerke
2015-10-19MADS: Phantom: Implement scene 110Strangerke
2015-10-19MADS: Phantom: Implement scene 109Strangerke
2015-10-19MADS: Phantom: Some renaming in scene 108Strangerke
2015-10-18MADS: Phantom: Fix some hotspot rects in scene 103, implement scene 108Strangerke
2015-10-18MADS: Phantom: Add logic for scene 107Strangerke
2015-10-18MADS: Phantom: Implement scene 106Strangerke
2015-10-18MADS: Phantom: Fix code formattingStrangerke
2015-10-18MADS: Phantom: Fix hotspot rects, remove some dead codeStrangerke
2015-10-18MADS: Phantom: Fix several calls to startPingPongCycle, addSpriteCycle and ↵Strangerke
addReverseSpriteCycle
2015-10-18MADS: Phantom: Add logic for scene 105Strangerke
Use an enum in various calls of _scene->_dynamicHotspots.add()
2015-10-16MADS: Phantom: Fix some code formattingStrangerke