index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
voyeur
/
animation.cpp
Age
Commit message (
Expand
)
Author
2016-03-14
VOYEUR: Changed engine to use Graphics::ManagedSurface
Paul Gilbert
2014-05-28
VOYEUR: Janitorial - Remove trailing whitespace
Sven Hesse
2014-03-17
VOYEUR: Use a nullptr instead of a 0 in a return value
Strangerke
2014-03-09
VOYEUR: rename audio and video track access functions
Strangerke
2014-03-09
VOYEUR: Another try to get rid of the hidden overloaded functions
Strangerke
2014-03-09
VOYEUR: Remove a default parameter in RL2Decoder::loadfile()
Strangerke
2014-03-09
VOYEUR: Remove useless object in RL2VideoTrack
Strangerke
2014-02-27
VOYEUR: Remove setVm from GraphicsManager
Strangerke
2014-02-27
VOYEUR: Remove setVm from EventManager
Strangerke
2014-02-26
VOYEUR: Fix a couple of uninitialized variables in RL2VideoTrack and Graphics...
Strangerke
2014-02-25
VOYEUR: Add some details about unused variables, initialize some variables
Strangerke
2014-02-25
VOYEUR: Fix uninitialized variables in DisplayResource and RL2Decoder
Strangerke
2014-02-18
VOYEUR: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-16
VOYEUR: Fix checking RLV header signature
Paul Gilbert
2014-02-07
VOYEUR: Remove redundant code from RL2Decoder class
Paul Gilbert
2014-02-07
VOYEUR: Fix decoder _curFrame to start at -1
Paul Gilbert
2014-02-04
VOYEUR: Moved RL2Decoder::seek to be seekIntern
Paul Gilbert
2014-02-04
VOYEUR: Simplified reference to audio and video tracks in the RL2Decoder
Paul Gilbert
2014-02-04
VOYEUR: Cleaner implementation of RL2Decoder seek
Paul Gilbert
2014-02-04
VOYEUR: Converted RL2 header getFrameRate to use Common::Rational
Paul Gilbert
2014-02-03
VOYEUR: Moved RL2Decoder into Voyeur namespace, and merged with VoyeurRL2Decoder
Paul Gilbert
2014-02-03
VOYEUR: Remove a lot of outdated TODO's and clean up of stubbed methods
Paul Gilbert
2014-01-25
VOYEUR: Simply RL2 video decoder, and add proper seeking support
Paul Gilbert
2014-01-25
VOYEUR: Refactored RL2 decoder to better load audio on the fly
Paul Gilbert
2014-01-20
VOYEUR: Fix palette issues in second half of doGossip
Paul Gilbert
2014-01-20
VOYEUR: Fix palette issues in first half of doGossip
Paul Gilbert
2014-01-17
VOYEUR: Fix for video playback when no custom pic list needs to be applied
Paul Gilbert
2014-01-17
VOYEUR: Cleanup of doGossip, and better generic video playback code
Paul Gilbert
2014-01-03
VOYEUR: Fixes for decoding RL2 videos with transparency
Paul Gilbert
2014-01-02
VOYEUR: In progress work trying to fix doGossip
Paul Gilbert
2013-12-31
VOYEUR: Implementing game end methods
Paul Gilbert
2014-01-01
VOYEUR: Workaround for original intrepreter frame overruns
Paul Gilbert
2014-01-01
VOYEUR: Fix memory leak in animation header class
Paul Gilbert
2014-01-01
VOYEUR: Animation improvements to better handle Voyeur RL2 videos
Paul Gilbert
2013-12-30
VOYEUR: Move _isRLV3 flag to animation header class
Paul Gilbert
2013-12-30
VOYEUR: Adding support for manually set backgrounds to RL2 playback
Paul Gilbert
2013-12-29
VOYEUR: Implemented playAVideo code, and support for RLV3 videos
Paul Gilbert
2013-12-29
VOYEUR: Mouse flags cleanup and in progress work on doGossip
Paul Gilbert
2013-12-26
VOYEUR: Implemented playAVideoDuration
Paul Gilbert
2013-12-14
VOYEUR: Fixes for casting warnings
Paul Gilbert
2013-12-02
VOYEUR: Fix for stuttering sound in animation playback
Paul Gilbert
2013-12-02
VOYEUR: Fix for playback of animations with a background
Paul Gilbert
2013-11-30
VOYEUR: Merge of upstream
Paul Gilbert
2013-06-26
VOYEUR: Fixes for opening scene to start
Paul Gilbert
2013-06-23
VOYEUR: Fix crash from using background resource after it's group is freed
Paul Gilbert
2013-06-22
VOYEUR: Sound for RL2 video files is sort of working
Paul Gilbert
2013-06-22
VOYEUR: Implemented RL2 video decoder
Paul Gilbert