aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sherlock.cpp
AgeCommit message (Collapse)Author
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2016-07-28SHERLOCK: Fix debug channel initializationEugene Sandulenko
2016-02-05SHERLOCK: RT: Properly hook up volume and mute toggles in Options dialogPaul Gilbert
2015-09-20SHERLOCK: RT: Fix speech getting mutedPaul Gilbert
2015-09-13SHERLOCK: 3DO: Still allow old 320x200 mode as a fallbackPaul Gilbert
2015-08-24SHERLOCK: Fix comment messagePaul Gilbert
2015-08-02SHERLOCK: RT: Fix saving in the lab table scenePaul Gilbert
2015-07-18SHERLOCK: RT: Fix loading slot 0 from GMMPaul Gilbert
2015-07-15SHERLOCK: Improve flagging for can load/savePaul Gilbert
2015-07-12SHERLOCK: Split up Debugger class for both gamesPaul Gilbert
2015-07-05SHERLOCK: RT: Changes for doScript method ending codePaul Gilbert
2015-07-02SHERLOCK: RT: Cleanup of Exit class and fix exiting scenesPaul Gilbert
2015-06-29SHERLOCK: Register different default font setting for Rose TattooTorbjörn Andersson
2015-06-26SHERLOCK: Split FixedText into separate descendents for each gamePaul Gilbert
2015-06-25SHERLOCK: RT: Further split-off of Scalpel-specific codePaul Gilbert
2015-06-21SHERLOCK: Split up Journal class for each gamePaul Gilbert
2015-06-18SHERLOCK: RT: Implement font _yOffsets tablePaul Gilbert
Since this table must only be set up for RT when changing fonts, I needed to put an engine reference in the Fonts base class. Because of this, I've been able to simplify the creation of the various surfaces, since you no longer need to pass in the platform
2015-06-14SHERLOCK: fixedText class to support localizationsMartin Kiewitz
also implemented text for windows (exit/up/down) using this class
2015-06-13SHERLOCK: RT: Implemented handleInput methodPaul Gilbert
2015-06-13SHERLOCK: 3DO: support for cAnim data (startCAnim)Martin Kiewitz
it's now possible to leave the first room Conflicts: engines/sherlock/objects.cpp
2015-06-12SHERLOCK: 3DO: disable portraits for 3DOMartin Kiewitz
3DO does not include portrait data and instead used videos
2015-06-11SHERLOCK: RT map display partially workingPaul Gilbert
2015-06-07SHERLOCK: Beginnings of Map descendent classesPaul Gilbert
2015-06-07SHERLOCK: Refactoring, cleanup, and fixes for savegame codePaul Gilbert
2015-06-06SHERLOCK: Setting up game specific People descendant classesPaul Gilbert
2015-06-02SHERLOCK: add MT32 debug, add music data commentMartin Kiewitz
2015-05-31SHERLOCK: Implement remainder of RT doBgAnimPaul Gilbert
2015-05-31SHERLOCK: debug levels for AdLib & MusicMartin Kiewitz
2015-05-30Merge branch 'sherlock2'Paul Gilbert
2015-05-26SHERLOCK: Starting to split Scene class, implemented checkBgShapes changesPaul Gilbert
2015-05-24SHERLOCK: Fix display of first RT scene backgroundPaul Gilbert
2015-05-24SHERLOCK: Splitting Talk up to implement individual opcode methodsPaul Gilbert
2015-05-24SHERLOCK: Split sound class in two, add WIP music playerStrangerke
2015-05-22Merge branch 'master' into sherlock2Paul Gilbert
2015-05-22SHERLOCK: Rework use of music flagsStrangerke
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert
2015-05-18SHERLOCK: Syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: Added more of the game options to the Engine tabPaul Gilbert
2015-05-18SHERLOCK: Syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: Make loop non-interactive demo (intro)Strangerke
2015-05-18SHERLOCK: Add code to make non-interactive demo completableStrangerke
2015-05-17SHERLOCK: Beginnings of UserInterface split for Scalpel vs TattooPaul Gilbert
2015-05-16Merge branch 'sherlock' into sherlock2Paul Gilbert
Conflicts: engines/sherlock/decompress.cpp engines/sherlock/objects.cpp engines/sherlock/objects.h engines/sherlock/scene.cpp engines/sherlock/scene.h engines/sherlock/sound.cpp
2015-05-16SHERLOCK: Merged decompression code into Resources classPaul Gilbert
2015-05-16SHERLOCK: Fix default fade style optionPaul Gilbert
2015-05-15SHERLOCK: Fix random pixel transitions, and make it the default fade stylePaul Gilbert
2015-05-15SHERLOCK: Use ConfMan.registerDefault to simply reading optionsPaul Gilbert
2015-05-15SHERLOCK: Fix saving mute flags in saveConfigPaul Gilbert
2015-05-15SHERLOCK: Change save extra option to use more standard originalsaveloadPaul Gilbert
2015-05-14SHERLOCK: Default Files button to show GMM, with engine option to disablePaul Gilbert