aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.cpp
AgeCommit message (Collapse)Author
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-08-19Always update the video's position, even if it's already been loaded, becauseTorbjörn Andersson
it won't necessarily be played at the same position every time. For instance, in Lost in Time you can look at the captain's chair several times. The position of the video seems to depend on exactly where on the screen you clicked. svn-id: r28668
2007-08-14The talking videos work a bit better now. The sync and coordinates are still ↵Sven Hesse
screwy svn-id: r28604
2007-08-13Woodruff is now controllableSven Hesse
svn-id: r28591
2007-08-12Clear _curFile in closeVideo(). This fixes a regression in Lost in Time, whereTorbjörn Andersson
the screen would go blank after closing the notebook. svn-id: r28567
2007-08-11This should fix bug #1770655 and another one eriktorbjorn experienced in the ↵Sven Hesse
CD version of Lost in Time in one go! :D svn-id: r28535
2007-07-31Still partly broken/stubby VMD playingSven Hesse
svn-id: r28363
2007-07-30Added a few stub messagesSven Hesse
svn-id: r28333
2007-07-30Restructured and cleaned-up IMD playingSven Hesse
svn-id: r28327