Commit Graph

132 Commits

Author SHA1 Message Date
Paul Gilbert
dce42abe46 TSAGE: Implemented dispatch method for R2R scene 1750 2013-09-01 22:23:35 -04:00
Paul Gilbert
cf7d1378c8 TSAGE: Fix for initialising inventory for new R2R games 2013-09-01 10:03:30 -04:00
Torbjörn Andersson
18c648c937 TSAGE: Silence GCC warning about variable being shadowed 2013-08-25 22:55:42 +02:00
Paul Gilbert
19e970e9e0 TSAGE: Further R2R scene 1550 renaming, and fixing tracking junk state 2013-08-24 20:45:18 -04:00
Paul Gilbert
81a2892229 TSAGE: Clean up of R2R scene 1550 player position tracking 2013-08-24 15:38:51 -04:00
Strangerke
52059bf95c TSAGE: Replace some British English by American English 2013-08-22 23:37:55 +02:00
Torbjörn Andersson
cca4e41bf1 TSAGE: Fix illegal address computation, CID 1047259
We want the address right after the last element of _fadePaletteMap.
There was probably no actual damage done since _paletteMap[] would
likely be right after in memory, and that's zeroed as well. But it
was still wrong.
2013-08-21 15:18:55 +02:00
Paul Gilbert
d2f0dc56b2 TSAGE: Fixes for displaying landing bay control panel 2013-08-18 15:11:10 -04:00
Strangerke
c1c2e0dd2e TSAGE: R2R: Fix food submenu on ship computer (Scene 125) 2013-08-18 19:46:44 +02:00
Paul Gilbert
472618ffff TSAGE: Bugfixes for R2R drive room 2013-07-20 23:26:25 -04:00
Paul Gilbert
b79fd7e965 TSAGE: Work on setup of R2R engine palette maps 2013-07-20 18:46:55 -04:00
Paul Gilbert
b7fbf23673 TSAGE: Fixes for R2R scanner dialog 2013-07-16 23:20:58 -04:00
Paul Gilbert
e17095df2e TSAGE: Bugfixes for R2R drive room, and work on scanner modal dialog 2013-07-16 09:19:19 -04:00
Paul Gilbert
a986df44e8 TSAGE: Fixes for R2R Crane Controls 2013-07-13 17:11:11 -04:00
Paul Gilbert
8b71a631ea TSAGE: Further fixes for R2R landing bay 2013-07-11 09:05:50 -04: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
Paul Gilbert
108e709b9b TSAGE: Fix for bug #3541354 - Nico shooting player after being tied up 2012-07-11 21:20:52 +10:00
Paul Gilbert
d5127d49ee TSAGE: Implemented the initial loading logic for R2R animation player 2012-02-26 17:29:45 +11:00
Paul Gilbert
b6a0d8052b TSAGE: Replace previously unknown value _v58ec2 with _uiElements._active 2012-02-14 22:43:46 +11:00
Paul Gilbert
fc1d93ee1b TSAGE: Implemented missing R2R method SceneHandler::setupPaletteMaps 2012-02-14 21:07:12 +11:00
Strangerke
4b2938c9d0 TSAGE: R2R - Very preliminary implementation of scene 1337 2012-02-09 22:59:33 +01:00
Paul Gilbert
27360d2071 TSAGE: Initial implementation of R2R Scene 180 2012-02-05 13:20:18 +11:00
Strangerke
81bc722605 TSAGE: R2R - Implement scene 900 2012-01-31 23:36:52 +01:00
Strangerke
db26984ed4 TSAGE: R2R- Implement scene 1950 2012-01-25 22:08:40 +01:00
Strangerke
888c341c7a TSAGE: R2R - Implement scene 1925 2012-01-22 11:50:15 +01:00
Paul Gilbert
4e118ccf98 TSAGE: Implemented R2R Scene 500 2012-01-22 13:16:09 +11:00
Strangerke
1c84ef4738 TSAGE: R2R - Implement scene 1900 2012-01-20 23:39:37 +01:00
Strangerke
00a9d394a5 TSAGE: R2R - Implement scene 1700 2012-01-18 23:21:50 +01:00
Strangerke
9e2f1b6a42 TSAGE: R2R - Preliminar implementation of scene 1550
Also implement a couple of functions used by scene 1200
2012-01-13 21:56:55 +01:00
Strangerke
3f05ee5452 TSAGE: R2R - Add some global variables, fix some default values 2012-01-10 20:10:46 +01:00
Strangerke
8327189f8c TSAGE: R2R - Implement scene 1100 2012-01-07 20:33:00 +01:00
Strangerke
a9fa9e14cd TSAGE: R2R - Implement scene 3800.
sub1B007() is still stubbed as _field312 usage is conflicting with IDB structure
2012-01-04 15:10:45 +01:00
Strangerke
79328a393f TSAGE: R2R - Preliminar implementation of scene 3600 2012-01-03 13:34:38 +01:00
Paul Gilbert
a837bb409a TSAGE: Revert buggy implementation of dirty rects
This reverts commit f69dfba21a.
2012-01-01 16:37:24 +11:00
Strangerke
3539c5e981 TSAGE: R2R - Partial implementation of scene 3375. 2011-12-29 00:16:58 +01:00
Strangerke
9ba55105fc TSAGE: R2R - Implement scene 3400 2011-12-25 23:41:03 +01:00
Strangerke
014536cf3f TSAGE: R2R - Fix a couple of bugs in scene 2000, Fix calls to disableControl() with parameters
Also remove several obsolete warnings
2011-12-22 20:23:48 +01:00
Strangerke
cdd9ab3b70 TSAGE: R2R - Implement scene 3245 2011-12-22 18:35:30 +01:00
Strangerke
62f4bb6ac1 TSAGE: R2R - Implement scene 3150 2011-12-20 23:56:26 +01: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
18cfbc6c2d TSAGE: Bugfixes and extra commenting for R2R conversation display 2011-12-12 22:07:38 +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
5ac244313f TSAGE: R2R - Implement scene 2450 2011-12-11 00:36:04 +01: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
7c78fe0d22 TSAGE: R2R - Partial implementation of scene 2000 2011-11-24 08:17:37 +01:00
Strangerke
f66828a462 TSAGE: Blue Force - Cleanup: Rename some more functions and variables 2011-11-22 08:12:59 +01:00
Paul Gilbert
718e314601 TSAGE: Basic implementation of R2RW scene 300 - Bridge 2011-11-17 22:03:00 +11:00
Johannes Schickel
61795739f8 COMMON: Rename Common::set_to to Common::fill.
This makes the name match with the name of the STL function with the same
behavior.
2011-11-16 18:06:30 +01:00
Paul Gilbert
4acd90ac1f TSAGE: Implemented R2RW SceneArea and SceneExit classes 2011-11-16 19:48:52 +11:00
Strangerke
2acfca8998 TSAGE: BF - Some more renaming 2011-11-12 00:44:48 +01:00