aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/animation.cpp
AgeCommit message (Expand)Author
2014-10-18MADS: Remove deprecated code from AnimationView and a bunch of out-of-date TODOsPaul Gilbert
2014-10-14MADS: Implement subtitles for animation cutscenesPaul Gilbert
2014-10-13MADS: New conversation message logic for cutscene animationsPaul Gilbert
2014-10-13MADS: Fix playback of digital audio during animation sequencesPaul Gilbert
2014-10-06MADS: Fixes for loading of intro cutscene animationPaul Gilbert
2014-09-20MADS: Fix Animation to handle loading backgrounds as well as user interfacesPaul Gilbert
2014-09-20MADS: Add new Animation fields needed by AnimViewPaul Gilbert
2014-09-18MADS: Further animation setup in AnimViewPaul Gilbert
2014-06-04MADS: Fix memory corruption when dealing with monster in scene 703Paul Gilbert
2014-05-28MADS: Initialize variables in AnimationStrangerke
2014-05-26MADS: Fix occassional character gliding in cutscenesPaul Gilbert
2014-05-25MADS: Standardised on passing depth surfaces as DepthSurfacePaul Gilbert
2014-05-20MADS: Remove redundant frame entry remap block in animation loadingPaul Gilbert
2014-05-20MADS: Change the animation _animMode to an enum'ed _bgTypePaul Gilbert
2014-05-19MADS: Reduce the scope of another variable in AnimationStrangerke
2014-05-19MADS: Fix scrolling checkStrangerke
2014-05-08MADS: Remove trailing whitespaceFilippos Karapetis
2014-05-01MADS: Fix palette corruption when playing animationsPaul Gilbert
2014-05-01MADS: Fix actions being triggered at the end of animation sequencesPaul Gilbert
2014-04-19MADS: Implement palette animation codePaul Gilbert
2014-04-19MADS: Add support for sprite flipping in UI background animationsPaul Gilbert
2014-04-19MADS: Moved Animation::free to be Scene::freeAnimationPaul Gilbert
2014-04-16MADS: Fix unloading animations with associated messagesPaul Gilbert
2014-04-16MADS: Fix for correctly loading animation sprite setsPaul Gilbert
2014-04-15MADS: Fix depth issues with sitting in chair in scene 101Paul Gilbert
2014-04-15MADS: Implement scene 110Strangerke
2014-04-12MADS: Add missing call to new refreshHighColors methodPaul Gilbert
2014-04-12MADS: Fix misspelling in if statementPaul Gilbert
2014-04-12MADS: Add missing handling code for palette _rgbListPaul Gilbert
2014-04-12MADS: Fix a bunch of GCC warningsPaul Gilbert
2014-04-12MADS: Refactoring PaletteUsage to use external data arraysPaul Gilbert
2014-04-07MADS: Implement loading logic for UI background animationsPaul Gilbert
2014-04-06MADS: Added stubbed Animation::preLoad methodPaul Gilbert
2014-04-06MADS: Properly free scene-specific sprite sets when leaving scenePaul Gilbert
2014-04-06MADS: Fix loading of scene sprite set namesPaul Gilbert
2014-04-02MADS: Cleanup of UISlots and flag typesPaul Gilbert
2014-03-29MADS: Implemented NebularGame::stepPaul Gilbert
2014-03-27MADS: Initial cleanup of action/player handlingPaul Gilbert
2014-03-17MADS: Transformed ImageInterEntries to be User Interface UISlotsPaul Gilbert
2014-03-15MADS: Merged the InterfaceSurface and UserInterface classesPaul Gilbert
2014-03-13MADS: Fix GCC warnings and memory leaksPaul Gilbert
2014-03-12MADS: General cleanup and minor fixesPaul Gilbert
2014-03-12MADS: Fix definition/loading of animation frame change dataPaul Gilbert
2014-03-08MADS: Fixes for sprite list initialisationPaul Gilbert
2014-03-08MADS: Clarified Events::_currentTimer as Scene::_frameStartTimePaul Gilbert
2014-03-08MADS: Implemented stubbed SpriteSlots methodsPaul Gilbert
2014-03-08MADS: Fix for loading animation dataPaul Gilbert
2014-03-08MADS: Cleanup code for accessing sprite assetsPaul Gilbert
2014-03-07MADS: Implemented remainder of scene 804 setup code and support methodsPaul Gilbert
2014-03-05MADS: More Animation class implementationPaul Gilbert