Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | SAGA: Fixed memory leaks in the SAGA engine | Christopher Page | |
svn-id: r32673 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-11-12 | Added a workaround for a problematic object in Gorrister's chapter (Edna's key) | Filippos Karapetis | |
svn-id: r29486 | |||
2007-11-11 | Don't draw objects with negative x/y values. Now, "ghost" objects are no ↵ | Filippos Karapetis | |
longer created in the top left corner of the screen when picked up/used. The creation of such ghost objects is a script bug which exists in the original interpreter of IHNM as well. Also, removed a relevant workaround for the note in the first screen of Gorrister's chapter, as it's no longer needed svn-id: r29477 | |||
2007-11-09 | Added a workaround for a bug in the original game scripts of IHNM with Edna, ↵ | Filippos Karapetis | |
when the knife is used with her. Fixes bug #1826871 - "IHNM: Edna's got two hearts but loves to be on the hook" svn-id: r29461 | |||
2007-11-01 | It's now possible to exit the screens with Gorrister's heart in IHNM ↵ | Filippos Karapetis | |
normally (i.e by walking to the exit, not using it) - like the original svn-id: r29349 | |||
2007-10-27 | Added a workaround for an incorrect hitzone in IHNM, (Gorrister's chapter). ↵ | Filippos Karapetis | |
Now, the graffiti to the left in the toilet screen can be examined correctly. Also, performed some clean-up svn-id: r29264 | |||
2007-10-22 | Added a workaround for a script bug in IHNM, which occurs in the original as ↵ | Filippos Karapetis | |
well. An invisible note will no longer be created in the top left corner of the screen, when the note in the first screen of Gorrister's chapter is read svn-id: r29247 | |||
2007-09-30 | IHNM does not have excuse texts | Filippos Karapetis | |
svn-id: r29145 | |||
2007-09-23 | Moved MemoryStreamEndian from Saga to Common. | Eugene Sandulenko | |
svn-id: r29038 | |||
2007-09-22 | Added a workaround for a bug with Gorrister's heart, which exists in the ↵ | Filippos Karapetis | |
original game scripts of IHNM svn-id: r29024 | |||
2007-09-16 | Script modules are now unloaded correctly when changing chapters in IHNM | Filippos Karapetis | |
svn-id: r28918 | |||
2007-09-15 | Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ↵ | Filippos Karapetis | |
mode is properly set in all cases where palette fadeout is used. Some code formatting svn-id: r28904 | |||
2007-09-15 | The right button verb in IHNM will no longer be invalid for some hitzones ↵ | Filippos Karapetis | |
(e.g. "Quit game the door") svn-id: r28903 | |||
2007-08-25 | Added a note on mouse right button action for IHNM | Filippos Karapetis | |
svn-id: r28721 | |||
2007-08-17 | Removed an obsolete TODO | Filippos Karapetis | |
svn-id: r28642 | |||
2007-08-01 | IHNM and ITE: ScummVM will no longer crash when loading games from the ↵ | Filippos Karapetis | |
command line svn-id: r28394 | |||
2007-06-12 | Auto-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-11 | When 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-08 | fix IHNM pathfinding engine. now TED(Chapter 5) interacts with the books ↵ | Andrew Kurushin | |
properly svn-id: r27225 | |||
2007-06-08 | IHNM 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-06 | Implemented the sfGetMouseClicks and sfResetMouseClicks opcodes and created ↵ | Filippos Karapetis | |
the skeleton for sfScriptStartVideo, sfScriptReturnFromVideo and sfScriptEndVideo opcodes svn-id: r27145 | |||
2007-06-06 | Added 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-06 | Fix regression caused by commit #27108 | Filippos Karapetis | |
svn-id: r27122 | |||
2007-06-05 | Avoid compiler warnings. | Travis Howell | |
svn-id: r27118 | |||
2007-06-05 | Filtering 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-05 | Check 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-30 | Updated 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-27 | Made verbs "push" and "swallow" work in IHNM. It's now possible to choose a ↵ | Filippos Karapetis | |
monitor with Ted svn-id: r26983 | |||
2007-05-27 | Verb actions are working correctly now in IHNM. Some verbs are still ↵ | Filippos Karapetis | |
non-functional svn-id: r26970 | |||
2007-05-02 | SAGA: Modified a workaround made for ITE to work in ITE only | Filippos Karapetis | |
svn-id: r26737 | |||
2007-04-21 | Slighty modified patch #1704979: "Fix for #1690045: ITE: Item description ↵ | Eugene Sandulenko | |
missing" svn-id: r26558 | |||
2006-03-08 | Fixed 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-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |