aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
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
2007-06-05Check if a zone type is NULL for both ITE and IHNM, as it's done in the origi...Filippos Karapetis
2007-06-05Inventory and conversation arrows are working correctly now in IHNMFilippos Karapetis
2007-06-04IHNM: Add a temporary hack for the crash that occurs when climbing the stairc...Filippos Karapetis
2007-06-04Fixed incorrect placing of converse information for IHNM. Dialog options shou...Filippos Karapetis
2007-06-04Properly define max text width in IHNMFilippos Karapetis
2007-06-03SAGA: When trying to access a wrong hitzone, adjust it to a valid one and con...Filippos Karapetis
2007-06-03The animation frame counter is updated correctly now, so all animations in IH...Filippos Karapetis
2007-06-03Simplified check for scene height in IHNMFilippos Karapetis
2007-06-03Opcode 11 is sfLockUser. Also updated Scene::getHeight() for this change. Now...Filippos Karapetis
2007-06-03Moved the updating of framecount to a more appropriate placeFilippos Karapetis
2007-06-02Implemented the sfWaitFrames script function for IHNM. Many animations should...Filippos Karapetis
2007-06-02Moved a sanity check before some relevant assertsFilippos Karapetis
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-29Color 0 should always be black in IHNM. The panel backgrounds don't erroneous...Filippos Karapetis
2007-05-29Corrected actor walk speed in IHNMFilippos Karapetis
2007-05-28Partial fix for walking speed in IHNM.Eugene Sandulenko
2007-05-28Changed the frameOffset sanity check in Script::sfPlaceActor to throw a warni...Filippos Karapetis
2007-05-27Made verbs "push" and "swallow" work in IHNM. It's now possible to choose a m...Filippos Karapetis
2007-05-27Verb actions are working correctly now in IHNM. Some verbs are still non-func...Filippos Karapetis
2007-05-11Changed the check for the status bar in IHNM to match the original, removed a...Filippos Karapetis
2007-05-11Disable the status text in IHNM when the main panel is not shown. Fixes a cra...Filippos Karapetis
2007-05-10Removed unused variable.Torbjörn Andersson
2007-05-09speedup SAGA::Actor::pathLine & SAGA::Actor::scanPathLine calculationAndrew Kurushin
2007-05-08Moved functions getDoorState, setDoorState, getBGMaskType and validBGMaskPoin...Filippos Karapetis
2007-05-08small pathfind speedup: validate coords only with debug definitionAndrew Kurushin
2007-05-07Simplify cursor events management.Eugene Sandulenko
2007-05-06The cursor in IHNM changes to an hourglass now while loading scenes, like in ...Filippos Karapetis
2007-05-06Added (non-functional) save and load buttons in the options panel of IHNMFilippos Karapetis
2007-05-02More IHNM options panel improvements: added text and working widgets for read...Filippos Karapetis
2007-05-02SAGA: Modified a workaround made for ITE to work in ITE onlyFilippos Karapetis
2007-05-02IHNM: Added the options dialog and quit dialog with very basic functionality ...Filippos Karapetis
2007-05-01Fix for verbs in IHNMFilippos Karapetis
2007-05-01Renamed decodeILBM to decodePBM, removed a TODOFilippos Karapetis
2007-05-01Implemented a IFF (Interchange File Format) parser and added subclasses to pa...Nicola Mettifogo
2007-04-27SAGA: Moved displayinfo stuff into its own header fileMax Horn