aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/animation.cpp
AgeCommit message (Collapse)Author
2007-08-24Clearcutaway now sets the scene's palette. Removed two workarounds for the ↵Filippos Karapetis
IHNM demo svn-id: r28704
2007-08-21Updated some commentsFilippos Karapetis
svn-id: r28685
2007-08-13When restarting an animation, make sure that the animation's current frame ↵Filippos Karapetis
is set to 0. This fixes issues where replaying the same animation would lead to a crash (e.g. with Gorrister at the animal cages) svn-id: r28581
2007-07-31Cleanup: removed dead code, fixed some comments and did some layout changesFilippos Karapetis
svn-id: r28362
2007-07-30The interactive part of the IHNM demo fully works now. Also, made the ↵Filippos Karapetis
options screen work in the non-interactive part of the demo svn-id: r28344
2007-07-28The palette in Benny's part in the IHNM demo is correct nowFilippos Karapetis
svn-id: r28266
2007-07-28Fixed one of the incorrectly loaded palettes in Benny's part in the IHNM demoFilippos Karapetis
svn-id: r28255
2007-07-05The prisoners at the entrance of the prison in Nimdok's chapter are ↵Filippos Karapetis
displayed correctly now svn-id: r27931
2007-06-19IHNM: In chained cutaways, clear the previous cutaway immediatelyFilippos Karapetis
svn-id: r27543
2007-06-17Normalize event names.Eugene Sandulenko
svn-id: r27513
2007-06-17Fixed the remaining glitch with fading after a cutaway is shownFilippos Karapetis
svn-id: r27504
2007-06-17More efforts to implement proper fade after cutaway. One little glitch is left.Eugene Sandulenko
svn-id: r27502
2007-06-16An attempt to fix restoring from cutaway. Still not perfect.Eugene Sandulenko
svn-id: r27465
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