Commit Graph

28 Commits

Author SHA1 Message Date
Filippos Karapetis
279746fcf0 DREAMWEB: Completely remove all of the runtime, and move everything into DreamWebEngine
Also, remove dead code (allocateMem/deallocateMem)
2011-12-28 15:07:17 +02:00
Willem Jan Palenstijn
4c2d2684ea DREAMWEB: Mass-move variables out of data
This has been done by an automated search/replace, culling unused
variables in the process. The remaining variables in data are all stored
in savegames.
2011-12-28 02:36:52 +01:00
Filippos Karapetis
d503838fd6 DREAMWEB: Moved the two rollEndCredits functions together in print.cpp and renamed them to rollEndCreditsGameWon and rollEndCreditsGameLost 2011-12-26 03:15:47 +02:00
Max Horn
dbe5b50cd3 DREAMWEB: Port rollEm() to C++ 2011-12-26 01:41:56 +01:00
Willem Jan Palenstijn
061d24bb82 DREAMWEB: Move palettes out of buffers 2011-12-23 23:46:38 +01:00
Max Horn
c9e9e5d6d8 DREAMWEB: Add titles.cpp, move some methods to titles.cpp and talk.cpp 2011-12-23 10:18:02 +01:00
Max Horn
a4ffb8fe54 DREAMWEB: Convert fadeDownMon, fadeUpMon, initialMonCols to C++
Note that the two fade methods are currently unused; the only calls to them
are commented out in the asm version of the code.
This change also removes showGroup()
2011-12-23 03:32:50 +02:00
Max Horn
8c8666e811 DREAMWEB: Move backdrop.cpp and more to DreamBase; remove some dead code 2011-12-18 14:13:59 +01:00
Max Horn
8cb92c2367 DREAMWEB: Convert fadeScreenDownHalf to C++ 2011-12-16 17:44:59 +01:00
Max Horn
af85b85a84 DREAMWEB: Convert rollEndCredits/rollEndCredits2 to C++ 2011-12-12 13:26:03 +01:00
Max Horn
ef2096736d DREAMWEB: Convert greyscaleSum, allPalette, dumpCurrent 2011-12-12 11:45:35 +01:00
Max Horn
571fcfe15d DREAMWEB: Move fadeDOS to vgafades.cpp, cleanup 2011-12-12 04:20:27 +02:00
Filippos Karapetis
34b6935cda DREAMWEB: Add missing semicolon 2011-12-08 10:33:16 +02: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
0193ef590d DREAMWEB: Cleanup end of namespace comments 2011-12-06 21:49:41 +01:00
Filippos Karapetis
b201f4f55d DREAMWEB: 'clearpalette', 'deleverything', 'errormessage1', 'errormessage2', 'errormessage3', 'train' ported to C++ 2011-12-06 15:58:20 +02:00
Filippos Karapetis
d7df735c40 DREAMWEB: 'fadescreenup', 'fadescreenups', 'fadescreenuphalf', 'fadescreendown', 'fadescreendowns' ported to C++ 2011-12-06 00:22:46 +02:00
Filippos Karapetis
139197b663 DREAMWEB: Apply our code formatting conventions 2011-12-06 00:09:26 +02:00
Bertrand Augereau
38ec14b15b DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting this) 2011-12-02 16:29:16 +01:00
D G Turner
349cbc527f DREAMWEB: Fix compilation due to dreamgen.* function renaming. 2011-12-01 19:43:43 +00:00
Bertrand Augereau
34d85734e6 DREAMWEB: Stub wrappers with a better signature for 'playchannel[0|1]' 2011-11-21 14:33:36 +01:00
Bertrand Augereau
456b7eb14b DREAMWEB: 'fadeupmonfirst' ported to C++ 2011-11-18 07:01:36 +01:00
Bertrand Augereau
37052c1762 DREAMWEB: 'fadeupyellows' ported to C++ 2011-11-18 06:46:58 +01:00
Bertrand Augereau
6e90f9e693 DREAMWEB: 'clearendpal' ported to C++ 2011-11-16 17:56:06 +01:00
Bertrand Augereau
1ef77a580f DREAMWEB: 'fadecalculation' ported to C++ 2011-11-16 17:50:51 +01:00
Bertrand Augereau
82cc00923b DREAMWEB: Misc palette copies ported 2011-11-16 13:26:15 +01:00
Bertrand Augereau
2eceab1fde DREAMWEB: 'clearstartpal' ported to C++ 2011-11-16 13:04:16 +01:00