aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Collapse)Author
2011-01-24MOHAWK: Fix Gehn's music player when clicking on it the first time (thanks, ↵Matthew Hoops
digitall) svn-id: r55495
2011-01-24MOHAWK: Properly initialize the bspit-gspit magcar variables (thanks, digitall)Matthew Hoops
svn-id: r55494
2011-01-24MOHAWK: Recheck the current hotspot if a script has changed the enabled ↵Matthew Hoops
hotspots in Riven svn-id: r55493
2011-01-23MOHAWK: Fixed possible use of uninitialized variables in Myst Selenitic Age ↵David Turner
code. svn-id: r55486
2011-01-23MOHAWK: Fix the Riven demo intro sequence (a regression from r55188)Matthew Hoops
svn-id: r55484
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
svn-id: r55479
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
svn-id: r55473
2011-01-23MOHAWK: Detect CSTime demo (thanks to Strangerke for finding it).Alyssa Milburn
svn-id: r55470
2011-01-23MOHAWK: Implement Riven's stopSound() and fadeAmbientSounds() opcodesMatthew Hoops
svn-id: r55460
2011-01-23MOHAWK: Do not stop ambient sounds when finding no matching Riven SLST indexMatthew Hoops
This fixes the ambient sounds in the Rebel Tunnel puzzle and Temple Island maglev among other places. svn-id: r55459
2011-01-23MOHAWK: Enable the Riven easter egg shortcutMatthew Hoops
svn-id: r55458
2011-01-23MOHAWK: Cleanup Riven opcode 12 (now known as stopSound())Matthew Hoops
svn-id: r55457
2011-01-22MOHAWK: Add hardcoded help code for case 1.Alyssa Milburn
svn-id: r55448
2011-01-22MOHAWK: Implement CSTime help system.Alyssa Milburn
svn-id: r55447
2011-01-22MOHAWK: Minor CSTimeChar bugfixes.Alyssa Milburn
svn-id: r55446
2011-01-22MOHAWK: Implement kCSTimeEventCharSomeNIS55.Alyssa Milburn
svn-id: r55445
2011-01-22MOHAWK: Silence a warningFilippos Karapetis
svn-id: r55442
2011-01-22MOHAWK: More CSTime event stubs.Alyssa Milburn
Case 1 is now playable up to the 'next case' event. svn-id: r55441
2011-01-22MOHAWK: Add/use visit count for scenes.Alyssa Milburn
svn-id: r55440
2011-01-22MOHAWK: Dragging resources / levers code cleanupBastien Bouclet
svn-id: r55439
2011-01-22MOHAWK: Implement Channelwood's remaining opcodesBastien Bouclet
svn-id: r55434
2011-01-22MOHAWK: Fix meaning of the sound loop variableMatthew Hoops
svn-id: r55433
2011-01-22MOHAWK: Update the ADPC chunk codeMatthew Hoops
svn-id: r55431
2011-01-22MOHAWK: Implement Channelwood opcodes 118 and 203: Sirius's drawerBastien Bouclet
svn-id: r55423
2011-01-22MOHAWK: Implement Channelwood opcodes 106 and 109: Stair door switchBastien Bouclet
svn-id: r55420
2011-01-22MOHAWK: Hide mummy at startup in CSTime case 1.Alyssa Milburn
svn-id: r55419
2011-01-22MOHAWK: Add some debug commands for CSTime.Alyssa Milburn
svn-id: r55417
2011-01-22MOHAWK: Finish hard-coded logic for CSTime case 1.Alyssa Milburn
svn-id: r55416
2011-01-22MOHAWK: Implement a couple more CSTime events.Alyssa Milburn
svn-id: r55415
2011-01-22MOHAWK: Add some proper group removal logic to CSTime.Alyssa Milburn
svn-id: r55414
2011-01-22MOHAWK: Implement Channelwood opcodes 108, 127, 128: elevatorsBastien Bouclet
svn-id: r55413
2011-01-22MOHAWK: Complete Channelwood opcode 101, pipe bridgeBastien Bouclet
svn-id: r55412
2011-01-21MOHAWK: Fix channelwood var getter 3, water flawing to temple elevator.Bastien Bouclet
svn-id: r55395
2011-01-21MOHAWK: Implement Channelwood generic lever opcodes, and bridge opcodesBastien Bouclet
svn-id: r55394
2011-01-21MOHAWK: Implement kCSTimeEventRemoveItemFromInventory.Alyssa Milburn
svn-id: r55389
2011-01-21MOHAWK: Fix disabling inventory features in CSTime.Alyssa Milburn
svn-id: r55388
2011-01-21MOHAWK: Use the provided drag flags when dropping a feature.Alyssa Milburn
svn-id: r55387
2011-01-21MOHAWK: Add casts to remaining uses of ~0.Alyssa Milburn
This silences some warnings for now. svn-id: r55379
2011-01-21MOHAWK: Implement CSTime big note display.Alyssa Milburn
svn-id: r55378
2011-01-21MOHAWK: Remove non-state uses of ~0 from CSTime.Alyssa Milburn
svn-id: r55373
2011-01-21MOHAWK: De-hardcode CSTime font paths.Alyssa Milburn
The original Broderbund release had the installer data in a different directory. svn-id: r55372
2011-01-21MOHAWK: Fix two CSTime cursor shape/state checks.Alyssa Milburn
(Thanks to [md5]/thebluegr.) svn-id: r55371
2011-01-21MOHAWK: Add support for installer files from Riven and other Broderbund gamesMatthew Hoops
svn-id: r55368
2011-01-21MOHAWK: Added a FIXME and fixed a logic bugFilippos Karapetis
svn-id: r55366
2011-01-20MOHAWK: Add CSTime engine.Alyssa Milburn
svn-id: r55362
2011-01-20MOHAWK: Add shared view code.Alyssa Milburn
The design/code here is still very much in flux, because it's still unclear exactly how the code is used by some games. svn-id: r55361
2011-01-19MOHAWK: Don't use a fixed-size array for cue lists.Alyssa Milburn
svn-id: r55335
2011-01-19MOHAWK: Add getSubImageSize function.Alyssa Milburn
svn-id: r55334
2011-01-19MOHAWK: Properly initialize Myst's background SndHandleMatthew Hoops
svn-id: r55331
2011-01-19MOHAWK: Use a separate SndHandle for Myst's background soundMatthew Hoops
svn-id: r55330