aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel
AgeCommit message (Collapse)Author
2015-08-16SHERLOCK: Further fixes to character movement across savesPaul Gilbert
Restoring movement across save didn't work, so properly handle stopping any moving characters when loading a savegame
2015-08-15SHERLOCK: Fix saving/loading when characters are movingPaul Gilbert
2015-08-14SHERLOCK: Fix comment typoTorbjörn Andersson
2015-08-14SHERLOCK: Remove unused variableTorbjörn Andersson
2015-08-13SHERLOCK: RT: Removal of redundant music codePaul Gilbert
2015-08-13SHERLOCK: RT: SImplification of old speech codePaul Gilbert
2015-08-12SHERLOCK: RT: Hook window/speech to ScummVM speech/subtitles settingPaul Gilbert
2015-08-07SHERLOCK: RT: Fix display when characters have nothing to sayPaul Gilbert
2015-08-07SHERLOCK: SS: Cleaned up handling of 3DO portrait playbackPaul Gilbert
2015-08-06SHERLOCK: SS: Renamed darts.cpp to scalpel_darts.cppPaul Gilbert
2015-08-02SHERLOCK: RT: Implement Tattoo cmdCallTalkFilePaul Gilbert
2015-08-01SHERLOCK: SS: Fix return type of dartHitPaul Gilbert
2015-07-26SHERLOCK: RT: Fix placement of journal textPaul Gilbert
2015-07-26SHERLOCK: RT: Move Journal record method back to Journal classPaul Gilbert
2015-07-26SHERLOCK: RT: Correct order of precedence of shapes in findBgShapePaul Gilbert
2015-07-25SHERLOCK: RT: Add RT version of default scene facing listPaul Gilbert
2015-07-24SHERLOCK: RT: Skeleton class for Files dialogPaul Gilbert
2015-07-24SHERLOCK: RT: Rendering fixes for Options & Quit dialogsPaul Gilbert
2015-07-19SHERLOCK: Avoid non-ASCII characters in string constantsMax Horn
How such string constants are compiled into code depends on the encoding used for the source file, which easily is changed by accident (e.g. between UTF-8 and Latin-1 encoding). Better to explicitly encode the character codes, as is already done for various other text messages.
2015-07-13SHERLOCK: Debugger locations command to show all locations on the mapPaul Gilbert
2015-07-12SHERLOCK: Split up Debugger class for both gamesPaul Gilbert
2015-07-12SHERLOCK: RT: Fix for starting talk with characteresPaul Gilbert
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07SHERLOCK: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2015-07-06SHERLOCK: RT: Fix characters walking off-screenPaul Gilbert
2015-07-05SHERLOCK: RT: Cleanup and fleshing out of savingPaul Gilbert
2015-07-04SHERLOCK: Make playMusic a private method of MusicPaul Gilbert
2015-07-04SHERLOCK: SS: Remove leftover codeFilippos Karapetis
2015-07-03SHERLOCK: RT: Hook talk widget refresh into talk logicPaul Gilbert
2015-07-03SHERLOCK: Change FixedText::getText to return const char *Paul Gilbert
2015-07-02SHERLOCK: RT: Cleanup of Exit class and fix exiting scenesPaul Gilbert
2015-07-01SHERLOCK: RT: Fix infinite empty talk dialog in introPaul Gilbert
2015-07-01SHERLOCK: Split up closestZone versions for each gamePaul Gilbert
2015-06-30SHERLOCK: Change _lookPosition to use PositionFacingPaul Gilbert
2015-06-29SHERLOCK: RT: Fix Coverity problemsPaul Gilbert
2015-06-29SHERLOCK: SS: add missing commas to fixed textMartin Kiewitz
some commas were missing, added them thanks to eriktorbjorn
2015-06-28SHERLOCK: RT: Inventory window now partially showingPaul Gilbert
2015-06-28SHERLOCK: Silence gcc warningsMatthew Hoops
2015-06-29SHERLOCK: SS: Fix uninitialized variableFilippos Karapetis
2015-06-28SHERLOCK: RT: Implement initial inventoryPaul Gilbert
2015-06-27SHERLOCK: RT: Properly implement StreamingImageFile classPaul Gilbert
2015-06-27SHERLOCK: AdLib drivers: remove _ from reset-methodsMartin Kiewitz
remove "_" from reset-method-names
2015-06-27SHERLOCK: SS: mt32 driver cleanupMartin Kiewitz
- use proper naming conventions - remove _MT32 variable, use _nativeMT32 instead
2015-06-26SHERLOCK: SS: Compilation fixPaul Gilbert
2015-06-26SHERLOCK: Split FixedText into separate descendents for each gamePaul Gilbert
2015-06-25SHERLOCK: RT: Set up new values for color constantsPaul Gilbert
2015-06-26SHERLOCK: Tattoo: Miles Audio 3 AdLib driverMartin Kiewitz
- implement Miles Audio 3 AdLib driver - also cleanup of Scalpel AdLib driver - work in progress, sustain and for example OPL-3 missing
2015-06-25SHERLOCK: RT: Fix compiler warningsPaul Gilbert
2015-06-25SHERLOCK: RT: Further split-off of Scalpel-specific codePaul Gilbert