scummvm/engines/sherlock/tattoo
Paul Gilbert 4cc2bcabe1 SHERLOCK: RT: Fix inventory tooltips when in a scene with a mask
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-31 17:32:38 -04:00
..
tattoo_darts.cpp SHERLOCK: Fix compiler warnings 2015-07-12 23:09:38 -04:00
tattoo_darts.h SHERLOCK: Fix compiler warnings 2015-07-12 23:09:38 -04:00
tattoo_debugger.cpp SHERLOCK: Split up Debugger class for both games 2015-07-12 22:30:32 -04:00
tattoo_debugger.h SHERLOCK: Split up Debugger class for both games 2015-07-12 22:30:32 -04:00
tattoo_fixed_text.cpp SHERLOCK: RT: Fix placement of journal text 2015-07-26 22:47:36 -04:00
tattoo_fixed_text.h SHERLOCK: RT: Fix placement of journal text 2015-07-26 22:47:36 -04:00
tattoo_inventory.cpp SHERLOCK: RT: Inventory window now partially showing 2015-06-28 20:10:02 -04:00
tattoo_inventory.h SHERLOCK: RT: Inventory window now partially showing 2015-06-28 20:10:02 -04:00
tattoo_journal.cpp SHERLOCK: RT: Further fixes for _lookupTable1 init 2015-07-30 22:36:11 -04:00
tattoo_journal.h SHERLOCK: RT: Cleanup and fleshing out of saving 2015-07-05 19:16:54 -04:00
tattoo_map.cpp SHERLOCK: RT: Fix memory leaks 2015-07-29 08:29:00 -04:00
tattoo_map.h SHERLOCK: RT: Consolidate scroll position into the Screen class 2015-07-04 11:28:55 -04:00
tattoo_people.cpp SHERLOCK: RT: Fix centering screen on person when scene starts 2015-07-25 17:24:31 -04:00
tattoo_people.h SHERLOCK: RT: Fix centering screen on person when scene starts 2015-07-25 17:24:31 -04:00
tattoo_resources.cpp SHERLOCK: Add initialization of RT character portraits and names 2015-06-06 17:50:57 -04:00
tattoo_resources.h SHERLOCK: Add initialization of RT character portraits and names 2015-06-06 17:50:57 -04:00
tattoo_scene.cpp SHERLOCK: RT: Fix inventory tooltips when in a scene with a mask 2015-07-31 17:32:38 -04:00
tattoo_scene.h SHERLOCK: RT: Stop windows from going off-screen to the right 2015-07-26 21:15:57 -04:00
tattoo_talk.cpp SHERLOCK: RT: Fix crash from adding text window multiple times 2015-07-26 18:33:11 -04:00
tattoo_talk.h SHERLOCK: RT: Fixes to display talk window 2015-07-05 17:10:34 -04:00
tattoo_user_interface.cpp SHERLOCK: RT: Fix rendering of of scene masks 2015-07-31 08:33:19 -04:00
tattoo_user_interface.h SHERLOCK: RT: Fix inventory tooltips when in a scene with a mask 2015-07-31 17:32:38 -04:00
tattoo.cpp SHERLOCK: RT: Fix initialization and saving of inv item requiredFlag values 2015-07-30 08:30:25 -04:00
tattoo.h SHERLOCK: RT: Fix Options dialog event handling 2015-07-24 21:47:05 -04:00
widget_base.cpp SHERLOCK: RT: Stop windows from going off-screen to the right 2015-07-26 21:15:57 -04:00
widget_base.h SHERLOCK: RT: Refactoring scrolling code to WidgetBase 2015-07-25 23:24:39 -04:00
widget_credits.cpp SHERLOCK: RT: Split TattooEngine code into separate widget classes 2015-07-22 20:26:28 -04:00
widget_credits.h SHERLOCK: RT: Split TattooEngine code into separate widget classes 2015-07-22 20:26:28 -04:00
widget_files.cpp SHERLOCK: RT: Fix compiler warnings 2015-07-26 23:25:29 -04:00
widget_files.h SHERLOCK: RT: Implement Files dialog event handling 2015-07-26 09:24:02 -04:00
widget_hangman.cpp SHERLOCK: RT: Remove redundant keypad checks 2015-07-28 21:10:21 -04:00
widget_hangman.h SHERLOCK: RT: Split TattooEngine code into separate widget classes 2015-07-22 20:26:28 -04:00
widget_inventory.cpp SHERLOCK: RT: Fix inventory tooltips when in a scene with a mask 2015-07-31 17:32:38 -04:00
widget_inventory.h SHERLOCK: RT: Show tooltip when selecting scene object to use item on 2015-07-19 17:31:40 -04:00
widget_lab.cpp SHERLOCK: RT: Fix movement and tooltip display when dragging lab objects 2015-07-25 15:59:53 -04:00
widget_lab.h SHERLOCK: RT: Keep lab scene widget active after displaying messages 2015-07-21 08:12:47 -04:00
widget_options.cpp SHERLOCK: RT: Fix compiler warnings 2015-07-26 23:25:29 -04:00
widget_options.h SHERLOCK: RT: Hook up ScummVM save/load dialogs in-game 2015-07-25 10:27:49 -04:00
widget_quit.cpp SHERLOCK: RT: Hook up ScummVM save/load dialogs in-game 2015-07-25 10:27:49 -04:00
widget_quit.h SHERLOCK: RT: Hook up ScummVM save/load dialogs in-game 2015-07-25 10:27:49 -04:00
widget_talk.cpp SHERLOCK: RT: Fix scrolling talk window 2015-07-26 20:58:26 -04:00
widget_talk.h SHERLOCK: RT: Implement talk dialog setStatementLines 2015-07-03 15:55:15 -04:00
widget_text.cpp SHERLOCK: RT: Fix crash loading text window when talking to Wiggins 2015-07-18 22:44:15 -04:00
widget_text.h SHERLOCK: RT: Code for positioning text windows over characters 2015-06-26 19:42:54 -04:00
widget_tooltip.cpp SHERLOCK: RT: Fix movement and tooltip display when dragging lab objects 2015-07-25 15:59:53 -04:00
widget_tooltip.h SHERLOCK: RT: Fix movement and tooltip display when dragging lab objects 2015-07-25 15:59:53 -04:00
widget_verbs.cpp SHERLOCK: RT: Fix crash if clicking at very top of Verbs menu 2015-07-13 21:09:33 -04:00
widget_verbs.h SHERLOCK: RT: Finish display of right-click Verbs menu 2015-06-26 22:31:59 -04:00