Commit Graph

68 Commits

Author SHA1 Message Date
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
Paul Gilbert
efd594993d TSAGE: Don't allow saving in Ringworld copy protection dialog 2018-08-21 19:24:25 -07:00
Paul Gilbert
cce93d3b44 TSAGE: Fix ejecting disc from left cycle's drive in Ringworld 1 2018-08-20 20:02:13 -07:00
Torbjörn Andersson
70a2ca8b7d JANITORIAL: Silence more GCC 7 warnings
All these fall through were marked as deliberate, so again I've only
changed the comment to silence GCC.
2017-08-06 13:30:51 +02:00
Ori Avtalion
253e18c440 JANITORIAL: Reduce GUI header dependencies 2016-04-14 13:30:14 +03:00
Ori Avtalion
e9f196bb57 TSAGE: Reduce GUI header dependencies 2016-04-13 16:56:45 +03:00
Paul Gilbert
077250acfb TSAGE: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:28 -04:00
Strangerke
27febf8574 TSAGE: Ringworld - Declare _sitFl as a boolean 2015-01-26 23:13:40 +01:00
Strangerke
3e8456e0f8 TSAGE: Ringworld - Fix unitialized variable 2015-01-26 22:59:32 +01:00
Thierry Crozat
322279be77 TSAGE: Add list of files that contain translatable strings 2014-10-04 01:09:00 +01:00
Paul Gilbert
3eae62378d TSAGE: Fix incorrect scene item resource in Ringworld 1 2014-07-01 22:15:36 -04:00
Johannes Schickel
6e715e186a TSAGE: Make GPL headers consistent with themselves. 2014-02-18 02:39:39 +01:00
Strangerke
0261045ead TSAGE: Janitorial - Remove trailing spaces 2014-02-16 18:32:36 +01:00
Strangerke
0e6c4de8c6 TSAGE: Ringworld - Remove a redundant check on the previous scene number in scene 9500 2014-02-09 00:36:50 +01:00
Strangerke
2e388b3343 TSAGE: Ringworld - Reduce the scope of a couple of variables 2014-02-09 00:29:52 +01:00
Strangerke
8305183e87 TSAGE: Ringworld - Some renaming in scene 2230 2013-12-19 08:09:22 +01:00
Strangerke
0bcbf931ed TSAGE: Ringworld - Remove a useless variable 2013-12-19 08:08:54 +01:00
Strangerke
0948d06845 TSAGE: Remove 3 useless variable from Scene, increment savegame version 2013-12-19 08:00:25 +01:00
Strangerke
ca7a5cbfc3 TSAGE: Some renaming in StripManager 2013-12-19 07:48:08 +01:00
Strangerke
793f2c4e05 TSAGE: Remove a couple of useless/obsolete warnings 2013-11-24 02:13:48 +01:00
Strangerke
d949a60dd8 TSAGE: RINGWORLD - Remove unused object, remove erroneous comments 2013-11-24 01:45:32 +01:00
Strangerke
303de2d95e TSAGE: Ringworld - Renaming in scene 90 2013-11-11 22:37:37 +01:00
Strangerke
f5cad57f49 TSAGE: Ringworld: Renaming in scene 60 2013-11-11 21:48:34 +01:00
Strangerke
0939d6ca2a TSAGE: Ringworld: renaming in scene 50, ...
Also:
- some minor refactoring in scene 30
- bugfixing of background in scene 50
- modification of original behavior for LOOK cursor on the wall, which was inappropriate.
- misc comments of useless objects
- reduce scope of some variables
2013-11-11 19:19:45 +01:00
Strangerke
e14e727437 TSAGE: Ringworld - Renaming in scene 40, remove a useless variable 2013-11-11 17:53:52 +01:00
Strangerke
55b5bf59c1 TSAGE: Ringworld - Renaming in scene 20, small refactoring, remove a useless variable 2013-11-11 15:40:30 +01:00
Strangerke
3f8027a67f TSAGE: Ringworld - Renaming in scene 15 2013-11-11 15:13:44 +01:00
Strangerke
a99f3ca817 TSAGE: Ringworld - Renaming in scene 10 2013-11-11 13:45:45 +01:00
Strangerke
7847967798 TSAGE: Janitorial - Remove trailing spaces and tabs 2013-11-10 23:00:15 +01:00
Strangerke
7e1f280a9b TSAGE: Ringworld - Remove one useless variable. Savegame compatibility preserved. 2013-11-02 16:22:35 +01:00
Strangerke
90a6a2168a TSAGE: Fix CID 1002392 and CID 1002387 2013-10-27 13:15:31 +01:00
Strangerke
d596f4670b TSAGE: Fix CID 1002385, 1002386, 1002388. Move some code from header to source file 2013-10-27 13:15:30 +01:00
Torbjörn Andersson
e5e90434f3 TSAGE: Fix stray "You have no use for that." message
This would happen in Ringworld when clicking on the slot in the
flycycle. I have compared the behaviour to the original, and I
can't see any obvious differences after my change. CID 1003728
2013-07-16 19:19:45 +02:00
Strangerke
e65597c8f3 TSAGE: Fix some non-initialized variables. CID 1002389, 1002390, 1002391 2013-04-27 11:43:41 +02:00
Johannes Schickel
89abab97e3 JANITORIAL: Remove trailing whitespaces.
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Johannes Schickel
18ab9a1ef1 TSAGE: Fix "if" formatting. 2012-08-09 03:26:55 +02:00
Strangerke
78310d0f4b TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for reporting it. 2012-08-07 19:07:01 +02: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
5c6e1f168c TSAGE: Centralised all the setDetails methods in the various games
This puts them all in the common SceneHotspot class, rather than each game having their own repeated implementations of them.
2011-12-27 20:13:50 +11:00
Paul Gilbert
a4934fe05a TSAGE: Moved look/use/talk descriptions to SceneItem class, and implemented R2R SceneExt::display 2011-12-22 21:55:46 +11:00
Paul Gilbert
96d15e83db TSAGE: Bugfix for Ringworld saving and restoring via options dialog 2011-12-18 21:18:33 +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
24740b30bd TSAGE: Disallow saving and loading via the GMM when a dialog is active 2011-12-17 13:13:44 +11:00
Strangerke
29fb48b74b TSAGE: Ringworld - Cleanup: Remove useless include 2011-11-28 21:35:07 +01:00
Strangerke
7a494ed7cd TSAGE: Ringworld - Cleanup: Rename some variables 2011-11-17 01:05:04 +01:00
Paul Gilbert
9debde02e4 TSAGE: Implemented Blue Force Options dialog and moved Inventory dialog to Ringworld namespace 2011-10-31 19:51:01 +11:00
Torbjörn Andersson
a010038492 JANITORIAL: Remove unnecessary semicolons 2011-10-29 11:23:44 +02:00
Paul Gilbert
39c175f783 TSAGE: Bugfix for #3423512 - Not being able to get crown 2011-10-14 21:22:23 +11:00
Paul Gilbert
2ac551aa28 TSAGE: Bugfix for Ringworld demo having save/restore buttons enabled in GMM
This splits checking if save and load are enabled to the individual game classes.
2011-10-14 20:49:06 +11:00