Filippos Karapetis
e2a92bff29
DREAMWEB: Port 'diarykeyp', 'diarykeyn' to C++
2011-12-09 18:55:02 +02:00
Filippos Karapetis
6c5f424540
DREAMWEB: Port 'quitSymbol' to C++
2011-12-09 18:40:34 +02:00
Filippos Karapetis
6d1ab6d8cd
DREAMWEB: Port 'monitorlogo' to C++
2011-12-09 18:19:17 +02:00
Filippos Karapetis
246f7549e4
DREAMWEB: The 'title7graphics' offset is unused
2011-12-09 10:37:26 +02:00
Filippos Karapetis
2bc6af518c
DREAMWEB: Move some strings used by useDiary() out of the blob
2011-12-09 10:30:55 +02:00
Filippos Karapetis
9f2ed38ef1
DREAMWEB: Port 'endgame', 'showgun' to C++
...
Also, remove the associated 'endtextname' and 'gungraphic' offsets from
the blob
2011-12-09 10:14:08 +02:00
Filippos Karapetis
597ff0bb98
DREAMWEB: Port 'soldier1' to C++
2011-12-09 09:43:42 +02:00
Filippos Karapetis
db340ed9b8
DREAMWEB: Convert 'hangonpq' to C++ and remove quitlist from the blob
...
This is the last place where checkCoords() was called without parameters
2011-12-09 01:53:20 +02:00
Filippos Karapetis
baf2cc8b8e
DREAMWEB: Port 'usediary' to C++ and remove diarylist from the blob
2011-12-09 01:24:25 +02:00
Filippos Karapetis
a668c33cd3
DREAMWEB: Port 'dosaveload' to C++ and remove opslist from the blob
2011-12-09 01:04:39 +02:00
Filippos Karapetis
0d90b66d38
DREAMWEB: Port 'discops' to C++
2011-12-09 00:29:11 +02:00
Filippos Karapetis
4fdaba7e5e
DREAMWEB: Port 'talk' to C++. Remove decidelist and talklist offsets
2011-12-09 00:11:24 +02:00
D G Turner
e23d0660ea
DREAMWEB: Remove two unused fade functions from dreamgen.*
2011-12-08 21:58:37 +00: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
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
0d7815e9bb
DREAMWEB: Convert workoutFrames to C++
2011-12-08 19:56:06 +01: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
Filippos Karapetis
67fb3dcd5e
DREAMWEB: 'printoutermon', 'showarrows' ported to C++
2011-12-08 10:52:15 +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
Max Horn
25b6496643
DREAMWEB: Convert doFade()
2011-12-08 00:24:24 +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
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
Filippos Karapetis
aae7192d09
DREAMWEB: 'bossman' ported to C++
2011-12-07 23:33:27 +02:00
Filippos Karapetis
d48bcc9362
DREAMWEB: 'louischair' ported to C++
2011-12-07 23:01:32 +02:00
D G Turner
11b1ec1bc6
DREAMWEB: Blacklist 18 functions already moved to stubs.cpp...
...
Some of these functions in stubs.cpp have been removed or merged since
they are only used in a single place or are now unused.
2011-12-07 20:20:02 +00:00
Filippos Karapetis
5f14d805ca
DREAMWEB: 'alleybarksound', 'drinker', 'interviewer' converted to C++
2011-12-07 22:10:36 +02:00
D G Turner
e27b2aa39d
DREAMWEB: Blacklist 'allocatemem' and remove parameter-less C++ version.
2011-12-07 19:15:25 +00:00
Filippos Karapetis
a155ec59b4
DREAMWEB: 'candles1', 'candles2', 'smallcandle' converted to C++
2011-12-07 21:01:53 +02:00
Willem Jan Palenstijn
f7cd6781d8
DREAMWEB: Convert 'selectlocation'
2011-12-07 19:42:15 +01:00
Filippos Karapetis
ad877e9306
DREAMWEB: 'intromagic2', 'intromagic3' ported to C++
2011-12-07 20:30:17 +02:00
Willem Jan Palenstijn
9e617d0dfd
Merge pull request #127 from fingolfin/dreamweb-cleanup
...
Dreamweb: Remove more dead stuff, advance DreamBase <-> DreamGenContext split
2011-12-07 10:23:21 -08:00
D G Turner
c1b7d25bb7
DREAMWEB: 'clearrest' ported to C++.
2011-12-07 18:00:05 +00:00
D G Turner
bb479f6d7a
DREAMWEB: 'deallocatemem' blacklisted, already ported to C++.
2011-12-07 16:59:49 +00:00
D G Turner
39f2b24f11
DREAMWEB: Remove now unused sound interrupt related functions.
...
All are empty and unused, except for soundStartup() which was called
but was empty and soundCheckInt which unconditionally set kTestResult
to 1 (assumed to be "Test Pass"), but this value is not used anywhere
and the function was not called anyway, so safe to remove.
2011-12-07 16:40:57 +00:00