aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/ihnm_introproc.cpp
AgeCommit message (Collapse)Author
2007-10-22When skipping a video from the introduction of IHNM, the screen fades out ↵Filippos Karapetis
before skipping, like in the original svn-id: r29246
2007-09-29When skipping the IHNM intro, skip all the way to the character selectionTorbjörn Andersson
screen. svn-id: r29129
2007-09-29As far as I can tell, there's no point in setting sceneSkipTarget to true here.Torbjörn Andersson
There are no other scenes before it. svn-id: r29128
2007-09-29Allow the user to change scalers, fullscreen mode, etc. without terminating theTorbjörn Andersson
IHNM intro. In other words, don't terminate the intro just because the user presses a modifier key. The original didn't either. svn-id: r29127
2007-09-01Fix intro in German and Spanish IHNM. Eugene Sandulenko
svn-id: r28780
2007-08-31Simplify fading code a bit.Eugene Sandulenko
svn-id: r28772
2007-08-31Some slight updates to palette fadeout/fadein before a cutaway starts (still ↵Filippos Karapetis
not working, though) svn-id: r28769
2007-08-30Make checkKey() test for EVENT_QUIT as well, so that we can quit the IHNM introTorbjörn Andersson
even without using the keyboard shortcut. svn-id: r28765
2007-08-30Remove debug leftoverEugene Sandulenko
svn-id: r28764
2007-08-30Proper implementation of intro and credits in IHNMEugene Sandulenko
svn-id: r28763
2007-08-27Added some skeleton code for the IHNM credits movie. Also, changed the ↵Filippos Karapetis
location of the RF_DISABLE_ACTORS is set from loadScene to endScene svn-id: r28757
2007-08-27Updated some commentsFilippos Karapetis
svn-id: r28756
2007-08-27typoFilippos Karapetis
svn-id: r28755
2007-08-27Some more test code for dynamically loading the introduction cutaway listFilippos Karapetis
svn-id: r28754
2007-07-30Music works now in the IHNM demoFilippos Karapetis
svn-id: r28332
2007-07-30The credits of the IHNM demo are displayed correctly nowFilippos Karapetis
svn-id: r28320
2007-07-26Only queue the IHNM company and title videos in the full version of IHNM, ↵Filippos Karapetis
not the demo svn-id: r28217
2007-06-07Fixed regression: panel mode should be set to video at the beginning of IHNMFilippos Karapetis
svn-id: r27172
2007-06-07Implemented video playing for IHNM (still needs work). Also, updated a ↵Filippos Karapetis
comment regarding the intro svn-id: r27166
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-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582