aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock
AgeCommit message (Expand)Author
2015-05-24SHERLOCK: Fix People data initialization and general start fixesPaul Gilbert
2015-05-24SHERLOCK: Implement cmdNextSongPaul Gilbert
2015-05-24SHERLOCK: Implement cmdSetNPCWalkGraphics methodPaul Gilbert
2015-05-24SHERLOCK: Fix script opcode table lookupPaul Gilbert
2015-05-24SHERLOCK: Implement method stubs for Tattoo opcodesPaul Gilbert
2015-05-24SHERLOCK: Splitting Talk up to implement individual opcode methodsPaul Gilbert
2015-05-24SHERLOCK: Fully implemented RT opcodes arrayPaul Gilbert
2015-05-24SHERLOCK: Create separate opcode list for Scalpel vs TattooPaul Gilbert
2015-05-24SHERLOCK: Make virtual destructors for user interface classesPaul Gilbert
2015-05-24SHERLOCK: Implement more scene loading and setNPCPathPaul Gilbert
2015-05-24SHERLOCK: Implemented initial RT palette loadingPaul Gilbert
2015-05-23SHERLOCK: Implemented Tattoo loadWalk changesPaul Gilbert
2015-05-23SHERLOCK: Fix Rose Tattoo scene loading problems from mergePaul Gilbert
2015-05-22Merge branch 'master' into sherlock2Paul Gilbert
2015-05-22SHERLOCK: Skip delay when intro is skippedStrangerke
2015-05-22SHERLOCK: Fix some uninitialized values and unused variablesStrangerke
2015-05-22SHERLOCK: Fix OR check with identical operandsStrangerke
2015-05-22SHERLOCK: sound: fix CLIPMartin Kiewitz
2015-05-22SHERLOCK: Remove unused variable and fieldPaul Gilbert
2015-05-22SHERLOCK: add detection entry Sherlock 2 GermanMartin Kiewitz
2015-05-21SHERLOCK: Rename NUM_OF_PEOPLE for better clarityPaul Gilbert
2015-05-21SHERLOCK: Replaced second MAX_PEOPLE definition with _characters.size()Paul Gilbert
2015-05-21SHERLOCK: Clean up initialization and handling of NPC dataPaul Gilbert
2015-05-21SHERLOCK: Correct some commentsPaul Gilbert
2015-05-20SHERLOCK: Replace another ONSCREEN_FILES_COUNT valuePaul Gilbert
2015-05-20SHERLOCK: Go to save mode when clicking empty save slotPaul Gilbert
2015-05-20SHERLOCK: Constants fixes in UserInterfacePaul Gilbert
2015-05-20SHERLOCK: Fix display of 'Text Not Found' when doing journal searchesPaul Gilbert
2015-05-20SHERLOCK: Standardised keypress fields as char typePaul Gilbert
2015-05-20SHERLOCK: Re-add GCC_PRINTF and fix resulting GCC warningsPaul Gilbert
2015-05-20SHERLOCK: Improve comment as suggested by LordHotoStrangerke
2015-05-20SHERLOCK: Add missing game type in detectionStrangerke
2015-05-19SHERLOCK: Use more constants in doEnvControlPaul Gilbert
2015-05-19SHERLOCK: Fix regression in intro sequence displayPaul Gilbert
2015-05-19SHERLOCK: Trim useless spaces and tabsStrangerke
2015-05-19SHERLOCK: Use a bit more MenuMode and SaveModeStrangerke
2015-05-19SHERLOCK: Systematically use InvMode values when it's appropriateStrangerke
2015-05-19SHERLOCK: Fix some issues pointed by eriktorbjornStrangerke
2015-05-19SHERLOCK: Further minor cleanupsPaul Gilbert
2015-05-19SHERLOCK: Corrected incorrect method name in SaveManagerPaul Gilbert
2015-05-19SHERLOCK: Further cleanup for SaveManagerPaul Gilbert
2015-05-19SHERLOCK: Refactor Surface not to descend directly from Graphics::SurfacePaul Gilbert
2015-05-19SHERLOCK: Add extra constants for object bit-flagsPaul Gilbert
2015-05-19SHERLOCK: More syntactic fixesPaul Gilbert
2015-05-19SHERLOCK: Syntactic fix and define for SaveManagerPaul Gilbert
2015-05-19SHERLOCK: Remove iimplicit conversion operator from ImageFramePaul Gilbert
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert
2015-05-19SHERLOCK: Remove unused typedefPaul Gilbert
2015-05-19SHERLOCK: Remove GCC_PRINTF to fix gcc compilationPaul Gilbert
2015-05-19SHERLOCK: Replaced references to scene numbers with an enumPaul Gilbert