aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2007-06-16Rewrote the cutaway initialization partFilippos Karapetis
2007-06-16Fixed chained cutaways in IHNM. Ben's chapter is completable nowFilippos Karapetis
2007-06-16IHNM: Added a temporary workaround for the nightfall scene in Ben's chapterFilippos Karapetis
2007-06-15Clear the forced text flag if it's set when a speech with forced text finishe...Filippos Karapetis
2007-06-15IHNM no longer crashes during character selection if the mouse cursor is over...Filippos Karapetis
2007-06-15Forced text is now handled correctly. It's now possible to interact with the ...Filippos Karapetis
2007-06-15The frame count should be updated when the background frame is shown in a cut...Filippos Karapetis
2007-06-15It's normal for cutaways to only have 1 frameFilippos Karapetis
2007-06-14Added another console command for IHNMFilippos Karapetis
2007-06-14Added several console commands for SAGA. Also, fixed a regression in the IHNM...Filippos Karapetis
2007-06-14SAGA: Added sanity checks for speech box coordinates, like the original. Now,...Filippos Karapetis
2007-06-13IHNM: Button texts are read from the game data files, instead of the hardcode...Filippos Karapetis
2007-06-13Moved a check for game type after engine initializationFilippos Karapetis
2007-06-13IHNM: Button textures are loaded correctly now for buttons in the option and ...Filippos Karapetis
2007-06-13Fix the quit panel in IHNMFilippos Karapetis
2007-06-13IHNM: Fixed sfSetSpeechBox, now the dialog of Nimdok and Mengele will show up...Filippos Karapetis
2007-06-12Fixed several colors and fonts in IHNMFilippos Karapetis
2007-06-12Corrected actor walk speed when exiting from zones in IHNMFilippos Karapetis
2007-06-12Make keys 5-9 work during dialogs in IHNMFilippos Karapetis
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
2007-06-12Auto-use no-walk hitzones in IHNM, like the original. This fixes the pathfind...Filippos Karapetis
2007-06-11Make sure the waiting thread stops waiting after an animation in IHNM. Ellen'...Filippos Karapetis
2007-06-11The waiting thread will no longer wait forever for some videos to finish in IHNMFilippos Karapetis
2007-06-11When using some items in IHNM, it was possible that the verb would incorrectl...Filippos Karapetis
2007-06-11Implemented Scene::RestoreScene and fixed some animation bugs. Animations and...Filippos Karapetis
2007-06-11Fix for stacked objects in IHNM. It is now possible to interact with the chal...Filippos Karapetis
2007-06-10Remove obsolete testing codeFilippos 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-09fix IHNM protagonist state loading routine. now Ellen's animations are showin...Andrew Kurushin
2007-06-09Silence some unneeded warnings, remove some unneeded test code from Actor::ge...Filippos Karapetis
2007-06-08fix IHNM pathfinding engine. now TED(Chapter 5) interacts with the books prop...Andrew Kurushin
2007-06-08IHNM never sets scriptModuleNumber to 0 in Script::doVerb(). Now, all items w...Filippos Karapetis
2007-06-07Also include this file for the last commitFilippos Karapetis
2007-06-07Implement more Actor::calcScreenPosition differences for IHNMFilippos Karapetis
2007-06-07Fixed video display and removed a hack for itFilippos Karapetis
2007-06-07Fixed regression: panel mode should be set to video at the beginning of IHNMFilippos Karapetis
2007-06-07Limited frame count hack to apply to videos onlyFilippos 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
2007-06-06Fixed the parameter order in sfScriptFadeFilippos Karapetis
2007-06-06Implemented the sfScriptFade opcodeFilippos Karapetis
2007-06-06Added palette fading in playCutaway()Filippos Karapetis
2007-06-06Added sanity checks for hitzones in SAGA, after discussing with h00ligan and ...Filippos Karapetis
2007-06-06Implemented differences in Actor::calcScreenPosition for IHNM. Now the stitch...Filippos Karapetis
2007-06-06Properly implemented the converse panel in IHNM (though the colors are still ...Filippos Karapetis
2007-06-06Fix regression caused by commit #27108Filippos Karapetis
2007-06-05Avoid compiler warnings.Travis Howell
2007-06-05Filtering specific verbs is used in ITE, but not in IHNM. It's now possible t...Filippos Karapetis
2007-06-05Add the hack for the staircase in the zeppelin in IHNM once more, apparently ...Filippos Karapetis