aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/script.cpp
AgeCommit message (Collapse)Author
2007-08-17Removed an obsolete TODOFilippos Karapetis
svn-id: r28642
2007-08-01IHNM and ITE: ScummVM will no longer crash when loading games from the ↵Filippos Karapetis
command line svn-id: r28394
2007-06-12Auto-use no-walk hitzones in IHNM, like the original. This fixes the ↵Filippos Karapetis
pathfinding problems in Benny's chapter svn-id: r27370
2007-06-11When using some items in IHNM, it was possible that the verb would ↵Filippos Karapetis
incorrectly change from "use" to "use with" (e.g. the jukebox in the honky-tonk). This has been fixed svn-id: r27356
2007-06-08fix IHNM pathfinding engine. now TED(Chapter 5) interacts with the books ↵Andrew Kurushin
properly svn-id: r27225
2007-06-08IHNM never sets scriptModuleNumber to 0 in Script::doVerb(). Now, all items ↵Filippos Karapetis
will have the correct script assigned to them (e.g. the fruit at the fruit tree screen in Benny's chapter, the icon in the chapel in Ted's chapter etc) svn-id: r27203
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 sanity checks for hitzones in SAGA, after discussing with h00ligan and ↵Filippos Karapetis
sev. Removed a hack for IHNM which is not needed anymore and removed a redundant check for zero object types svn-id: r27140
2007-06-06Fix regression caused by commit #27108Filippos Karapetis
svn-id: r27122
2007-06-05Avoid compiler warnings.Travis Howell
svn-id: r27118
2007-06-05Filtering specific verbs is used in ITE, but not in IHNM. It's now possible ↵Filippos Karapetis
to use the jukebox in the honky-tonk in IHNM svn-id: r27110
2007-06-05Check if a zone type is NULL for both ITE and IHNM, as it's done in the ↵Filippos Karapetis
original. This fixes the crash in IHNM when entering the second floor of the zeppelin and the crash in ITE when interacting with the bowl in the tunnel, outside the prison. Removed the two relevant hacks svn-id: r27108
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
2007-05-27Made verbs "push" and "swallow" work in IHNM. It's now possible to choose a ↵Filippos Karapetis
monitor with Ted svn-id: r26983
2007-05-27Verb actions are working correctly now in IHNM. Some verbs are still ↵Filippos Karapetis
non-functional svn-id: r26970
2007-05-02SAGA: Modified a workaround made for ITE to work in ITE onlyFilippos Karapetis
svn-id: r26737
2007-04-21Slighty modified patch #1704979: "Fix for #1690045: ITE: Item description ↵Eugene Sandulenko
missing" svn-id: r26558
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