Age | Commit message (Expand) | Author |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-04-11 | SAGA: changed _threadList back to a list of ScriptThread objs, instead of ptr... | Max Horn |
2009-04-11 | Plugged another memory leak introduced with rev #39934 | Filippos Karapetis |
2009-02-20 | Fixed a nasty regression from the script system rewrite (commit #35670), whic... | Filippos Karapetis |
2009-02-03 | Removed unused code | Filippos Karapetis |
2009-01-02 | Split the script module into two parts, for SAGA1 and SAGA2 games | Filippos Karapetis |
2009-01-02 | Wrapped more engine-specific code around appropriate ifdefs | Filippos Karapetis |
2009-01-02 | - Split the IHNM script functions into a different file | Filippos Karapetis |
2009-01-02 | Rewrote the SAGA script system to use an opcode table, like in other engines | Filippos Karapetis |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-25 | SAGA2 HRS resources should be loaded correctly now | Filippos Karapetis |
2008-12-25 | - Implemented the SAGA2 resource loader | Filippos Karapetis |
2008-12-22 | - Split the SAGA resource manager in 3 different ones, depending on the resou... | Filippos Karapetis |
2008-12-21 | Added some more stubs for FTA2 | Filippos Karapetis |
2008-12-21 | Cleaned up the mess with game IDs and game types: removed game types, reduced... | Filippos Karapetis |
2008-06-12 | SAGA: Fixed memory leaks in the SAGA engine | Christopher Page |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2007-11-12 | Added a workaround for a problematic object in Gorrister's chapter (Edna's key) | Filippos Karapetis |
2007-11-11 | Don't draw objects with negative x/y values. Now, "ghost" objects are no long... | Filippos Karapetis |
2007-11-09 | Added a workaround for a bug in the original game scripts of IHNM with Edna, ... | Filippos Karapetis |
2007-11-01 | It's now possible to exit the screens with Gorrister's heart in IHNM normally... | Filippos Karapetis |
2007-10-27 | Added a workaround for an incorrect hitzone in IHNM, (Gorrister's chapter). ... | Filippos Karapetis |
2007-10-22 | Added a workaround for a script bug in IHNM, which occurs in the original as ... | Filippos Karapetis |
2007-09-30 | IHNM does not have excuse texts | Filippos Karapetis |
2007-09-23 | Moved MemoryStreamEndian from Saga to Common. | Eugene Sandulenko |
2007-09-22 | Added a workaround for a bug with Gorrister's heart, which exists in the orig... | Filippos Karapetis |
2007-09-16 | Script modules are now unloaded correctly when changing chapters in IHNM | Filippos Karapetis |
2007-09-15 | Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ... | Filippos Karapetis |
2007-09-15 | The right button verb in IHNM will no longer be invalid for some hitzones (e.... | Filippos Karapetis |
2007-08-25 | Added a note on mouse right button action for IHNM | Filippos Karapetis |
2007-08-17 | Removed an obsolete TODO | Filippos Karapetis |
2007-08-01 | IHNM and ITE: ScummVM will no longer crash when loading games from the comman... | Filippos Karapetis |
2007-06-12 | Auto-use no-walk hitzones in IHNM, like the original. This fixes the pathfind... | Filippos Karapetis |
2007-06-11 | When using some items in IHNM, it was possible that the verb would incorrectl... | Filippos Karapetis |
2007-06-08 | fix IHNM pathfinding engine. now TED(Chapter 5) interacts with the books prop... | Andrew Kurushin |
2007-06-08 | IHNM never sets scriptModuleNumber to 0 in Script::doVerb(). Now, all items w... | Filippos Karapetis |
2007-06-06 | Implemented the sfGetMouseClicks and sfResetMouseClicks opcodes and created t... | Filippos Karapetis |
2007-06-06 | Added sanity checks for hitzones in SAGA, after discussing with h00ligan and ... | Filippos Karapetis |
2007-06-06 | Fix regression caused by commit #27108 | Filippos Karapetis |
2007-06-05 | Avoid compiler warnings. | Travis Howell |
2007-06-05 | Filtering specific verbs is used in ITE, but not in IHNM. It's now possible t... | Filippos Karapetis |
2007-06-05 | Check if a zone type is NULL for both ITE and IHNM, as it's done in the origi... | Filippos Karapetis |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-27 | Made verbs "push" and "swallow" work in IHNM. It's now possible to choose a m... | Filippos Karapetis |
2007-05-27 | Verb actions are working correctly now in IHNM. Some verbs are still non-func... | Filippos Karapetis |
2007-05-02 | SAGA: Modified a workaround made for ITE to work in ITE only | Filippos Karapetis |
2007-04-21 | Slighty modified patch #1704979: "Fix for #1690045: ITE: Item description mis... | Eugene Sandulenko |
2006-03-08 | Fixed tons of format string warnings for debug/error calls (including several... | Max Horn |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |