aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/animation.cpp
AgeCommit message (Expand)Author
2016-03-14VOYEUR: Changed engine to use Graphics::ManagedSurfacePaul Gilbert
2014-05-28VOYEUR: Janitorial - Remove trailing whitespaceSven Hesse
2014-03-17VOYEUR: Use a nullptr instead of a 0 in a return valueStrangerke
2014-03-09VOYEUR: rename audio and video track access functionsStrangerke
2014-03-09VOYEUR: Another try to get rid of the hidden overloaded functionsStrangerke
2014-03-09VOYEUR: Remove a default parameter in RL2Decoder::loadfile()Strangerke
2014-03-09VOYEUR: Remove useless object in RL2VideoTrackStrangerke
2014-02-27VOYEUR: Remove setVm from GraphicsManagerStrangerke
2014-02-27VOYEUR: Remove setVm from EventManagerStrangerke
2014-02-26VOYEUR: Fix a couple of uninitialized variables in RL2VideoTrack and Graphics...Strangerke
2014-02-25VOYEUR: Add some details about unused variables, initialize some variablesStrangerke
2014-02-25VOYEUR: Fix uninitialized variables in DisplayResource and RL2DecoderStrangerke
2014-02-18VOYEUR: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-16VOYEUR: Fix checking RLV header signaturePaul Gilbert
2014-02-07VOYEUR: Remove redundant code from RL2Decoder classPaul Gilbert
2014-02-07VOYEUR: Fix decoder _curFrame to start at -1Paul Gilbert
2014-02-04VOYEUR: Moved RL2Decoder::seek to be seekInternPaul Gilbert
2014-02-04VOYEUR: Simplified reference to audio and video tracks in the RL2DecoderPaul Gilbert
2014-02-04VOYEUR: Cleaner implementation of RL2Decoder seekPaul Gilbert
2014-02-04VOYEUR: Converted RL2 header getFrameRate to use Common::RationalPaul Gilbert
2014-02-03VOYEUR: Moved RL2Decoder into Voyeur namespace, and merged with VoyeurRL2DecoderPaul Gilbert
2014-02-03VOYEUR: Remove a lot of outdated TODO's and clean up of stubbed methodsPaul Gilbert
2014-01-25VOYEUR: Simply RL2 video decoder, and add proper seeking supportPaul Gilbert
2014-01-25VOYEUR: Refactored RL2 decoder to better load audio on the flyPaul Gilbert
2014-01-20VOYEUR: Fix palette issues in second half of doGossipPaul Gilbert
2014-01-20VOYEUR: Fix palette issues in first half of doGossipPaul Gilbert
2014-01-17VOYEUR: Fix for video playback when no custom pic list needs to be appliedPaul Gilbert
2014-01-17VOYEUR: Cleanup of doGossip, and better generic video playback codePaul Gilbert
2014-01-03VOYEUR: Fixes for decoding RL2 videos with transparencyPaul Gilbert
2014-01-02VOYEUR: In progress work trying to fix doGossipPaul Gilbert
2013-12-31VOYEUR: Implementing game end methodsPaul Gilbert
2014-01-01VOYEUR: Workaround for original intrepreter frame overrunsPaul Gilbert
2014-01-01VOYEUR: Fix memory leak in animation header classPaul Gilbert
2014-01-01VOYEUR: Animation improvements to better handle Voyeur RL2 videosPaul Gilbert
2013-12-30VOYEUR: Move _isRLV3 flag to animation header classPaul Gilbert
2013-12-30VOYEUR: Adding support for manually set backgrounds to RL2 playbackPaul Gilbert
2013-12-29VOYEUR: Implemented playAVideo code, and support for RLV3 videosPaul Gilbert
2013-12-29VOYEUR: Mouse flags cleanup and in progress work on doGossipPaul Gilbert
2013-12-26VOYEUR: Implemented playAVideoDurationPaul Gilbert
2013-12-14VOYEUR: Fixes for casting warningsPaul Gilbert
2013-12-02VOYEUR: Fix for stuttering sound in animation playbackPaul Gilbert
2013-12-02VOYEUR: Fix for playback of animations with a backgroundPaul Gilbert
2013-11-30VOYEUR: Merge of upstreamPaul Gilbert
2013-06-26VOYEUR: Fixes for opening scene to startPaul Gilbert
2013-06-23VOYEUR: Fix crash from using background resource after it's group is freedPaul Gilbert
2013-06-22VOYEUR: Sound for RL2 video files is sort of workingPaul Gilbert
2013-06-22VOYEUR: Implemented RL2 video decoderPaul Gilbert