Commit Graph

218 Commits

Author SHA1 Message Date
Paul Gilbert
e7df8b60e1 TSAGE: Disable saving in R2R when actors have been copied to the background 2013-10-10 20:46:22 -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
Paul Gilbert
402b7a0371 TSAGE: R2R changes to UI disablement to match the original 2013-10-07 10:11:50 -04:00
Paul Gilbert
548e6e3f52 TSAGE: R2R bugfix for objects being removed and then readded incorrectly 2013-10-05 08:35:28 -04:00
Paul Gilbert
b2fe6232c2 TSAGE: Implemented proper R2R object/player shading 2013-09-29 15:24:32 -04:00
Paul Gilbert
abfae92fa6 TSAGE: Renaming and bugfixes for R2R confrontation 2013-09-25 21:36:12 -04:00
Paul Gilbert
c0da007c7a TSAGE: Bugfixes and renaming for entering ARM hanger, and more for Spill Mountains 2013-09-16 23:06:29 -04:00
Paul Gilbert
d837605477 TSAGE: GFX fix for changing to a standard screen from a full height screen 2013-09-15 20:59:20 -04:00
Paul Gilbert
dfe38b6976 TSAGE: Initial bugfixes and renaming for R2R balloon scene 2013-09-14 16:54:41 -04:00
Paul Gilbert
658f86144b TSAGE: Fixes and renaming for R2R rim scene 2013-09-08 14:50:21 -04:00
Paul Gilbert
6ad9f5158c TSAGE: Fix for reseting linked actors in R2R when changing scene 2013-09-01 19:20:45 -04:00
Strangerke
52059bf95c TSAGE: Replace some British English by American English 2013-08-22 23:37:55 +02:00
Paul Gilbert
cc35c422cb TSAGE: Fixes for speaking to Seeker and donning suit in R2R landing bay 2013-08-18 20:42:13 -04:00
Paul Gilbert
d2f0dc56b2 TSAGE: Fixes for displaying landing bay control panel 2013-08-18 15:11:10 -04:00
Paul Gilbert
9d9833537f TSAGE: Added missing logic for copying foreground to background in R2R scene 1100 2013-08-11 14:10:24 -04:00
Paul Gilbert
b79fd7e965 TSAGE: Work on setup of R2R engine palette maps 2013-07-20 18:46:55 -04:00
Sven Hesse
989ea7cb56 JANITORIAL: Remove trailing whitespace 2013-07-14 19:01:47 +02:00
Paul Gilbert
a986df44e8 TSAGE: Fixes for R2R Crane Controls 2013-07-13 17:11:11 -04:00
Paul Gilbert
0154c85c6d TSAGE: Fix for refreshing background and vertical sprite flipping in R2R scene 1200 2013-07-06 10:34:12 -04:00
Paul Gilbert
30bd586490 TSAGE: Bugfix for disappearing player in R2R scene 1200 2013-07-05 21:10:58 -04:00
Paul Gilbert
1e40570ec0 TSAGE: Fix handle leak in resource manager 2013-06-30 08:16:40 -04:00
Strangerke
4a8b0866c4 TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002103, 100214, 1002403, 1002404, 1002405, 1002406, 1002407, 1002408, 1002409, 1002410, 1002411, 1002412, 1002413, 1002414, 2013-04-29 08:01:59 +02:00
Paul Gilbert
1e8b286c84 TSAGE: Bugfixes for R2R animation player 2012-02-27 20:45:55 +11:00
Paul Gilbert
d5127d49ee TSAGE: Implemented the initial loading logic for R2R animation player 2012-02-26 17:29:45 +11:00
Paul Gilbert
975801b670 TSAGE: Disable right click in R2R Scene 1330 2012-02-18 15:26:05 +11:00
Paul Gilbert
27360d2071 TSAGE: Initial implementation of R2R Scene 180 2012-02-05 13:20:18 +11:00
Strangerke
8327189f8c TSAGE: R2R - Implement scene 1100 2012-01-07 20:33:00 +01:00
Willem Jan Palenstijn
159fb89cfd TSAGE: Explain function of sub_F8E5_calculatePoint 2012-01-04 15:46:58 +01:00
Paul Gilbert
0d3287671e TSAGE: Implemented the changes needed for R2R SceneActor::dispatch 2012-01-04 21:52:21 +11:00
Strangerke
bda4e9ba9e TSAGE: Add _field8A to SceneObject, use it in R2R scene 3600 2012-01-03 16:04:10 +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
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
5f89ef2094 TSAGE: R2R look/use/talk fields are more appropriate in the SceneHotspot class 2011-12-22 22:26:08 +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
b5e5328184 TSAGE: Implement R2R 2 parameter versions of Player disableControl and enableControl 2011-12-22 21:12:08 +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
Paul Gilbert
a2da8e6b39 TSAGE: Got rid of goto in TsAGE engine. 2011-12-09 10:13:06 +11:00
Paul Gilbert
7d3c622f6a TSAGE: Bugfix for centering R2R on-screen text by default 2011-12-08 17:25:34 +11:00
Torbjörn Andersson
86514cfe46 TSAGE: Remove unused variable. 2011-12-08 05:37:03 +01:00
Paul Gilbert
481ebbf2d9 TSAGE: Bugfix to correctly horizontally center text in R2R 2011-12-08 10:59:48 +11:00
Paul Gilbert
8a72581bc8 TSAGE: Fixed the R2R player initialisation.
This fixes the problem where the player wouldn't face in the direction they were walking in.
2011-12-03 08:01:40 +11:00
Willem Jan Palenstijn
5518721a17 TSAGE: Work around some uninitialized use warnings
They were false positives, but easy to work around.
2011-11-27 14:00:14 +01:00
Strangerke
8a2500cd64 TSAGE: R2R - Replace oldSceneNumber by an array, as each character has its own 2011-11-23 10:52:36 +01:00
Paul Gilbert
04ae8dbf20 TSAGE: Properly update user interface when switching between characters in R2RW 2011-11-19 16:28:47 +11:00
Paul Gilbert
4c3c8f8ce3 TSAGE: Added new properties and stubs needed for new R2RW functionality 2011-11-17 22:04:10 +11:00
Filippos Karapetis
ec6a9d2872 TSAGE: Removed duplicate assignments 2011-11-04 00:42:42 +02:00
Paul Gilbert
ebc3763d64 TSAGE: Removed game stubs for Geekwad 2011-11-01 21:59:43 +11:00
Paul Gilbert
acdeb1fb31 TSAGE: Added support for semi-transparent dialogs used in R2RW 2011-11-01 21:06:57 +11:00