aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_scripts.cpp
AgeCommit message (Expand)Author
2016-08-11MOHAWK: Add a Riven specific sound managerBastien Bouclet
2015-07-17MOHAWK: Make video handles actual objectsMatthew Hoops
2014-05-03MOHAWK: Use original stack ID mapping for RivenMatthew Hoops
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2012-03-10MOHAWK: Split the graphics classes into their own filesMatthew Hoops
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14MOHAWK: Finish implementation of Riven's stopSound() opcodeMatthew Hoops
2011-06-14MOHAWK: Finish implementation of Riven's storeMovieOpcode opcodeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-23MOHAWK: Use direct access on the hashmap for Riven variables nowMatthew Hoops
2011-03-22MOHAWK: Begin to implement Riven opcode 38Matthew Hoops
2011-03-22MOHAWK: Minor cursor call cleanupMatthew Hoops
2011-03-07MOHAWK: Make Riven use original executables for cursorsMatthew Hoops
2011-01-24MOHAWK: Recheck the current hotspot if a script has changed the enabled hotsp...Matthew Hoops
2011-01-23MOHAWK: Implement Riven's stopSound() and fadeAmbientSounds() opcodesMatthew Hoops
2011-01-23MOHAWK: Cleanup Riven opcode 12 (now known as stopSound())Matthew Hoops
2011-01-19MOHAWK: Cleanup some Riven codeMatthew Hoops
2011-01-18MOHAWK: Rename some VideoManager functions so we have some unified naming bet...Matthew Hoops
2010-11-25MOHAWK: Refactor cursor handlingMatthew Hoops
2010-11-23MOHAWK: Pass objs by const ref not by valueMax Horn
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-11-09MOHAWK: Fix memory leaks (thanks to digitall for finding)Matthew Hoops
2010-11-07MOHAWK: Convert all printf to debugN callsMax Horn
2010-09-08MOHAWK: Implement blocking sound in RivenMatthew Hoops
2010-09-07MOHAWK: Sound cleanupMatthew Hoops
2010-09-01MOHAWK: Update videos when the delay opcode is calledMatthew Hoops
2010-09-01MOHAWK: Implement xbookclickMatthew Hoops
2010-07-09Introduce the RivenScriptManager to keep track of scripts and free them when ...Matthew Hoops
2010-06-18Add a comment on the unknown switch command argument.Matthew Hoops
2010-06-02In Riven, if we get a change card opcode on a mouse down event, ignore the ne...Matthew Hoops
2010-05-26Fix the 'boiling water' videos in the boiler puzzle.Matthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-02-26Slightly rework refreshing cards in Riven (and remove the hackish changeToCar...Matthew Hoops
2010-02-13Implement background video support for Riven; some VideoManager/QTPlayer clea...Matthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-19Make the workaround for the Riven intro background music work in the DVD vers...Matthew Hoops
2009-12-30MOHAWK: Reduce header interdependenciesMax Horn
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko