aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2011-07-27MOHAWK: Corrected Regression due to minor typo in Myst o_disableAreas.D G Turner
2011-07-09MOHAWK: Silence MSVC warningsFilippos Karapetis
2011-07-07MOHAWK: Implement stringLen and substring LBCode functions.Alyssa Milburn
2011-07-07MOHAWK: Handle cursor changes in kLBNotifyChangeMode.Alyssa Milburn
2011-07-07MOHAWK: Maintain ordered list of LB items.Alyssa Milburn
2011-07-05MOHAWK: Allow setting LB cursors by nameMatthew Hoops
2011-07-03MOHAWK: Fix build.Alyssa Milburn
2011-07-03MOHAWK: Implement the remaining LBCode arithmetic operators.Alyssa Milburn
2011-07-03MOHAWK: Handle subpages in the LB console's changePage.Alyssa Milburn
2011-07-03MOHAWK: Fix associativity of LBCode operators.Alyssa Milburn
2011-07-02MOHAWK: Misc Mechanical fixes. Many thanks to Patrick Monnerat for the patch.Bastien Bouclet
2011-07-02MOHAWK: Don't allocate zero-size array.Alyssa Milburn
2011-07-01MOHAWK: Add the Mac version of Arthur's Reading RaceMatthew Hoops
2011-07-02MOHAWK: Always create a code object for every LBPage.Alyssa Milburn
2011-07-02MOHAWK: Try implementing LBCode eval, random and seek.Alyssa Milburn
2011-07-02MOHAWK: Use LBCode instead of running scripts in LBItem.Alyssa Milburn
2011-07-02MOHAWK: Add LBCode::parseCode.Alyssa Milburn
2011-07-02MOHAWK: Allow creation of LBCode instances without an associated BCOD.Alyssa Milburn
2011-07-02MOHAWK: Add LBCode::resolveItem helper function.Alyssa Milburn
2011-07-02MOHAWK: Fix/add bounds checking in LBCode::nextToken.Alyssa Milburn
2011-06-30MOHAWK: Fix tMOV resources at the end of a fileMatthew Hoops
2011-06-28MOHAWK: Don't leak bitlStream (spotted by clone2727).Alyssa Milburn
2011-06-28MOHAWK: Cleanup Riven save codeMatthew Hoops
2011-06-28MOHAWK: Add archive functions to get type/id listsMatthew Hoops
2011-06-28MOHAWK: Use matchString instead of equalsIgnoreCase for resource namesMatthew Hoops
2011-06-28MOHAWK: Rework archive handlingMatthew Hoops
2011-06-28MOHAWK: Better sanity checks in LB scripting.Alyssa Milburn
2011-06-28MOHAWK: Handle kLBOpRunData properly.Alyssa Milburn
2011-06-28MOHAWK: Make LB's readString/readRect more generic.Alyssa Milburn
2011-06-25MOHAWK: Made some Myst common opcodes match the original betterBastien Bouclet
2011-06-25MOHAWK: Don't crash when getting odd types from LB target expressions.Alyssa Milburn
2011-06-24MOHAWK: Handle ++/-- operators in LBCode.Alyssa Milburn
2011-06-24MOHAWK: Partial support for newer LB targeting types.Alyssa Milburn
2011-06-24MOHAWK: Allow matching LBValue items by their name.Alyssa Milburn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-17Merge pull request #30 from tsoliman/configure-enhancement-warning-cleanEugene Sandulenko
2011-06-17MOHAWK: Add detection for Zoombinis v2.0.Scott Thomas
2011-06-16MOHAWK: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16MOHAWK: Fix Memory Leak in PE Cursor Loading.D G Turner
2011-06-14DETECTOR: Change ADFileBasedFallback::desc to ADGameDescription pointerMax Horn
2011-06-14DETECTOR: Treat file based fallback like any other fallback methodMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-14MOHAWK: Finish implementation of Riven's stopSound() opcodeMatthew Hoops
2011-06-14MOHAWK: Finish implementation of Riven's storeMovieOpcode opcodeMatthew Hoops
2011-06-10MOHAWK: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-04MOHAWK: Add a bunch of LB detection entries.Alyssa Milburn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-25MOHAWK: Fix warning about uninitialized varMax Horn