aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel
AgeCommit message (Expand)Author
2015-05-30SHERLOCK: add (unfinished) adlib driverMartin Kiewitz
2015-05-24SHERLOCK: Split sound class in two, add WIP music playerStrangerke
2015-05-22SHERLOCK: Rework use of music flagsStrangerke
2015-05-22SHERLOCK: Skip delay when intro is skippedStrangerke
2015-05-21SHERLOCK: Clean up initialization and handling of NPC dataPaul Gilbert
2015-05-21SHERLOCK: Correct some commentsPaul Gilbert
2015-05-20SHERLOCK: Re-add GCC_PRINTF and fix resulting GCC warningsPaul Gilbert
2015-05-19SHERLOCK: Trim useless spaces and tabsStrangerke
2015-05-19SHERLOCK: Refactor Surface not to descend directly from Graphics::SurfacePaul Gilbert
2015-05-19SHERLOCK: More syntactic fixesPaul Gilbert
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert
2015-05-19SHERLOCK: Replaced references to scene numbers with an enumPaul Gilbert
2015-05-18SHERLOCK: Move the override filename fields into the Animation classPaul Gilbert
2015-05-18SHERLOCK: Replace magic numbers with enums and constantsPaul Gilbert
2015-05-18SHERLOCK: Syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: Add code to make non-interactive demo completableStrangerke
2015-05-13SHERLOCK: Whitespace fixesPaul Gilbert
2015-05-12SHERLOCK: Re-factored Scalpel arrays out of Animationsirlemonhead
2015-05-10SHERLOCK: Add some code for the interactive demo (still crashing)Strangerke
2015-05-09SHERLOCK: Fix incorrect commentPaul Gilbert
2015-05-09SHERLOCK: Make copyright headers consistentWillem Jan Palenstijn
2015-05-09SHERLOCK: Fix some more GCC warningsStrangerke
2015-05-07SHERLOCK: some code formattingStrangerke
2015-05-07SHERLOCK: Reduce some more variable scopesStrangerke
2015-05-01SHERLOCK: Rename playPrologue to playPaul Gilbert
2015-05-01SHERLOCK: Further fixes for credits displayPaul Gilbert
2015-05-01SHERLOCK: Extra comments for methods in ScalpelEnginePaul Gilbert
2015-05-01SHERLOCK: Implemented showLBV and fixes for credits displayPaul Gilbert
2015-05-01SHERLOCK: Fix mirror display in scene 12Paul Gilbert
2015-04-30SHERLOCK: Implement custom mirror logic for scene 12Paul Gilbert
2015-04-30SHERLOCK: Partial fix for Blackwell capture cutscenePaul Gilbert
2015-04-29SHERLOCK: Minor bugfix and cleanup for dartScorePaul Gilbert
2015-04-29SHERLOCK: Fixes for darts minigamePaul Gilbert
2015-04-26SHERLOCK: Cleanup and moving of map variables into Map classPaul Gilbert
2015-04-26SHERLOCK: Fix character positioning after loading savegamesPaul Gilbert
2015-04-22SHERLOCK: Fix display of overhead mapPaul Gilbert
2015-04-21SHERLOCK: More darts game logicPaul Gilbert
2015-04-20SHERLOCK: Add some more code for the introStrangerke
2015-04-20SHERLOCK: Map path walking, beginnings of darts gamePaul Gilbert
2015-04-15SHERLOCK: Refactored Chess class to be Map classPaul Gilbert
2015-04-08SHERLOCK: Implement showAlleyCutsceneStrangerke
2015-03-31SHERLOCK: Loading for TALK_SEQUENCES and STILL_SEQUENCES Scalpel arraysPaul Gilbert
2015-03-29SHERLOCK: Added inventory list and display images in inventory modePaul Gilbert
2015-03-28SHERLOCK: Change the screen _backBuffer to be a pointerPaul Gilbert
2015-03-22SHERLOCK: Implement main scene loop and more inventory codePaul Gilbert
2015-03-22SHERLOCK: Implemented doBgAnimPaul Gilbert
2015-03-21SHERLOCK: Implemented checkSpritePaul Gilbert
2015-03-21SHERLOCK: Implemented checkObject and some support methodsPaul Gilbert
2015-03-21SHERLOCK: Beginnings of transitionToScenePaul Gilbert
2015-03-20SHERLOCK: More scene loading, implemented Inventory classPaul Gilbert