aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.cpp
AgeCommit message (Collapse)Author
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-03-07MOHAWK: Remove unused runLoadDialog() functionMatthew Hoops
2011-02-15MOHAWK: Shorten Myst stack classes namesBastien Bouclet
2011-02-15MOHAWK: Put togeter the Myst stack classes in a namespaceBastien Bouclet
2011-02-13MOHAWK: Remove Myst's var store from the build since it is not usedBastien Bouclet
anymore. Keep the files are to be kept around for reference until Mechanical is finished.
2011-02-07MOHAWK: Fix MohawkEngine_Myst::runLoadDialogMax Horn
This incorrectly invoked (indirectly) the runModal() method of a SaveLoadChooser, but for that one should use runModalWithPluginAndTarget instead. svn-id: r55816
2011-01-22MOHAWK: Dragging resources / levers code cleanupBastien Bouclet
svn-id: r55439
2011-01-18MOHAWK: Rename some Myst-specific sound functions; cleanupMatthew Hoops
svn-id: r55314
2011-01-18MOHAWK: Rename some VideoManager functions so we have some unified naming ↵Matthew Hoops
between versions svn-id: r55312
2011-01-18MOHAWK: Cleanup wrapMovieFilename()Matthew Hoops
svn-id: r55303
2011-01-18MOHAWK: Fix the gear puzzle in Myst ME MacMatthew Hoops
svn-id: r55302
2011-01-13MOHAWK: Implement video seeking Myst's rocket link bookBastien Bouclet
svn-id: r55230
2011-01-09MOHAWK: Myst zip mode improvementsBastien Bouclet
- Save visited zip destinations in the game state - Only allow zipping to visited zip destinations - Save zip mode setting in the game state svn-id: r55185
2011-01-08MOHAWK: Changed Myst intro stack to behave like the original. ie fully ↵Bastien Bouclet
skippable intro. svn-id: r55164
2011-01-07MOHAWK: Merge Myst intro opcode 100 with generic opcode 40 into engine ↵Bastien Bouclet
method changeStack svn-id: r55152
2011-01-03MOHAWK: Cleanup some spacing, formatting, and namingMatthew Hoops
svn-id: r55109
2010-12-26MOHAWK: Move myst_saveload.* to myst_state.*Matthew Hoops
svn-id: r55045
2010-12-26MOHAWK: Merge classes MystVariables and MystSaveLoad to form MystGameStateBastien Bouclet
svn-id: r55041
2010-12-21MOHAWK: Remove sound.h include from resource.hAlyssa Milburn
svn-id: r54988
2010-12-19MOHAWK: Fix Myst courtyard boxes. Hover areas entering / leaving is now ↵Bastien Bouclet
handled separatly from other resources since the former have to get events even when they are disabled. svn-id: r54959
2010-12-18MOHAWK: Separate background sound handling from other sounds for Myst. Allow ↵Bastien Bouclet
the scripts to change the background sound volume. svn-id: r54953
2010-12-18MOHAWK: Implement Myst opcodes 157, 161 and 162: Rocket pianoBastien Bouclet
svn-id: r54949
2010-12-16MOHAWK: Added the "resources" command to Myst's debug console, which lists ↵Bastien Bouclet
the resources in the current card. Allow the "drawRect" debug command to take a resource id as a parameter, to draw the resource's bounding rect. svn-id: r54933
2010-12-16MOHAWK: Implement Myst opcodes 147, 169, 182 : Cabin matchBastien Bouclet
svn-id: r54931
2010-12-14MOHAWK: Rework Myst GFX updatesBastien Bouclet
- Initial card state is drawn to the back buffer - Script driven updates are drawn to the front buffer Allows opcode 28 (copy back buffer to screen) and opcodes 29/33 (copy image to screen / back buffer) to work properly. Fixes among others the generator room lights, and the matchbox. svn-id: r54907
2010-12-11MOHAWK: Implement Myst opcodes 113, 114, 198 : Vault open / closeBastien Bouclet
In progress tower rotation svn-id: r54866
2010-12-07MOHAWK: Default to the main cursor if no cursor hints are present; fixes a ↵Matthew Hoops
couple cards svn-id: r54816
2010-12-07MOHAWK: Allow loading both original and ME saves in any version of MystMatthew Hoops
svn-id: r54814
2010-12-07MOHAWK: Fix loading from the launcher in MystMatthew Hoops
svn-id: r54813
2010-12-07MOHAWK: Further limit where Myst can be savedMatthew Hoops
svn-id: r54812
2010-12-07MOHAWK: Implement loading to different ages in MystMatthew Hoops
svn-id: r54807
2010-12-06MOHAWK: Fix Myst library books, fireplace combination book, and bookcase ↵Bastien Bouclet
transform animation. svn-id: r54802
2010-12-05MOHAWK: Implement Myst opcodes 158 to 166: Rocket sliders + check lever + ↵Bastien Bouclet
link book svn-id: r54776
2010-12-04MOHAWK: Implement Myst opcodes 120 and 210, rocket power generatorBastien Bouclet
svn-id: r54759
2010-12-02MOHAWK: Fix resource type 12Bastien Bouclet
svn-id: r54740
2010-12-01MOHAWK: Split makingof and preview opcodes into their own class (and now all ↵Matthew Hoops
are separate) svn-id: r54723
2010-12-01MOHAWK: Split intro and demo opcodes into their own classesMatthew Hoops
svn-id: r54706
2010-12-01MOHAWK: Split the demo slideshow opcodes into their own classMatthew Hoops
svn-id: r54705
2010-12-01MOHAWK: Split d'ni opcodes into their own classMatthew Hoops
svn-id: r54699
2010-12-01MOHAWK: Split mechanical opcodes into their own classMatthew Hoops
svn-id: r54692
2010-12-01MOHAWK: Split channelwood opcodes into their own classMatthew Hoops
svn-id: r54691
2010-11-30MOHAWK: Split out stoneship opcodes into their own classMatthew Hoops
svn-id: r54689
2010-11-30MOHAWK: One last getRawData() to getResource() renameMatthew Hoops
svn-id: r54679
2010-11-30MOHAWK: Split Myst credits code into a separate classMatthew Hoops
svn-id: r54677
2010-11-30MOHAWK: Fix changing the stack via an opcodeMatthew Hoops
svn-id: r54676
2010-11-29MOHAWK: Move Myst stack-specific code to its own directoryMatthew Hoops
svn-id: r54648
2010-11-29MOHAWK: Misc cleanupsBastien Bouclet
svn-id: r54645
2010-11-29MOHAWK: Set the initial stack back to the introBastien Bouclet
svn-id: r54644
2010-11-29MOHAWK: Create constants for remaining Myst resource typesBastien Bouclet
svn-id: r54634
2010-11-29MOHAWK: Persistent scripts cleanupBastien Bouclet
- Rename InitOpcodes / PersistentOpcodes to Persistent Scripts for consistency - Get rid of the global var used to tell if the sound receiver script is running svn-id: r54633