Commit Graph
35 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Eugene Sandulenko fe0193b914 JANITORIAL: Remove unndeded "common/translation.h" include 2020-08-27 20:26:45 +02:00
D G Turner 27d26a49ea TSAGE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-28 02:10:52 +00:00
Ori Avtalion 253e18c440 JANITORIAL: Reduce GUI header dependencies 2016-04-14 13:30:14 +03:00
Paul Gilbert 077250acfb TSAGE: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:28 -04:00
Paul Gilbert a8d1454e16 TSAGE: Fix for R2R game/help dialog not accepting Fn keys 2014-06-08 16:57:51 -04:00
Johannes Schickel 6e715e186a TSAGE: Make GPL headers consistent with themselves. 2014-02-18 02:39:39 +01:00
Strangerke 0657b7a072 TSAGE: Fix again #6507 - Regression introduced in a41db1939c 2014-02-16 22:57:52 +01:00
Strangerke a41db1939c TSAGE: Fix bug #6519 - Mouse pointer behavior in dialog menu 2014-02-16 19:25:32 +01:00
Strangerke 4d7d1aed42 TSAGE: R2R - Fix default cursor when switching characters 2014-01-29 23:33:55 +01:00
Strangerke e59c652b4b TSAGE: R2R - Fix bug #6507 by resetting mouse cursor when switching character in different rooms 2014-01-27 23:24:44 +01:00
Strangerke 3a236181c4 TSAGE: Get rid of some magic values 2014-01-27 07:54:50 +01:00
Paul Gilbert 74fbd2de82 TSAGE: Fix for R2R cursor closing dialogs on title screen 2014-01-14 20:12:38 -05:00
Paul Gilbert c26ed6505f TSAGE: Fixes for R2R right click dialog choosing cursor or help/player dialog 2013-11-24 16:59:44 -05:00
Strangerke 7847967798 TSAGE: Janitorial - Remove trailing spaces and tabs 2013-11-10 23:00:15 +01:00
Paul Gilbert 8ec78f4ed0 TSAGE: Set R2R dialogs to restore the palette after closing 2013-11-02 12:35:00 -04:00
Paul Gilbert b21534b5d1 TSAGE: Fixes for not allowing walk cursor to be selected when walking disabled 2013-10-07 17:30:25 -04:00
Filippos Karapetis 916fa0ce84 TSAGE: Minor renaming for R2R
Rename the R2R character indexes to the corresponding character enum
(i.e. R2_NONE, R2_QUINN, R2_SEEKER, R2_MIRANDA)
2013-09-26 10:11:02 +03:00
Paul Gilbert d59e2bef5a TSAGE: Bugfixes for Spill Mountain maze 2013-09-10 20:25:22 -04:00
Paul Gilbert bfd7d71c5e TSAGE: Fixed playing of scanner tones when switching between characters 2013-08-24 11:18:58 -04:00
Paul Gilbert b7fbf23673 TSAGE: Fixes for R2R scanner dialog 2013-07-16 23:20:58 -04:00
Strangerke 78310d0f4b TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for reporting it. 2012-08-07 19:07:01 +02:00
Strangerke 9279b25694 TSAGE: JANITORIAL: Remove trailing spaces 2012-02-25 12:44:37 +01:00
Paul Gilbert 83acabfdbd TSAGE: Do all screen drawing in an intermediate temporary screen surface.
This will be the first half of properly handling on screen dirty rects.
2012-01-01 16:37:24 +11:00
Paul Gilbert a837bb409a TSAGE: Revert buggy implementation of dirty rects
This reverts commit f69dfba21a.
2012-01-01 16:37:24 +11:00
Paul Gilbert f69dfba21a TSAGE: Implemented dirty rect handling in the engine
This should help improve performance when scalers are being used.
2011-12-18 18:08:45 +11:00
Paul Gilbert 518d4cd429 TSAGE: Changed the Player characterIndex int field to be a proper enum 2011-12-11 17:46:58 +11:00
Strangerke dc62da925f TSAGE: R2R - Fix several erroneous references to BF_GLOBALS 2011-12-05 23:45:59 +01:00
Paul Gilbert e3758f5a5a TSAGE: Fixed array subscript in dialog button loop 2011-11-28 21:27:43 +11:00
Paul Gilbert 3fb2776c77 TSAGE: Change the cursor to an arrow when showing the R2R help dialog 2011-11-10 21:02:20 +11:00
Paul Gilbert 8eeb8f2814 TSAGE: Implemented R2R help dialog 2011-11-10 20:58:28 +11:00
Paul Gilbert 5d08dbfa11 TSAGE: Implemented the character selection dialog logic in R2RW 2011-11-02 20:44:28 +11:00
Paul Gilbert 56dc665480 TSAGE: Fix compiler warning 2011-11-01 22:01:00 +11:00
Paul Gilbert 5ae9c15cdc TSAGE: Added display logic for character selection dialog in R2RW 2011-11-01 21:07:57 +11:00
Paul Gilbert d3c8a8e95e TSAGE: Implemented Ringworld 2 right click dialog 2011-10-23 22:12:05 +11:00