aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/animation.cpp
AgeCommit message (Collapse)Author
2007-06-16IHNM: Implemented cutaway fadeoutFilippos Karapetis
svn-id: r27445
2007-06-16Rewrote the cutaway initialization partFilippos Karapetis
svn-id: r27440
2007-06-16Fixed chained cutaways in IHNM. Ben's chapter is completable nowFilippos Karapetis
svn-id: r27439
2007-06-15The frame count should be updated when the background frame is shown in a ↵Filippos Karapetis
cutaway svn-id: r27409
2007-06-15It's normal for cutaways to only have 1 frameFilippos Karapetis
svn-id: r27408
2007-06-14Added several console commands for SAGA. Also, fixed a regression in the ↵Filippos Karapetis
IHNM introduction caused by commit #27357. Finally, animation IDs are checked for validity now, so ScummVM won't try to play invalid animations svn-id: r27404
2007-06-11Make sure the waiting thread stops waiting after an animation in IHNM. ↵Filippos Karapetis
Ellen's path is completable now svn-id: r27358
2007-06-11The waiting thread will no longer wait forever for some videos to finish in IHNMFilippos Karapetis
svn-id: r27357
2007-06-11Implemented Scene::RestoreScene and fixed some animation bugs. Animations ↵Filippos Karapetis
and videos in IHNM should display correctly now svn-id: r27338
2007-06-07Fixed video display and removed a hack for itFilippos Karapetis
svn-id: r27173
2007-06-07Limited frame count hack to apply to videos onlyFilippos Karapetis
svn-id: r27167
2007-06-07Implemented video playing for IHNM (still needs work). Also, updated a ↵Filippos Karapetis
comment regarding the intro svn-id: r27166
2007-06-06Implemented the sfGetMouseClicks and sfResetMouseClicks opcodes and created ↵Filippos Karapetis
the skeleton for sfScriptStartVideo, sfScriptReturnFromVideo and sfScriptEndVideo opcodes svn-id: r27145
2007-06-06Added palette fading in playCutaway()Filippos Karapetis
svn-id: r27141
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-03-08Fixed tons of format string warnings for debug/error calls (including ↵Max Horn
several errors where the format string didn't match the number of arguments to the call) svn-id: r21141
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582