aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_scripts.cpp
AgeCommit message (Expand)Author
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-04-03MOHAWK: Fix endianness issue in Myst opcode 30Bastien Bouclet
2016-02-20MOHAWK: Replace an unneeded TODO with an explanationBastien Bouclet
2016-02-14MOHAWK: Issue a warning when trying to pop with no card pushedBastien Bouclet
2016-02-11MOHAWK: Always apply the volume when changing the background soundBastien Bouclet
2016-02-11MOHAWK: Share the code for reading sound blocksBastien Bouclet
2016-02-11MOHAWK: Share the code applying sound blocksBastien Bouclet
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
2016-01-12MOHAWK: Fix incorrect condition in Myst's sound block opcodeBastien Bouclet
2016-01-12MOHAWK: Add a comment about suspicious dead code in o_changeBackgroundSoundStrangerke
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2012-12-16MOHAWK: Implement most of Myst's transition systemBastien Bouclet
2012-03-13JANITORIAL: Avoid the ugly operator invocation syntax.Christoph Mallon
2012-03-10MOHAWK: Split the graphics classes into their own filesMatthew Hoops
2011-07-27MOHAWK: Corrected Regression due to minor typo in Myst o_disableAreas.D G Turner
2011-07-02MOHAWK: Misc Mechanical fixes. Many thanks to Patrick Monnerat for the patch.Bastien Bouclet
2011-06-25MOHAWK: Made some Myst common opcodes match the original betterBastien Bouclet
2011-05-15MOHAWK: Implement "Show Map" feature for Myst MEBastien Bouclet
2011-05-14MOHAWK: When running scripts in Myst, add delays when necessary between draws...Bastien Bouclet
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-15MOHAWK: Add a workaround for a missing image when going up the stairs in Mech...Bastien Bouclet
2011-02-13MOHAWK: Remove Myst's var store from the build since it is not usedBastien Bouclet
2011-01-30MOHAWK: Myst, pass the playback direction from the calling script to the movi...Bastien Bouclet
2011-01-28MOHAWK: Removed direct OSystem Quit calls from Myst Mohawk Interpreter.David Turner
2011-01-18MOHAWK: Rename some Myst-specific sound functions; cleanupMatthew Hoops
2011-01-18MOHAWK: Move Myst's o_quit opcode to the base classMatthew Hoops
2011-01-07MOHAWK: Merge Myst intro opcode 100 with generic opcode 40 into engine method...Bastien Bouclet
2011-01-03MOHAWK: Cleanup some spacing, formatting, and namingMatthew 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: Fix using wrong coordinates in Myst opcode 28, restoreDefaultRectBastien Bouclet
2010-12-06MOHAWK: Fix Myst library books, fireplace combination book, and bookcase tran...Bastien Bouclet
2010-12-05MOHAWK: Implement Myst opcodes 158 to 166: Rocket sliders + check lever + lin...Bastien Bouclet
2010-12-04MOHAWK: Give meaningful names to the game global vars and selenitic varsBastien Bouclet
2010-12-01MOHAWK: Rename the Myst stack/card link mapsMatthew Hoops
2010-12-01MOHAWK: Downgrade the Myst unknown op error to a warning as new ones have bee...Matthew Hoops
2010-12-01MOHAWK: Cleanup Myst opcode handling and reduce code duplicationMatthew Hoops
2010-11-30MOHAWK: Set the maze runner initial direction. Remove a hack that is not need...Bastien Bouclet
2010-11-30MOHAWK: Fix for Valgrind uninit reads in Myst Script Parser.David Turner
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: Complete the list of stack / start cards.Bastien Bouclet
2010-11-29MOHAWK: Add a generic temp var for use by Myst scripts.Bastien Bouclet
2010-11-29MOHAWK: Do not always update the screen after a card change. Necessary for "a...Bastien Bouclet