aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/cstime.cpp
AgeCommit message (Collapse)Author
2016-08-11MOHAWK: Allow the games to have a different sound managerBastien Bouclet
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-02MOHAWK: Fix missing initializers in CSTime engine. CID 1002810.D G Turner
2011-06-28MOHAWK: Rework archive handlingMatthew Hoops
A new base class has been introduced (aptly named "Archive"), which is much cleaner than inheriting from MohawkArchive. In addition, the underlying resource retrieving code has been merged to reduce dupliplication.
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
This also removes the dependency of engines on the event recorder header and API, and will make it easier to RandomSources that are not properly registered.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
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: 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: Implement a couple more CSTime events.Alyssa Milburn
svn-id: r55415
2011-01-21MOHAWK: Implement kCSTimeEventRemoveItemFromInventory.Alyssa Milburn
svn-id: r55389
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-20MOHAWK: Add CSTime engine.Alyssa Milburn
svn-id: r55362