aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/mouse_cursor.cpp
AgeCommit message (Collapse)Author
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-19TITANIC: Implemented CGameManager::updatePaul Gilbert
2016-03-19TITANIC: Implementing view item message handlingPaul Gilbert