aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Collapse)Author
2010-12-29MOHAWK: Implement Myst opcode 214, Stellar observatory initializationBastien Bouclet
svn-id: r55063
2010-12-26MOHAWK: Move myst_saveload.* to myst_state.*Matthew Hoops
svn-id: r55045
2010-12-26MOHAWK: Fix a typoMatthew Hoops
svn-id: r55044
2010-12-26MOHAWK: Merge classes MystVariables and MystSaveLoad to form MystGameStateBastien Bouclet
svn-id: r55041
2010-12-25MOHAWK: Add subimage drawing/caching codeAlyssa Milburn
svn-id: r55038
2010-12-25MOHAWK: detect the European versions of ZoombinisAlyssa Milburn
svn-id: r55037
2010-12-25MOHAWK: LB CD-ROM title prefixes aren't Windows-specificAlyssa Milburn
svn-id: r55036
2010-12-25MOHAWK: detect/load the Rugrats Adventure GameAlyssa Milburn
svn-id: r55035
2010-12-24MOHAWK: Fix playing sound from aliases in Myst ME.Bastien Bouclet
svn-id: r55031
2010-12-24MOHAWK: Fix Myst's combination book pages drawing at the bottom of the screen.Bastien Bouclet
svn-id: r55030
2010-12-22MOHAWK: Add Framework getVar() code to Myst Credits Stack Script Parser.David Turner
svn-id: r55016
2010-12-22MOHAWK: Add Framework getVar() code to Myst D'ni Age Script Parser.David Turner
svn-id: r55015
2010-12-22MOHAWK: Add further getVar() code to Myst Channelwood Age Script Parser.David Turner
svn-id: r54998
2010-12-22MOHAWK: Add Framework of getVar(), setVar() and toggleVar() to Myst ↵David Turner
Channelwood Age Script Parser. svn-id: r54997
2010-12-21MOHAWK: Add Framework of getVar(), setVar() and toggleVar() to Myst ↵David Turner
Mechanical Age Script Parser. svn-id: r54995
2010-12-21MOHAWK: Remove unused variables warnings introduced in r54982.David Turner
svn-id: r54994
2010-12-21MOHAWK: Support compound images (subimages)Alyssa Milburn
These are images embedded in the bitmap data of another image; they are used in CSTime and Zoombinis, at least. Thanks to clone2727 for helping me puzzle this out. svn-id: r54989
2010-12-21MOHAWK: Remove sound.h include from resource.hAlyssa Milburn
svn-id: r54988
2010-12-21MOHAWK: Allow DefaultCursorManager to use alternative tagsAlyssa Milburn
svn-id: r54987
2010-12-21MOHAWK: Add Framework of getVar(), setVar() and toggleVar() to Myst ↵David Turner
Stoneship Script Parser. svn-id: r54982
2010-12-20MOHAWK: Add var getters for Myst Stellar Observatory Date-Time Display.David Turner
svn-id: r54980
2010-12-20MOHAWK: Fix 2 crashers with the Myst imager (selecting 00 and playing the ↵Bastien Bouclet
moutain video). svn-id: r54973
2010-12-20MOHAWK: Fixed Valgrind Error in Myst When Selecting 0 in Imager Code (Myst ↵David Turner
Card 4709) Reworked MystGraphics::copyImageSectionToScreen() : Added clipping of width and height within src surface dimensions. Improved function readability. svn-id: r54972
2010-12-19MOHAWK: Implement Myst opcodes 109, 117, 118 and 208 : dock forechamber imagerBastien Bouclet
svn-id: r54965
2010-12-19MOHAWK: Add 2 Myst var getter / settersBastien Bouclet
svn-id: r54960
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-19MOHAWK: Added further var getter and setter code for Myst Island.David Turner
This fixes Stellar Observatory Lights. svn-id: r54958
2010-12-18MOHAWK: Add some missing var getters for Myst Island.David Turner
svn-id: r54957
2010-12-18MOHAWK: Myst sound rework, part 2Bastien Bouclet
svn-id: r54954
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-17MOHAWK: Yet more Myst vertical alignment / clipping fixes.Bastien Bouclet
Fixes the boiler wheels drawing incorrectly. Fixes the rocket piano's leftmost key drawing too high. Fixes the timeclock controls beeing misaligned. svn-id: r54947
2010-12-17MOHAWK: Remove global construction of _viewportMatthew Hoops
svn-id: r54945
2010-12-17MOHAWK: Change resolution to 544x332 to match the original.Bastien Bouclet
This fixes the vertical alignment issues, and graphic corruption on some cards. svn-id: r54943
2010-12-17MOHAWK: Implement Myst opcodes 128, 168, 216, 217, 304, 305, and 153 to 156 ↵Bastien Bouclet
: Giant tree. Channelwood is now accessible from Myst. svn-id: r54941
2010-12-16MYST: Add Var Getter For Myst Courtyard Box Variables.David Turner
svn-id: r54937
2010-12-16MOHAWK: Move readString into the LB engine classAlyssa Milburn
svn-id: r54935
2010-12-16MOHAWK: Implement Myst opcodes 146, 149, 150, 150 : Minimal boilerBastien Bouclet
svn-id: r54934
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-16VIDEO: Remove the need to call updateAudioBuffer() externally for QuickTimeMatthew Hoops
svn-id: r54929
2010-12-16VIDEO: Make VideoDecoder::getPalette() return a const byte pointerMatthew Hoops
svn-id: r54928
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
svn-id: r54927
2010-12-14MOHAWK: Add support for DOS bitmaps (thanks to fuzzie for the EGA planar code)Matthew Hoops
svn-id: r54913
2010-12-14MOHAWK: Add support for DOS v2 archives (CSWorld Deluxe)Matthew Hoops
svn-id: r54912
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-14MOHAWK: Implement Myst opcodes 122 to 124 : Cabin safe handleBastien Bouclet
svn-id: r54905
2010-12-13MOHAWK: parse LB subentries correctlyAlyssa Milburn
svn-id: r54901
2010-12-13MOHAWK: Use named constants for LB control modesAlyssa Milburn
svn-id: r54897
2010-12-12MOHAWK: Use named constants for LB timing modesAlyssa Milburn
svn-id: r54896