Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-29 | MOHAWK: Remove Myst ME Macintosh "support" | Matthew Hoops | |
The Mac version of Myst ME is actually not Mohawk and is instead closer to the engine used in Myst3. | |||
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel | |
We already pass the title and process button name to the constructor of SaveLoadChooser and then do not offer any way of changing it, thus changing the edit mode of the chooser is kind of pointless and was never actually used. Instead we pass the mode on SaveLoadChooser construction now. | |||
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops | |
2011-08-14 | MOHAWK: Add a return to menu button to the dialog for the demo | Bastien Bouclet | |
2011-08-07 | MOHAWK: Add specific cursor handling for Myst demo | Bastien Bouclet | |
2011-06-28 | MOHAWK: Rework archive handling | Matthew Hoops | |
A new base class has been introduced (aptly named "Archive"), which is much cleaner than inheriting from MohawkArchive. In addition, the underlying resource retrieving code has been merged to reduce dupliplication. | |||
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn | |
2011-05-17 | MOHAWK: Name the RandomSource used for myst | Max Horn | |
2011-05-15 | MOHAWK: Fix loading a Myst savegame from the launcher. | Bastien Bouclet | |
2011-05-15 | MOHAWK: Display a black screen while changing stack. Default to an empty cursor. | Bastien Bouclet | |
2011-05-15 | MOHAWK: Implement "Show Map" feature for Myst ME | Bastien Bouclet | |
2011-05-15 | MOHAWK: Play a sound when dropping a page | Bastien Bouclet | |
2011-05-14 | MOHAWK: Implement page drop button for Myst | Bastien Bouclet | |
2011-05-14 | MOHAWK: Fix Myst backgrounds being draw one pixel too low on some cards. | Bastien Bouclet | |
Happened in Myst's Generator cave. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-03-07 | MOHAWK: Remove unused runLoadDialog() function | Matthew Hoops | |
2011-02-15 | MOHAWK: Shorten Myst stack classes names | Bastien Bouclet | |
2011-02-15 | MOHAWK: Put togeter the Myst stack classes in a namespace | Bastien Bouclet | |
2011-02-13 | MOHAWK: Remove Myst's var store from the build since it is not used | Bastien Bouclet | |
anymore. Keep the files are to be kept around for reference until Mechanical is finished. | |||
2011-02-07 | MOHAWK: Fix MohawkEngine_Myst::runLoadDialog | Max Horn | |
This incorrectly invoked (indirectly) the runModal() method of a SaveLoadChooser, but for that one should use runModalWithPluginAndTarget instead. svn-id: r55816 | |||
2011-01-22 | MOHAWK: Dragging resources / levers code cleanup | Bastien Bouclet | |
svn-id: r55439 | |||
2011-01-18 | MOHAWK: Rename some Myst-specific sound functions; cleanup | Matthew Hoops | |
svn-id: r55314 | |||
2011-01-18 | MOHAWK: Rename some VideoManager functions so we have some unified naming ↵ | Matthew Hoops | |
between versions svn-id: r55312 | |||
2011-01-18 | MOHAWK: Cleanup wrapMovieFilename() | Matthew Hoops | |
svn-id: r55303 | |||
2011-01-18 | MOHAWK: Fix the gear puzzle in Myst ME Mac | Matthew Hoops | |
svn-id: r55302 | |||
2011-01-13 | MOHAWK: Implement video seeking Myst's rocket link book | Bastien Bouclet | |
svn-id: r55230 | |||
2011-01-09 | MOHAWK: Myst zip mode improvements | Bastien 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-08 | MOHAWK: Changed Myst intro stack to behave like the original. ie fully ↵ | Bastien Bouclet | |
skippable intro. svn-id: r55164 | |||
2011-01-07 | MOHAWK: Merge Myst intro opcode 100 with generic opcode 40 into engine ↵ | Bastien Bouclet | |
method changeStack svn-id: r55152 | |||
2011-01-03 | MOHAWK: Cleanup some spacing, formatting, and naming | Matthew Hoops | |
svn-id: r55109 | |||
2010-12-26 | MOHAWK: Move myst_saveload.* to myst_state.* | Matthew Hoops | |
svn-id: r55045 | |||
2010-12-26 | MOHAWK: Merge classes MystVariables and MystSaveLoad to form MystGameState | Bastien Bouclet | |
svn-id: r55041 | |||
2010-12-21 | MOHAWK: Remove sound.h include from resource.h | Alyssa Milburn | |
svn-id: r54988 | |||
2010-12-19 | MOHAWK: 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-18 | MOHAWK: 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-18 | MOHAWK: Implement Myst opcodes 157, 161 and 162: Rocket piano | Bastien Bouclet | |
svn-id: r54949 | |||
2010-12-16 | MOHAWK: 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-16 | MOHAWK: Implement Myst opcodes 147, 169, 182 : Cabin match | Bastien Bouclet | |
svn-id: r54931 | |||
2010-12-14 | MOHAWK: Rework Myst GFX updates | Bastien 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-11 | MOHAWK: Implement Myst opcodes 113, 114, 198 : Vault open / close | Bastien Bouclet | |
In progress tower rotation svn-id: r54866 | |||
2010-12-07 | MOHAWK: Default to the main cursor if no cursor hints are present; fixes a ↵ | Matthew Hoops | |
couple cards svn-id: r54816 | |||
2010-12-07 | MOHAWK: Allow loading both original and ME saves in any version of Myst | Matthew Hoops | |
svn-id: r54814 | |||
2010-12-07 | MOHAWK: Fix loading from the launcher in Myst | Matthew Hoops | |
svn-id: r54813 | |||
2010-12-07 | MOHAWK: Further limit where Myst can be saved | Matthew Hoops | |
svn-id: r54812 | |||
2010-12-07 | MOHAWK: Implement loading to different ages in Myst | Matthew Hoops | |
svn-id: r54807 | |||
2010-12-06 | MOHAWK: Fix Myst library books, fireplace combination book, and bookcase ↵ | Bastien Bouclet | |
transform animation. svn-id: r54802 | |||
2010-12-05 | MOHAWK: Implement Myst opcodes 158 to 166: Rocket sliders + check lever + ↵ | Bastien Bouclet | |
link book svn-id: r54776 | |||
2010-12-04 | MOHAWK: Implement Myst opcodes 120 and 210, rocket power generator | Bastien Bouclet | |
svn-id: r54759 | |||
2010-12-02 | MOHAWK: Fix resource type 12 | Bastien Bouclet | |
svn-id: r54740 |