Commit Graph

117 Commits

Author SHA1 Message Date
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
Strangerke
302c733df9 TSAGE: BF - Cleanup: Rename two more global variables 2011-11-09 09:19:33 +01:00
Strangerke
9b8b841094 TSAGE: BF - Cleanup: Rename a couple of global variables, remove a useless global
Savegame version wasn't incremented as the current one is too recent
2011-11-09 08:53:41 +01:00
Strangerke
58b082bcb1 TSAGE: R2R - Intro(?) (50): partial implementation.
Some missing core functions still have to be implemented.
2011-11-08 23:41:45 +01:00
Paul Gilbert
5d08dbfa11 TSAGE: Implemented the character selection dialog logic in R2RW 2011-11-02 20:44:28 +11: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
Paul Gilbert
79a9973b4a TSAGE: Bugfixes for R2RW scene 125 - Console 2011-10-31 15:52:18 +11:00
Paul Gilbert
b6239f3b3d TSAGE: Display UI cursor correctly in R2RW 2011-10-31 11:35:04 +11:00
Paul Gilbert
ef1f96b674 TSAGE: Added skeleton for Geekwad 2011-10-31 10:44:37 +11:00
Paul Gilbert
7ec4052c1b TSAGE: In progress implementation of R2RW scene 125 - Console 2011-10-30 19:47:51 +11:00
Paul Gilbert
44e4e16819 TSAGE: Implemented walk regions enabling/disabling for Blue Force 2011-10-27 19:32:27 +11:00
Paul Gilbert
8b66b16c0e TSAGE: Further work on standardising user interface for use in Blue Force and Return to Ringworld 2011-10-24 21:45:08 +11:00
Paul Gilbert
fad2923658 TSAGE: Initialise the inventory properly in Ringworld 2 2011-10-23 22:12:06 +11:00
Paul Gilbert
1c4bc2f567 TSAGE: Hooking up Return to Ringworld to display the user interface 2011-10-22 22:41:32 +11:00
Paul Gilbert
d3193687a7 TSAGE: Beginnings of support for Return to Ringworld 2011-10-22 20:44:26 +11:00