aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo
AgeCommit message (Collapse)Author
2015-08-02SHERLOCK: RT: Fix NPC movement to original pos in pullNPCStackPaul Gilbert
2015-08-01SHERLOCK: RT: Fix setting default _lookPos in scrolled scenesPaul Gilbert
2015-07-31SHERLOCK: RT: Fix closing Verbs menu by clicking outside itPaul Gilbert
2015-07-31SHERLOCK: RT: Fix initialization of Watson's default talk filePaul Gilbert
2015-07-31SHERLOCK: RT: Mousing over an NPC overrides any bg object at the same placePaul Gilbert
2015-07-31SHERLOCK: RT: Implement inventory window scrollingPaul Gilbert
2015-07-31SHERLOCK: RT: Don't show inventory item tooltips on scrollbarPaul Gilbert
2015-07-31SHERLOCK: RT: Fix saving so Watson's walk sequences can be set on loadingPaul Gilbert
2015-07-31SHERLOCK: RT: Fix crash when scrollbar count equals page sizePaul Gilbert
2015-07-31SHERLOCK: RT: Fix inventory tooltips when in a scene with a maskPaul Gilbert
ScummVM simplifies tooltip handling by drawing tooltips directly to the screen surface. This works well in most cases, but in mask scenes, the screen is recopied at the end of rendering to apply the mask overlay, so the tooltip needs to be redrawn after again in order to be seen
2015-07-31SHERLOCK: RT: Fix rendering of of scene masksPaul Gilbert
2015-07-30SHERLOCK: RT: Further fixes for _lookupTable1 initPaul Gilbert
2015-07-30SHERLOCK: RT: Fix initialization of _lookupTable1Paul Gilbert
2015-07-30SHERLOCK: RT: Fix flickering tooltips in scenes with a maskPaul Gilbert
2015-07-30SHERLOCK: RT: Fix initialization and saving of inv item requiredFlag valuesPaul Gilbert
2015-07-29SHERLOCK: RT: Fix redrawing journal when page is changedPaul Gilbert
2015-07-29SHERLOCK: RT: Fix memory leaksPaul Gilbert
2015-07-28SHERLOCK: RT: Remove redundant keypad checksPaul Gilbert
2015-07-28SHERLOCK: RT: Properly redraw screen after closing journalPaul Gilbert
2015-07-27SHERLOCK: RT: Fix loading and display of journal locationsPaul Gilbert
2015-07-26SHERLOCK: RT: Fix compiler warningsPaul 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: Stop windows from going off-screen to the rightPaul Gilbert
2015-07-26SHERLOCK: RT: Fix scrolling talk windowPaul Gilbert
2015-07-26SHERLOCK: RT: Fix crash from adding text window multiple timesPaul Gilbert
2015-07-26SHERLOCK: RT: Fix showing Journal when in a scrolled scenePaul Gilbert
2015-07-26SHERLOCK: RT: Correct order of precedence of shapes in findBgShapePaul Gilbert
2015-07-26SHERLOCK: RT: Implement Files dialog getFilenamePaul Gilbert
2015-07-26SHERLOCK: RT: Implement Files dialog event handlingPaul Gilbert
2015-07-26SHERLOCK: RT: Further fixes for scrolling in Files dialogPaul Gilbert
2015-07-25SHERLOCK: RT: Refactoring scrolling code to WidgetBasePaul Gilbert
2015-07-25SHERLOCK: RT: Implemented rendering of Files dialogPaul Gilbert
2015-07-25SHERLOCK: RT: Fix centering screen on person when scene startsPaul Gilbert
2015-07-25SHERLOCK: RT: Add RT version of default scene facing listPaul Gilbert
2015-07-25SHERLOCK: RT: Fix movement and tooltip display when dragging lab objectsPaul Gilbert
2015-07-25SHERLOCK: RT: Generalise code for joining cursor and images as a cursorPaul Gilbert
2015-07-25SHERLOCK: RT: Clean up handling of WidgetLab for lab table scenePaul Gilbert
2015-07-25SHERLOCK: RT: Hook up ScummVM save/load dialogs in-gamePaul Gilbert
2015-07-24SHERLOCK: RT: Skeleton class for Files dialogPaul Gilbert
2015-07-24SHERLOCK: RT: Fix Options dialog event handlingPaul Gilbert
2015-07-24SHERLOCK: RT: Fix operation of Quit dialogPaul Gilbert
2015-07-24SHERLOCK: RT: Rendering fixes for Options & Quit dialogsPaul Gilbert
2015-07-24SHERLOCK: RT: Implement Quit dialogPaul Gilbert
2015-07-23SHERLOCK: RT: Implement Options dialog event handlingPaul Gilbert
2015-07-23SHERLOCK: RT: Implemented Options dialog renderingPaul Gilbert
2015-07-22SHERLOCK: RT: Beginnings of Options dialog widget classPaul Gilbert
2015-07-22SHERLOCK: RT: Implement maskAreaPaul Gilbert
2015-07-22SHERLOCK: RT: Split TattooEngine code into separate widget classesPaul Gilbert
2015-07-22SHERLOCK: RT: Fix spelling mistakePaul Gilbert