Commit Graph
45 Commits
Author SHA1 Message Date
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 3da3dda187 SHERLOCK: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:27 -04:00
Paul Gilbert 9b17bf31d4 SHERLOCK: Fix Coverity warnings about uninitialized fields 2015-11-16 19:10:22 -05:00
Paul Gilbert 09e506381e SHERLOCK: RT: Minor fixes and added highlight enum to Journal 2015-08-20 22:26:22 -04:00
Torbjörn Andersson 5a7cb98ec3 SHERLOCK: Remove unused (and misspelled) variable 2015-08-09 23:07:13 +02:00
Paul Gilbert 28af73777b SHERLOCK: RT: Fix crash when clicking in inventory at start of game 2015-08-09 11:59:52 -04:00
Paul Gilbert 41e1320d83 SHERLOCK: RT: Fix display of scrollbar up/arrow arrows 2015-08-08 12:41:46 -04:00
Paul Gilbert a66f42fe20 SHERLOCK: RT: Minor differences in talk code 2015-08-02 23:11:25 -04:00
Paul Gilbert 238ec804cf SHERLOCK: RT: Fix crash when scrollbar count equals page size 2015-07-31 18:38:32 -04:00
Paul Gilbert c2d1369546 SHERLOCK: RT: Stop windows from going off-screen to the right 2015-07-26 21:15:57 -04:00
Paul Gilbert b2de771613 SHERLOCK: RT: Implement Files dialog event handling 2015-07-26 09:24:02 -04:00
Paul Gilbert d8cdaabadf SHERLOCK: RT: Further fixes for scrolling in Files dialog 2015-07-26 07:49:03 -04:00
Paul Gilbert 05eb787ce5 SHERLOCK: RT: Refactoring scrolling code to WidgetBase 2015-07-25 23:24:39 -04:00
Paul Gilbert 1d16677e35 SHERLOCK: RT: Implemented rendering of Files dialog 2015-07-25 21:25:59 -04:00
Paul Gilbert cb9aab65b0 SHERLOCK: RT: Clean up handling of WidgetLab for lab table scene 2015-07-25 11:26:09 -04:00
Paul Gilbert e77f9f1779 SHERLOCK: RT: Hook up ScummVM save/load dialogs in-game 2015-07-25 10:27:49 -04:00
Paul Gilbert 1018dad556 SHERLOCK: RT: Implemented Options dialog rendering 2015-07-23 21:50:45 -04:00
Paul Gilbert c38d8d9617 SHERLOCK: RT: Keep lab scene widget active after displaying messages 2015-07-21 08:12:47 -04:00
Paul Gilbert a9150b5c3c SHERLOCK: RT: Show tooltip when selecting scene object to use item on 2015-07-19 17:31:40 -04:00
Paul Gilbert 20a31501e6 SHERLOCK: RT: Fix showing look window for inventory items 2015-07-18 14:19:22 -04:00
Paul Gilbert 476d127de4 SHERLOCK: RT: Fix scrollbar event handling 2015-07-16 20:21:40 -04:00
Paul Gilbert f4bd1b5948 SHERLOCK: RT: Fix display of scrollbar in the talk window 2015-07-15 21:43:09 -04:00
Paul Gilbert 18406818eb SHERLOCK: RT: Fix map tooltip display when map is scrolled 2015-07-15 07:41:54 -04:00
Paul Gilbert b7c2c345e3 SHERLOCK: RT: Fix display of tooltips in scrolled scenes 2015-07-08 19:10:42 -04:00
Paul Gilbert 3d20072fd8 SHERLOCK: RT: Fix display of inventory in scrolled scenes 2015-07-08 08:35:03 -04:00
Paul Gilbert ed2caf7cd6 SHERLOCK: RT: Fix display of verb menu in wide-screen scenes 2015-07-07 21:25:55 -04:00
Paul Gilbert 9ca62e6f61 SHERLOCK: RT: Consolidate scroll position into the Screen class 2015-07-04 11:28:55 -04:00
Paul Gilbert 323a16e51c SHERLOCK: RT: Implement scrollbar event handling 2015-07-03 11:24:48 -04:00
Paul Gilbert 8d7528c4ce SHERLOCK: RT: Implemented render method for talk dialog 2015-07-02 23:10:24 -04:00
Paul Gilbert 169f4b94f2 SHERLOCK: RT: Fix looking at characters 2015-07-02 20:13:21 -04:00
Paul Gilbert 4ff695524a SHERLOCK: RT: Fix order of drawing sprites and on-screen widgets 2015-06-30 08:32:58 -04:00
Paul Gilbert 2664ee6314 SHERLOCK: RT: Create a tooltip base clsas 2015-06-30 08:29:09 -04:00
Paul Gilbert 27673dbe24 SHERLOCK: RT: Fix compiler warnings 2015-06-25 20:50:58 -04:00
Paul Gilbert 05ba90b7e7 SHERLOCK: RT: Implemented shaded background for dialogs 2015-06-25 08:28:49 -04:00
Paul Gilbert 239784b13d SHERLOCK: RT: Beginnings of look window display 2015-06-22 21:38:52 -04:00
Paul Gilbert 0a8630ab46 SHERLOCK: RT: Implemented drawJournalControls 2015-06-21 14:44:32 -04:00
Paul Gilbert 3adaf2f999 SHERLOCK: RT: Implement inventory handleEvents 2015-06-21 08:46:38 -04:00
Paul Gilbert 4a88c69b5d SHERLOCK: RT: Refactored map to use the tooltip widget 2015-06-20 17:29:40 -04:00
Paul Gilbert 4318e0072b SHERLOCK: RT: Simplify drawing of tooltips
All drawing code has been refactored into WidgetBase, so the
different descendants don't have to duplicate drawing to the screen
2015-06-20 15:48:18 -04:00
Paul Gilbert c3621a0b0c SHERLOCK: RT: Fix char tests to be unsigned in splitLines 2015-06-20 14:42:10 -04:00
Paul Gilbert 4ce4431c61 SHERLOCK: RT: Beginnings of inventory menu widget 2015-06-19 19:45:06 -04:00
Paul Gilbert 223c27028d SHERLOCK: RT: Replace some constant values with _opcodes[OP_NULL] 2015-06-18 21:53:50 -04:00
Paul Gilbert 7186eab65f SHERLOCK: RT: Implement loading for the text window widget 2015-06-18 21:48:27 -04:00
Paul Gilbert ed6c10e022 SHERLOCK: RT: Implement lookatObject and printObjectDesc 2015-06-17 18:54:39 -04:00
Paul Gilbert 09bd10c6cb SHERLOCK: RT: Implemented WidgetVerbs execute 2015-06-16 21:13:34 -04:00