aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_scripts.cpp
AgeCommit message (Expand)Author
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
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: Changed sliders to restore the main background instead of doing their...Bastien 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: Fix Myst opcode 14Bastien Bouclet
2010-11-29MOHAWK: Check / Fixed / Renamed some simple opcodes.Bastien Bouclet
2010-11-29MOHAWK : Move area classes to their own fileBastien 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-25MOHAWK: Refactor cursor handlingMatthew Hoops
2010-11-18MOHAWK: Cleanup Myst script handlingMatthew Hoops
2010-11-17MOHAWK: Cache the Myst screen bufferMatthew Hoops
2010-11-07MOHAWK: Convert all printf to debugN callsMax Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-08MOHAWK: Implement blocking sound in RivenMatthew Hoops
2010-09-07MOHAWK: Sound cleanupMatthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-02-18Mohawk : Update with work on Myst EXIT opcodes to work out purpose.David Turner
2010-02-14Mohawk : Corrected Myst Opcode 200/300 in Intro/Demo stack to correctly call ...David Turner
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-19Add support for the flyby videos in Myst ME Macintosh.Matthew Hoops
2010-01-03Mohawk : Stop Myst Script Opcode 200 continuously reloading the same image...David Turner
2009-12-30MOHAWK: Reduce header interdependenciesMax Horn
2009-12-30Re-indentet switch() blocks to follow ScummVM indentation style. (I've alwaysTorbjörn Andersson
2009-12-30Silence some warnings seen in the buildbot.Matthew Hoops
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko