aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/movie.cpp
AgeCommit message (Collapse)Author
2016-03-30TITANIC: Fleshing out CPetValPaul Gilbert
2016-03-30TITANIC: Flesh out the CPETElement classPaul Gilbert
2016-03-25TITANIC: Implementing more CTelevision code, CGameState movie listPaul Gilbert
2016-03-24TITANIC: Support methods needed by CTelevisionPaul Gilbert
2016-03-24TITANIC: Implement CGameObject::stopMoviePaul Gilbert
2016-03-23TITANIC: Unsuccessful initial attempt to load ycursors.avi filePaul Gilbert
Unfortunately, whilst the cursors video plays fine in standard video players, the ScummVM AVIDecoder can't seem to handle it. So for now I've left the decode in place but commented out, and I'm setting up a dummy cursor
2016-03-23TITANIC: More view event handling, beginnings of mouse cursor loadingPaul Gilbert
2016-03-21TITANIC: Add new derived Rect and Point classesPaul Gilbert