Age | Commit message (Expand) | Author |
2015-08-07 | SHERLOCK: RT: Fix using items on NPCs | Paul Gilbert |
2015-07-19 | SHERLOCK: RT: Fix sitting down at lab table | Paul Gilbert |
2015-07-09 | SHERLOCK: RT: Fix for leaving inside Baker Street | Paul Gilbert |
2015-07-02 | SHERLOCK: RT: Cleanup of Exit class and fix exiting scenes | Paul Gilbert |
2015-06-25 | SHERLOCK: RT: Set up new values for color constants | Paul Gilbert |
2015-06-17 | SHERLOCK: RT: Fix crash in second intro scene | Paul Gilbert |
2015-06-15 | SHERLOCK: Use a string literal as the format string | Matthew Hoops |
2015-06-14 | SHERLOCK: action processing uses fixed text class | Martin Kiewitz |
2015-06-13 | SHERLOCK: Simplify UseType to derive from ActionType | Paul Gilbert |
2015-06-13 | SHERLOCK: RT: Implemented doStandardControl | Paul Gilbert |
2015-05-28 | SHERLOCK: Moving split up classes into their own files | Paul Gilbert |
2015-05-27 | SHERLOCK: Implement RT scrolling code | Paul Gilbert |
2015-05-27 | SHERLOCK: Implemented initial background clearing of RT doBgAnim | Paul Gilbert |
2015-05-24 | SHERLOCK: Fix display of first RT scene background | Paul Gilbert |
2015-05-22 | Merge branch 'master' into sherlock2 | Paul Gilbert |
2015-05-20 | SHERLOCK: Go to save mode when clicking empty save slot | Paul Gilbert |
2015-05-20 | SHERLOCK: Constants fixes in UserInterface | Paul Gilbert |
2015-05-20 | SHERLOCK: Standardised keypress fields as char type | Paul Gilbert |
2015-05-20 | SHERLOCK: Re-add GCC_PRINTF and fix resulting GCC warnings | Paul Gilbert |
2015-05-20 | SHERLOCK: Improve comment as suggested by LordHoto | Strangerke |
2015-05-19 | SHERLOCK: Use more constants in doEnvControl | Paul Gilbert |
2015-05-19 | SHERLOCK: Use a bit more MenuMode and SaveMode | Strangerke |
2015-05-19 | SHERLOCK: Systematically use InvMode values when it's appropriate | Strangerke |
2015-05-19 | SHERLOCK: Fix some issues pointed by eriktorbjorn | Strangerke |
2015-05-19 | SHERLOCK: Further minor cleanups | Paul Gilbert |
2015-05-19 | SHERLOCK: Corrected incorrect method name in SaveManager | Paul Gilbert |
2015-05-19 | SHERLOCK: Refactor Surface not to descend directly from Graphics::Surface | Paul Gilbert |
2015-05-19 | SHERLOCK: More syntactic fixes | Paul Gilbert |
2015-05-19 | SHERLOCK: Move method comments from cpp to headers | Paul Gilbert |
2015-05-19 | SHERLOCK: Further addition of enums and method renames | Paul Gilbert |
2015-05-18 | SHERLOCK: Added more of the game options to the Engine tab | Paul Gilbert |
2015-05-18 | SHERLOCK: Replace magic numbers with enums and constants | Paul Gilbert |
2015-05-18 | SHERLOCK: Add code to make non-interactive demo completable | Strangerke |
2015-05-17 | SHERLOCK: Replace scumm_stricmp() with equalsIgnoreCase() | sirlemonhead |
2015-05-17 | SHERLOCK: Beginnings of UserInterface split for Scalpel vs Tattoo | Paul Gilbert |
2015-05-16 | Merge branch 'sherlock' into sherlock2 | Paul Gilbert |
2015-05-15 | SHERLOCK: Fix positioning of Quit Yes/No buttons | Paul Gilbert |
2015-05-14 | SHERLOCK: Default Files button to show GMM, with engine option to disable | Paul Gilbert |
2015-05-14 | SHERLOCK: Remove space/Enter handling for keyboard cursor | Paul Gilbert |
2015-05-14 | SHERLOCK: Remove redundant _scriptCurrentIndex field | Paul Gilbert |
2015-05-13 | SHERLOCK: Add missing setting of _oldSelector | Paul Gilbert |
2015-05-13 | SHERLOCK: Implement sound priority | Strangerke |
2015-05-12 | SHERLOCK: Beginnings of Rose Tattoo engine | Paul Gilbert |
2015-05-09 | SHERLOCK: Fix getting fresh mouse positions in loop showing quit dialog | Paul Gilbert |
2015-05-09 | SHERLOCK: Cleanup and fixes for Journal | Paul Gilbert |
2015-05-09 | SHERLOCK: Make copyright headers consistent | Willem Jan Palenstijn |
2015-05-09 | SHERLOCK: Remove the use of ++ on boolean variables | Strangerke |
2015-05-07 | SHERLOCK: some code formatting | Strangerke |
2015-05-07 | SHERLOCK: Reduce some more variable scopes | Strangerke |
2015-05-04 | SHERLOCK: Check _talkToAbort after calling pickupObject | Paul Gilbert |