aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sfuncs.cpp
AgeCommit message (Expand)Author
2007-08-27IHNM's ending is shown correctly now (but the credits still aren't). Slight u...Filippos Karapetis
2007-08-26One more place where music for chapter 6 shouldn't be played for nowFilippos Karapetis
2007-08-26Don't play a music track when loading a saved game from chapter 6 in IHNM for...Filippos Karapetis
2007-08-26The music table loaded for chapter 6 (final chapter) in IHNM is problematic, ...Filippos Karapetis
2007-08-26Implemented some differences of IHNM in sfScriptDoAction. Now, some actions o...Filippos Karapetis
2007-08-25When sfMainMode is set, overwrite the stored panel modeFilippos Karapetis
2007-08-25The palette is set correctly now when chapter points change and a cutaway is upFilippos Karapetis
2007-08-25Stop showing actors before a scene's background is shown. Removed a relevant ...Filippos Karapetis
2007-08-24The frame count needs to be updated for cutaways without an animation bit as ...Filippos Karapetis
2007-08-24Updated some commentsFilippos Karapetis
2007-08-23Added skeleton code for sfScriptFade. Work is still needed in Gfx::palFade th...Filippos Karapetis
2007-08-17Several bugfixes:Filippos Karapetis
2007-08-13The sprite set by sfSetObjImage is assigned correctly now for IHNM. This fixe...Filippos Karapetis
2007-08-13Removed an obsolete TODOFilippos Karapetis
2007-08-02Text is cleared correctly in the IHNM demo help screen, when waiting for the ...Filippos Karapetis
2007-08-02The help screen in the IHNM demo is shown correctly nowFilippos Karapetis
2007-08-02The help screens in the IHNM demo are shown a bit more correctly now, though ...Filippos Karapetis
2007-08-02Partially implemented opcodes 87, 88 and 89, used in the help system of the I...Filippos Karapetis
2007-08-01The text of the psychic profile in IHNM is shown correctly nowFilippos Karapetis
2007-08-01The psychic profile background is displayed correctly againFilippos Karapetis
2007-08-01Fix compiler warnings.Travis Howell
2007-07-31Some updates to the psychic profile in IHNM. sfPsychicProfileOff has been ena...Filippos Karapetis
2007-07-31sfPsychicProfileOff is not used, therefore disable it to prevent it from tryi...Filippos Karapetis
2007-07-31Play MIDI music at the volume specified in the options screenFilippos Karapetis
2007-07-30sf92 is not null in the demo version of IHNMFilippos Karapetis
2007-07-30Correct the object sprites only in Ted's part of the IHNM demoFilippos Karapetis
2007-07-30It's now possible to exit from the psychic profile screen in IHNMFilippos Karapetis
2007-07-30Some corrections for the psychic profile screen in IHNM. The psychic profile ...Filippos Karapetis
2007-07-30Initial support of the psychic profile in IHNM (still buggy)Filippos Karapetis
2007-07-30The actors at the end of Benny's part in the IHNM demo are no longer incorrec...Filippos Karapetis
2007-07-29Inventory icons in the IHNM demo are displayed correctly nowFilippos Karapetis
2007-07-11IHNM: Narrowed down the places where the actors stop being drawn when changin...Filippos Karapetis
2007-07-08Reverted commit 27948. Cutaways in sfScriptGotoScene are cleared by calling c...Filippos Karapetis
2007-07-07Clear the cutaway via an event in sfScriptGotoScene, instead of calling the f...Filippos Karapetis
2007-07-07IHNM: Benny will no longer start walking backwards for a bit after talking wi...Filippos Karapetis
2007-07-06Modified ticksToMSec in IHNM, so that it waits for the correct amount of time...Filippos Karapetis
2007-07-06IHNM: sf103 is sfQueueMusic. Now, when doing a good/bad deed in IHNM, the mus...Filippos Karapetis
2007-07-05Implemented the rest of the differences of the sfScriptGotoScene opcode in IHNMFilippos Karapetis
2007-06-20Added a workaround in IHNM for the compact disk in Ellen's chapterFilippos Karapetis
2007-06-19When saving the game in IHNM after a chapter point change, the chapter point ...Filippos Karapetis
2007-06-19The correct music track is now played when loading a game in IHNM. The save/l...Filippos Karapetis
2007-06-19Removed obsolete commentFilippos Karapetis
2007-06-17Some more updates for saving/loading in IHNMFilippos Karapetis
2007-06-17More efforts to implement proper fade after cutaway. One little glitch is left.Eugene Sandulenko
2007-06-16IHNM: Added a temporary workaround for the nightfall scene in Ben's chapterFilippos Karapetis
2007-06-13IHNM: Fixed sfSetSpeechBox, now the dialog of Nimdok and Mengele will show up...Filippos Karapetis
2007-06-10Fixed an incorrect check in Script::finishDialogFilippos Karapetis
2007-06-10Fixed conversations in IHNM. Now, when a dialog option is selected, the prota...Filippos Karapetis
2007-06-07Implemented video playing for IHNM (still needs work). Also, updated a commen...Filippos Karapetis
2007-06-06Implemented the sfGetMouseClicks and sfResetMouseClicks opcodes and created t...Filippos Karapetis