Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-13 | MOHAWK: MYST: Simplify memory management of the active stack | Bastien Bouclet | |
2018-04-02 | MOHAWK: MYST: Fix the myst flyby playing over the closed book | Bastien Bouclet | |
In older releases of Myst the flyby video had the play on card change flag set to true, causing the bug. As a workaround patch the resource to mach newer releases. Fixes #10472. | |||
2018-03-31 | MOHAWK: Fix some clang-tidy warnings | Bastien Bouclet | |
2017-07-30 | MOHAWK: Myst: Set the mixer sound type to SFX for videos | Bastien Bouclet | |
Also simplify video filename construction. | |||
2017-07-22 | MOHAWK: Get rid of VideoHandle | Bastien Bouclet | |
2016-03-05 | MOHAWK: Add a method to get a video handle from a MystAreaVideo | Bastien Bouclet | |
Use it to fix the fortress rotation controls once more | |||
2016-02-13 | MOHAWK: Allow movie areas to override the playback rate | Bastien Bouclet | |
Unfortunately our QuickTime player does not allow overriding the playback rate for videos with sound. The steel jaw trap in Channelwood is not played at 125% speed as it should. | |||
2016-02-07 | MOHAWK: Remove MystAreaActionSwitch::_numSubResources | Bastien Bouclet | |
2016-02-07 | MOHAWK: Factor the MystAreaActionSwitch switch code | Bastien Bouclet | |
2016-02-07 | MOHAWK: Remove MystAreaImageSwitch::_numSubImages | Bastien Bouclet | |
2016-02-07 | MOHAWK: Turn MystAreaDrag::ValueList into a Common::Array | Bastien Bouclet | |
2016-02-07 | MOHAWK: Rename Myst's Area classes | Bastien Bouclet | |
2016-02-07 | MOHAWK: Make MystResourceType8::_subImages private | Bastien Bouclet | |
2016-02-07 | MOHAWK: Add override qualifiers to the Myst code | Bastien Bouclet | |
2016-02-07 | MOHAWK: Add missing virtual attributes to MystResourceType11 | Bastien Bouclet | |
2014-02-18 | MOHAWK: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops | |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-22 | MOHAWK: Implement Mechanical elevator rotation | Bastien Bouclet | |
2011-02-09 | MOHAWK: Implement Stoneship battery depletion | Bastien Bouclet | |
svn-id: r55860 | |||
2011-01-30 | MOHAWK: Myst, pass the playback direction from the calling script to the ↵ | Bastien Bouclet | |
movie player. svn-id: r55657 | |||
2011-01-27 | MOHAWK: Implement Stoneship chest puzzle | Bastien Bouclet | |
svn-id: r55577 | |||
2011-01-22 | MOHAWK: Dragging resources / levers code cleanup | Bastien Bouclet | |
svn-id: r55439 | |||
2011-01-11 | MOHAWK: Implement Myst imager videos seeking / looping | Bastien Bouclet | |
svn-id: r55208 | |||
2011-01-08 | MOHAWK: Changed Myst intro stack to behave like the original. ie fully ↵ | Bastien Bouclet | |
skippable intro. svn-id: r55164 | |||
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-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-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-10 | MOHAWK: Fix another typo (heigth -> height) | Matthew Hoops | |
svn-id: r54858 | |||
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-02 | MOHAWK: Fix resource type 12 | Bastien Bouclet | |
svn-id: r54740 | |||
2010-11-29 | MOHAWK: Remove superfluous junk (no not Mohawk itself). | Johannes Schickel | |
svn-id: r54646 | |||
2010-11-29 | MOHAWK: Misc cleanups | Bastien Bouclet | |
svn-id: r54645 | |||
2010-11-29 | MOHAWK: Create constants for remaining Myst resource types | Bastien Bouclet | |
svn-id: r54634 | |||
2010-11-29 | MOHAWK: Changed sliders to restore the main background instead of doing ↵ | Bastien Bouclet | |
their own background caching. It is possible now there is the image cache. svn-id: r54626 | |||
2010-11-29 | MOHAWK: Fix flag values used to dertermine if an area can become active. | Bastien Bouclet | |
svn-id: r54622 | |||
2010-11-29 | MOHAWK: Only draw a resource conditional subimages if it has the "subimages ↵ | Bastien Bouclet | |
enabled" flag set. svn-id: r54620 | |||
2010-11-29 | MOHAWK: Describe Myst opcode 9 | Bastien Bouclet | |
svn-id: r54617 | |||
2010-11-29 | MOHAWK: Fix Myst opcode 14 | Bastien Bouclet | |
svn-id: r54616 | |||
2010-11-29 | MOHAWK: Disabled hotspots are now unclickable areas. Display blue rects for ↵ | Bastien Bouclet | |
unreachable zip destinations when drawing resource rects. svn-id: r54615 | |||
2010-11-29 | MOHAWK : Implemented selenitic sound lock slider opcodes and adjusted ↵ | Bastien Bouclet | |
sliders behaviour. svn-id: r54610 | |||
2010-11-29 | MOHAWK: Implement sliders | Bastien Bouclet | |
svn-id: r54606 | |||
2010-11-29 | MOHAWK: Start implementing type 10 areas | Bastien Bouclet | |
svn-id: r54603 | |||
2010-11-29 | MOHAWK: Update area type 11 position when the mouse moves | Bastien Bouclet | |
svn-id: r54602 | |||
2010-11-29 | MOHAWK: Rename some fields for type 11 areas | Bastien Bouclet | |
svn-id: r54600 | |||
2010-11-29 | MOHAWK : Change areas inheritance to match the original | Bastien Bouclet | |
svn-id: r54599 |