aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
AgeCommit message (Expand)Author
2015-11-24MADS: Fix memory leak in loadMadsV2BackgroundStrangerke
2015-11-24MADS: Phantom - Initialize and synchronize a couple of variablesStrangerke
2015-11-24MADS: initialize some variablesStrangerke
2015-11-24MADS: Phantom: Add more checks in exitCatacombsStrangerke
2015-11-24MADS: Phantom: Fix asserts in moveCatacombsStrangerke
2015-11-24MADS: Fix flag usage for the value KMSG_ANIMStrangerke
2015-11-24MADS: Dragon: Remove some dead code in hardcoded logicStrangerke
2015-11-24MADS: Phantom: Remove dead code in scene 310Strangerke
2015-11-23MADS: Silent another cppCheck warningStrangerke
2015-11-23MADS: Rex: Remove dead code in doObjectActionStrangerke
2015-11-23MADS: Phantom: reduce the scope of a variableStrangerke
2015-11-23MADS: Reduce the scope of a variable in panTransitionStrangerke
2015-11-23MADS: Phantom: Reword scene101::handleAnimation0 for consistency, remove some...Strangerke
2015-11-23MADS: Silence two GCC warningsTorbjörn Andersson
2015-11-22MADS: Fix compilation.Johannes Schickel
2015-11-23Merge pull request #626 from dreammaster/phantomFilippos Karapetis
2015-11-18MADS: Remove obsolete comment and add debug trace in animation codeStrangerke
2015-11-18MADS: Fix posAdjust in Animation::update for v2 gamesStrangerke
2015-11-16MADS: Add buttons to the main menu to show the secret bonus animationsPaul Gilbert
2015-11-16MADS: Fix incorrect method mappings in sound group 4Paul Gilbert
2015-11-16MADS: Change Rex from testing to stablePaul Gilbert
2015-11-16MADS: Fix headerStrangerke
2015-11-16MADS: Implement some more Camera codeStrangerke
2015-11-16MADS: Some work on CameraStrangerke
2015-11-15MADS: Phantom: Merge _variant and _initialVariantStrangerke
2015-11-13MADS: Dragon: Implement scene 105Strangerke
2015-11-13MADS: Rex: Use a constant when checking _mainObjectSourceStrangerke
2015-11-12MADS: Implement syncTimers, add SyncType enum, modify all the calls to syncTi...Strangerke
2015-11-12MADS: Rename the parameter of setNextFrameTimerStrangerke
2015-11-11MADS: Fix ANIMFLAG_DITHER valueStrangerke
2015-11-11MADS: Implement sceneScale for v2+ gamesStrangerke
2015-11-11MADS: For consistency with Rex, remove the second parameter of addSprites whe...Strangerke
2015-11-11MADS: DRAGON: Use constants instead of hardcoded values in one call of addSpr...Strangerke
2015-11-10MADS: Phantom: Implement disableNode() and disableLine()Filippos Karapetis
2015-11-10MADS: Phantom: Add a comment about changing sectionStrangerke
2015-11-10MADS: Replace the use of setTimingTrigger by a call to addTimer for V2+ gamesStrangerke
2015-11-10MADS: Implement SetSeqPlayer for V2+ games, replace setTrigger by addSubEntryStrangerke
2015-11-09MADS: Phantom: Remove dummy scene handlerStrangerke
2015-11-09MADS: Phantom: Update erroneous comments concerning Section HandlersStrangerke
2015-11-09MADS: Remove useless casts in per-game logicStrangerke
2015-11-09MADS: Phantom: Implement stopWalker()Strangerke
2015-11-09MADS: Phantom: Implement unhandledAction()Strangerke
2015-11-09MADS: Phantom: Implement doObjectAction()Strangerke
2015-11-09MADS: Phantom: Update the definition of drawToBackground()Filippos Karapetis
2015-11-09MADS: Phantom: Fix bug in Scene102::enter()Filippos Karapetis
2015-11-09MADS: Phantom: Implement Scene::drawToBackground()Filippos Karapetis
2015-11-09MADS: Phantom: Only force a reset of scaling velocity when the section changesStrangerke
2015-11-09MADS: Phantom: Fix coding style in Scene1xxStrangerke
2015-11-09MADS: Phantom: Remove an erroneous TODOStrangerke
2015-11-08MADS: Phantom: Add scene 506Strangerke