Age | Commit message (Expand) | Author |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko |
2016-05-26 | SHERLOCK: Refactor Surface and Screen to not use virtual inheritance | Paul Gilbert |
2016-03-21 | SHERLOCK: Make Screen::_backBuffer an object instead of pointer. | Johannes Schickel |
2016-03-21 | SHERLOCK: Make Screen::_backBuffer protected. | Johannes Schickel |
2016-03-14 | SHERLOCK: Changed engine to use Graphics::ManagedSurface | Paul Gilbert |
2015-09-13 | SHERLOCK: 3DO: Implementing high-resolution mode for 3DO version | Paul Gilbert |
2015-09-06 | SHERLOCK: 3DO: Set up RGB color constants for 3DO | Paul Gilbert |
2015-07-04 | SHERLOCK: RT: Consolidate scroll position into the Screen class | Paul Gilbert |
2015-06-30 | SHERLOCK: RT: Create a tooltip base clsas | Paul Gilbert |
2015-06-25 | SHERLOCK: RT: Set up new values for color constants | Paul Gilbert |
2015-06-25 | SHERLOCK: RT: Fix compiler warnings | Paul Gilbert |
2015-06-25 | SHERLOCK: RT: Further split-off of Scalpel-specific code | Paul Gilbert |
2015-06-13 | SHERLOCK: 3DO: support for talk movies | Martin Kiewitz |
2015-06-13 | SHERLOCK: Added color enum for 235 (button background color?) | Torbjörn Andersson |
2015-06-11 | SHERLOCK: RT map display partially working | Paul Gilbert |
2015-06-10 | SHERLOCK: Implemented more support methods for RT map | Paul Gilbert |
2015-06-10 | SHERLOCK: Split up font handling into a new Fonts surface base class | Paul Gilbert |
2015-06-10 | SHERLOCK: 3DO intro: implement fade from white | Martin Kiewitz |
2015-06-10 | SHERLOCK: 3DO intro: implement fade in/out/merge | Martin Kiewitz |
2015-06-07 | SHERLOCK: Refactoring, cleanup, and fixes for savegame code | Paul Gilbert |
2015-06-06 | SHERLOCK: Setting up game specific People descendant classes | Paul Gilbert |
2015-06-06 | SHERLOCK: Implement setupBGArea | Paul Gilbert |
2015-05-31 | SHERLOCK: Implement remainder of RT doBgAnim | Paul Gilbert |
2015-05-31 | SHERLOCK: Move scroll variables from Screen to TattooUserInterface | Paul Gilbert |
2015-05-28 | SHERLOCK: Implemented flushScaleImage and scale calculations | Paul Gilbert |
2015-05-28 | SHERLOCK: Implement additions to updateBackground, some method stubs | 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: Implemented initial RT palette loading | Paul Gilbert |
2015-05-22 | Merge branch 'master' into sherlock2 | Paul Gilbert |
2015-05-20 | SHERLOCK: Re-add GCC_PRINTF and fix resulting GCC warnings | Paul Gilbert |
2015-05-19 | SHERLOCK: Use a bit more MenuMode and SaveMode | Strangerke |
2015-05-19 | SHERLOCK: Move method comments from cpp to headers | Paul Gilbert |
2015-05-19 | SHERLOCK: Remove GCC_PRINTF to fix gcc compilation | Paul Gilbert |
2015-05-18 | SHERLOCK: Syntactic fixes | Paul Gilbert |
2015-05-17 | SHERLOCK: Fix display of beveled background when entering Journal search | Paul Gilbert |
2015-05-16 | Merge branch 'sherlock' into sherlock2 | Paul Gilbert |
2015-05-13 | SHERLOCK: Renamed graphics.cpp to surface.cpp | Paul Gilbert |
2015-05-12 | SHERLOCK: Beginnings of Rose Tattoo engine | Paul Gilbert |
2015-05-09 | SHERLOCK: Make copyright headers consistent | Willem Jan Palenstijn |
2015-05-08 | SHERLOCK: Fix some more GCC warnings | Strangerke |
2015-05-08 | SHERLOCK: Fix some more warnings | Strangerke |
2015-05-08 | SHERLOCK: Fix some compilation warnings using GCC | Strangerke |
2015-04-30 | SHERLOCK: Properly restrict scene drawing to scene area | Paul Gilbert |
2015-04-21 | SHERLOCK: Implement savegame synchronization | Paul Gilbert |
2015-04-12 | SHERLOCK: Implement settings window code | Paul Gilbert |
2015-04-04 | SHERLOCK: Implemented doJournal | Paul Gilbert |
2015-03-31 | SHERLOCK: Implemented displayTalk | Paul Gilbert |
2015-03-30 | SHERLOCK: Beginnings of talk loading, added skeleton Scripts class | Paul Gilbert |
2015-03-29 | SHERLOCK: Added inventory list and display images in inventory mode | Paul Gilbert |