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
/
sword2
/
driver
/
animation.h
Age
Commit message (
Expand
)
Author
2004-01-18
This should make subtitles work again in "overlay" cutscene mode.
Torbjörn Andersson
2004-01-18
BS1 cutscene support. Also bugfixes (don't crash if cutscene ogg unavailable)
James Brown
2004-01-17
Update BS2 cutscene player with changes from roever: overlay support (default...
James Brown
2004-01-17
fix compilation for msvc when libmpeg2 enabled
Paweł Kołodziejski
2004-01-14
I wanted to Valgrind the cutscene code, so I had to fix the warnings about
Torbjörn Andersson
2004-01-13
cut down pointless header interdependencies
Max Horn
2004-01-13
Moved some methods into class AnimationState (where they really belong - nice...
Max Horn
2004-01-13
Some more formatting cleanups. Made the Ogg file handle part of the
Torbjörn Andersson
2004-01-13
Moved the rest of the MoviePlayer class into animation.cpp/.h, plus some
Torbjörn Andersson
2004-01-13
added legal header; fixed incorrect fscanf use; C++ification (the code still ...
Max Horn
2004-01-12
Add mpeg2 option to mingw makefile
Travis Howell
2004-01-12
- whitespaces
Paweł Kołodziejski
2004-01-12
Initial libmpeg2 cutscene support based on patch #874510.
James Brown