Commit Graph

50378 Commits

Author SHA1 Message Date
Strangerke
74a5b8db42 TSAGE: R2R - Implement scene 2430 2011-12-08 23:07:45 +01:00
D G Turner
e23d0660ea DREAMWEB: Remove two unused fade functions from dreamgen.* 2011-12-08 21:58:37 +00:00
Filippos Karapetis
2f0376c026 DREAMWEB: offset_decidelist is now unnecessary (regenerated dreamgen.h) 2011-12-08 23:35:41 +02:00
Filippos Karapetis
47fd83e19f DREAMWEB: Port 'decide' to C++ 2011-12-08 23:05:31 +02:00
Filippos Karapetis
128f75739c DREAMWEB: Port 'getunderzoom', 'putunderzoom', 'showdecisions', 'undertextline' to C++ 2011-12-08 22:48:00 +02:00
Filippos Karapetis
8b61fb168d DREAMWEB: Port 'madmanrun' to C++ 2011-12-08 22:05:32 +02:00
Filippos Karapetis
e287ac0e39 DREAMWEB: Port 'afternewroom' to C++ 2011-12-08 21:54:58 +02:00
Willem Jan Palenstijn
cd9a65f340 DREAMWEB: Fix workoutFrames when walking off-screen
This triggered the paranoia asserts.
2011-12-08 20:37:54 +01:00
Filippos Karapetis
05fff73c66 Merge pull request #130 from fingolfin/dreamweb-misc
Dreamweb: convert workoutFrames to c++, some cleanup
2011-12-08 11:12:48 -08:00
Filippos Karapetis
96360bb153 DREAMWEB: Port 'intromonks2' to C++ 2011-12-08 21:10:39 +02:00
Max Horn
c8d4f60852 DREAMWEB: Move more stuff to DreamBase 2011-12-08 20:10:33 +01:00
Max Horn
0d7815e9bb DREAMWEB: Convert workoutFrames to C++ 2011-12-08 19:56:06 +01:00
Max Horn
e4e725fa8d DREAMWEB: Remove unused Register::cbw() 2011-12-08 19:56:06 +01:00
Max Horn
5b43fb6be7 DREAMWEB: Code formatting 2011-12-08 19:52:10 +01:00
Filippos Karapetis
e731d9b813 DREAMWEB: Fix warnings 2011-12-08 20:47:55 +02:00
Filippos Karapetis
fcb2060445 DREAMWEB: Port 'intromonks1' to C++ 2011-12-08 20:43:35 +02:00
Willem Jan Palenstijn
627d3f8d41 DREAMWEB: Move functions to DreamBase 2011-12-08 19:18:27 +01:00
Willem Jan Palenstijn
e40f1af3dc DREAMWEB: Remove globals kCurrentframe, kTakeoff 2011-12-08 19:18:27 +01:00
Willem Jan Palenstijn
e8ccbe3558 DREAMWEB: Convert watchreel and remove global kReelpointer 2011-12-08 19:18:27 +01:00
Filippos Karapetis
7e4a261609 DREAMWEB: Port 'showdiary' to C++ 2011-12-08 12:37:24 +02:00
Willem Jan Palenstijn
c108b9204d DREAMWEB: Fix tasmrecover 2011-12-08 11:32:03 +01:00
Filippos Karapetis
1d0ba8e8e6 DREAMWEB: Port 'showcooker' to C++ 2011-12-08 12:18:52 +02:00
Filippos Karapetis
d6c371e6ff DREAMWEB: Port 'middlepanel' to C++ 2011-12-08 12:10:43 +02:00
Filippos Karapetis
2a2c9d5951 DREAMWEB: Port 'showopbox', 'showsaveops', 'showloadops' to C++ 2011-12-08 11:59:48 +02:00
Filippos Karapetis
87e60f8430 DREAMWEB: Port 'copper' to C++. Remove 'advisor' (unused) 2011-12-08 11:37:35 +02:00
Willem Jan Palenstijn
5b32729e55 DREAMWEB: Move some data accessor functions to DreamBase 2011-12-08 10:14:37 +01:00
Filippos Karapetis
67fb3dcd5e DREAMWEB: 'printoutermon', 'showarrows' ported to C++ 2011-12-08 10:52:15 +02:00
Filippos Karapetis
34b6935cda DREAMWEB: Add missing semicolon 2011-12-08 10:33:16 +02:00
Filippos Karapetis
5b5a684c05 Merge pull request #128 from fingolfin/dreamweb-segments
DREAMWEB: Refactor segment management
2011-12-08 00:31:33 -08:00
Filippos Karapetis
02fed995a9 Merge pull request #129 from fingolfin/dreamweb-sound
DREAMWEB: Move sound related code to a new source file
2011-12-08 00:14:04 -08: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
fee917cc05 TSAGE: Fix crash in R2R fallback scene display method 2011-12-08 15:16:00 +11:00
Paul Gilbert
eb862627f4 TSAGE: Bugfix initialisation of R2R scene 2425 that caused crashes when clicking on items 2011-12-08 15:03:53 +11:00
Paul Gilbert
46ee76b1b4 TSAGE: Fix objects in R2R scene 2425 to properly call base methods 2011-12-08 14:47:46 +11:00
Paul Gilbert
481ebbf2d9 TSAGE: Bugfix to correctly horizontally center text in R2R 2011-12-08 10:59:48 +11:00
Max Horn
cb0a12033b DREAMWEB: Move more stuff to DreamBase 2011-12-08 00:24:25 +01:00
Max Horn
25b6496643 DREAMWEB: Convert doFade() 2011-12-08 00:24:24 +01:00
Max Horn
b07edcb8fe DREAMWEB: Move printBoth, printChar, printDirect to DreamBase 2011-12-08 00:24:22 +01:00
Max Horn
460e53172b DREAMWEB: Refactor segment management
All segment code is now in a new header file segment.h. A new class
takes care of managing the segments: SegmentManager. The DreamBase class
subclasses this -- thus, segments can now be accessed from within it.
2011-12-08 00:24:22 +01:00
Willem Jan Palenstijn
5ab404f5ba DREAMWEB: Reduce code duplication 2011-12-08 00:08:25 +01:00
Filippos Karapetis
b02a957f77 DREAMWEB: 'examineinventory' ported to C++ 2011-12-08 00:57:14 +02:00
D G Turner
4bdd112e7b DREAMWEB: Ported 'runintroseq' to C++. 2011-12-07 22:43:15 +00:00
Filippos Karapetis
1f4414fc54 DREAMWEB: 'monkandryan' ported to C++ 2011-12-08 00:41:10 +02:00
Filippos Karapetis
61c2331af3 DREAMWEB: 'priest' and 'priesttext' ported to C++ 2011-12-08 00:04:55 +02:00
Strangerke
a6ab173824 TSAGE: R2R - Implement scene 2425 2011-12-07 22:42:40 +01:00
Filippos Karapetis
aae7192d09 DREAMWEB: 'bossman' ported to C++ 2011-12-07 23:33:27 +02:00
Filippos Karapetis
6d7053dec9 DREAMWEB: Fixed regression in louisChair() 2011-12-07 23:05:41 +02:00
Filippos Karapetis
d48bcc9362 DREAMWEB: 'louischair' ported to C++ 2011-12-07 23:01:32 +02:00
Max Horn
45a99e7276 DREAMWEB: Move sound related code to a new source file 2011-12-07 21:58:31 +01:00