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
/
titanic
/
support
/
movie_range_info.cpp
Age
Commit message (
Collapse
)
Author
2018-09-07
TITANIC: Fix infinite Barbot animation loop after loading savegame
Paul Gilbert
2017-08-05
TITANIC: Fix original savegames from the bar not loading
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-07-31
TITANIC: Syntax fixes pointed out by criezy
Paul Gilbert
2016-07-23
TITANIC: Clarification and fixes for movie reverse and repeat flags
Paul Gilbert
2016-07-15
TITANIC: Major implementation of OSMovie and AVISurface classes
Paul Gilbert
2016-07-15
TITANIC: Added CGameObject saving, and movie range info methods
Paul Gilbert
2016-07-15
TITANIC: Removed const modifier from all saveable objects
Paul Gilbert
Turns out that CGameObject::save regenerates the _movieRangeInfo list. So the const suffix can no longer be used for the entire hierarchy
2016-07-15
TITANIC: Added CMovieRangeInfo methods
Paul Gilbert
2016-07-15
TITANIC: Cleanup CGameObject list from CMovieClipList to CMovieRangeInfoList
Paul Gilbert
2016-07-10
TITANIC: Implement CMovieEvent & CMovieRangeInfo
Paul Gilbert