aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_scripts.h
AgeCommit message (Expand)Author
2016-02-07MOHAWK: Don't downcast _invokingResource using static_castBastien Bouclet
2016-02-07MOHAWK: Rename Myst's Area classesBastien Bouclet
2016-02-07MOHAWK: Use nullptr where applicable in the Myst codeBastien Bouclet
2016-02-07MOHAWK: Remove some dead codeBastien Bouclet
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2012-12-16MOHAWK: Implement most of Myst's transition systemBastien Bouclet
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-05-15MOHAWK: Implement "Show Map" feature for Myst MEBastien Bouclet
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-18MOHAWK: Move Myst's o_quit opcode to the base classMatthew Hoops
2010-12-26MOHAWK: Move myst_saveload.* to myst_state.*Matthew Hoops
2010-12-26MOHAWK: Merge classes MystVariables and MystSaveLoad to form MystGameStateBastien Bouclet
2010-12-18MOHAWK: Separate background sound handling from other sounds for Myst. Allow ...Bastien Bouclet
2010-12-16MOHAWK: Added the "resources" command to Myst's debug console, which lists th...Bastien Bouclet
2010-12-14MOHAWK: Rework Myst GFX updatesBastien Bouclet
2010-12-11MOHAWK: Implement Myst opcodes 116, 186, 188, 189, clock tower time controlsBastien Bouclet
2010-12-06MOHAWK: Fix Myst library books, fireplace combination book, and bookcase tran...Bastien Bouclet
2010-12-02MOHAWK: Fix resource type 12Bastien Bouclet
2010-12-01MOHAWK: Rename the Myst stack/card link mapsMatthew Hoops
2010-12-01MOHAWK: Cleanup Myst opcode handling and reduce code duplicationMatthew Hoops
2010-11-29MOHAWK: Misc cleanupsBastien Bouclet
2010-11-29MOHAWK: Implement retrieving the invoking resource from data for init and exi...Bastien Bouclet
2010-11-29MOHAWK: Persistent scripts cleanupBastien Bouclet
2010-11-29MOHAWK: Add a generic temp var for use by Myst scripts.Bastien Bouclet
2010-11-29MOHAWK: More animated update opcodes work for MystBastien Bouclet
2010-11-29MOHAWK: Start implementing opcodes using the animated update featureBastien Bouclet
2010-11-29MOHAWK: Implement opcode 3 "take / drop page", and the corresponding getters ...Bastien Bouclet
2010-11-29MOHAWK: Implement / fix Myst opcode 4.Bastien Bouclet
2010-11-29MOHAWK: More Myst common opcodes checking / renamingBastien Bouclet
2010-11-29MOHAWK: Rename and fix / explain a few Myst opcodesBastien Bouclet
2010-11-29MOHAWK: Describe Myst opcode 9Bastien Bouclet
2010-11-29MOHAWK: Check / Fixed / Renamed some simple opcodes.Bastien Bouclet
2010-11-29MOHAWK : Finished implementing Selenitic sound receiverBastien Bouclet
2010-11-29MOHAWK: Start splitting Myst scripts into one class per Stack.Bastien Bouclet
2010-11-18MOHAWK: Cleanup Myst script handlingMatthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-30Removed some unnecessary whitespace. Changed some spaces to tabs.Torbjörn Andersson
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko