aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
AgeCommit message (Expand)Author
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