aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
AgeCommit message (Expand)Author
2016-08-11MOHAWK: Add a Riven specific sound managerBastien Bouclet
2016-08-11MOHAWK: Allow the games to have a different sound managerBastien Bouclet
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2014-05-03MOHAWK: Use original stack ID mapping for RivenMatthew Hoops
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2012-03-16MOHAWK: Disable Riven demo save/load GUI buttonsMatthew Hoops
2011-08-15MOHAWK: Stub off Riven transition speed codeMatthew Hoops
2011-08-11MOHAWK: Implement the rest of the sunners codeMatthew Hoops
2011-06-14MOHAWK: Finish implementation of Riven's storeMovieOpcode opcodeMatthew Hoops
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
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-23MOHAWK: Make Riven's save/load code use the variable map directlyMatthew Hoops
2011-03-23MOHAWK: Begin using a hashmap to store Riven variablesMatthew Hoops
2011-03-20MOHAWK: Implement the Ytram trapMatthew Hoops
2011-01-24MOHAWK: Recheck the current hotspot if a script has changed the enabled hotsp...Matthew Hoops
2011-01-21MOHAWK: Add support for installer files from Riven and other Broderbund gamesMatthew Hoops
2010-09-09MOHAWK: Add initial work on the Riven marble puzzleMatthew Hoops
2010-09-05MOHAWK: CleanupMatthew Hoops
2010-09-03MOHAWK: Improve support for the Riven DemoMatthew Hoops
2010-09-01MOHAWK: Update videos when the delay opcode is calledMatthew Hoops
2010-09-01MOHAWK: Cleanup mouse cursor position handling in RivenMatthew Hoops
2010-07-09Introduce the RivenScriptManager to keep track of scripts and free them when ...Matthew Hoops
2010-06-29Fix the load game dialog in Riven DVD's menu, borrowed from Parallaction.Matthew Hoops
2010-06-25Add support for the third inventory case in Riven: you have the two journals ...Matthew Hoops
2010-06-02In Riven, if we get a change card opcode on a mouse down event, ignore the ne...Matthew Hoops
2010-04-19Remove use of global constructors in Mohawk.Matthew Hoops
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-26Slightly rework refreshing cards in Riven (and remove the hackish changeToCar...Matthew Hoops
2010-02-16Move Riven variable randomization to initVars() and implement randomization f...Matthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops
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