aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.cpp
AgeCommit message (Expand)Author
2010-07-09Introduce the RivenScriptManager to keep track of scripts and free them when ...Matthew Hoops
2010-06-29Update comment on CD swapping in Riven.Matthew Hoops
2010-06-29Silence a valgrind warning.Matthew Hoops
2010-06-29Fix the load game dialog in Riven DVD's menu, borrowed from Parallaction.Matthew Hoops
2010-06-26Fix saving while viewing the inventory in Riven and cleanup the save/load code.Matthew Hoops
2010-06-25Add support for the third inventory case in Riven: you have the two journals ...Matthew Hoops
2010-06-18Cleanup; add a TODO.Matthew Hoops
2010-06-14Mohawk: Added support for running Riven off DVD layout.Eugene Sandulenko
2010-06-02In Riven, if we get a change card opcode on a mouse down event, ignore the ne...Matthew Hoops
2010-06-01Fix videos in Riven activated from a different card from which they are playe...Matthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-19Remove use of global constructors in Mohawk.Matthew Hoops
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-02-26Slightly rework refreshing cards in Riven (and remove the hackish changeToCar...Matthew Hoops
2010-02-16Fix typo in the ospit->tspit linking book RMAP code.Matthew Hoops
2010-02-16Move Riven variable randomization to initVars() and implement randomization f...Matthew Hoops
2010-02-13Implement background video support for Riven; some VideoManager/QTPlayer clea...Matthew Hoops
2010-01-30MOHAWK: Don't remove save_slot config entries the user may have added on purposeMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops
2010-01-19Missed copying a line from console.cpp; fixes a memory leak.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-30MOHAWK: Stop using String::emptyStringMax Horn
2009-12-30Re-indentet switch() blocks to follow ScummVM indentation style. (I've alwaysTorbjörn Andersson
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko