Commit Graph
570 Commits
Author SHA1 Message Date
Willem Jan Palenstijn f4be01b1c1 DREAMWEB: Add some sprite-related comments and names 2011-11-18 22:34:46 +01:00
Bertrand Augereau 9f1faeb1ab DREAMWEB: 'printcurs', 'delcurs' and 'hangoncurs' moved to monitor.cpp 2011-11-18 08:27:21 +01:00
Bertrand Augereau 2631da9409 DREAMWEB: monitor.cpp to mirror monitor.asm 2011-11-18 07:37:31 +01:00
Bertrand Augereau 055464cb6f DREAMWEB: 'deallocatemem' overload that takes a parameter 2011-11-18 07:29:38 +01:00
Bertrand Augereau 8651e0f0d0 DREAMWEB: C++ hardcoding of an asm hardcoded file name 2011-11-18 07:23:21 +01:00
Bertrand Augereau 32b47501a2 DREAMWEB: 'usemon' ported to C++ 2011-11-18 07:21:40 +01:00
Bertrand Augereau 8a7705394e DREAMWEB: 'printlogo' ported to C++ 2011-11-18 06:52:34 +01:00
Bertrand Augereau bb63c3f753 DREAMWEB: 'hangoncurs' ported to C++ 2011-11-18 06:36:31 +01:00
Bertrand Augereau 46a6b30a27 DREAMWEB: Wrapped kTextunder buffer in an accessor 2011-11-18 06:30:12 +01:00
Bertrand Augereau 5461b03983 DREAMWEB: 'delcurs' ported to C++ 2011-11-18 06:25:54 +01:00
Bertrand Augereau e79dda07f4 DREAMWEB: 'printcurs' ported to C++ 2011-11-18 01:03:49 +01:00
Bertrand Augereau 79be8a541b DREAMWEB: 'loadtempcharset' ported to C++ 2011-11-18 00:14:30 +01:00
Bertrand Augereau ee1c5ce78a DREAMWEB: 'loadintotemp', 'loadintotemp2', 'loadintotemp3' ported to C++ 2011-11-18 00:01:24 +01:00
Bertrand Augereau faf710c095 DREAMWEB: Use of the terser 'standardload' in 'readsetdata' 2011-11-17 18:34:31 +01:00
Bertrand Augereau 088ec69949 DREAMWEB: 'standardload' ported to C++ 2011-11-17 18:31:17 +01:00
Bertrand Augereau 6c51635bb2 DREAWMEB: Cleaning of the sound loading in 'readsetdata' 2011-11-17 18:11:31 +01:00
Bertrand Augereau 8179a6bfa8 DREAMWEB: 'readsetdata' ported to C++ 2011-11-17 17:44:19 +01:00
Bertrand Augereau 3e049c0123 DREAMWEB: Old flavour of 'startloading' is not needed anymore 2011-11-17 14:52:23 +01:00
Bertrand Augereau fc7a36d911 DREAMWEB: Cleaning in room loading 2011-11-17 12:38:17 +01:00
Bertrand Augereau db7184668d DREAMWEB: getroomdata has a better API 2011-11-17 12:24:41 +01:00
Willem Jan Palenstijn bcf440aa3f DREAMWEB: Remove 'twodigitnum' entirely 2011-11-16 23:27:48 +01:00
Willem Jan Palenstijn 402e44f97c DREAMWEB: Convert 'loadroomssample' 2011-11-16 23:27:48 +01:00
Willem Jan Palenstijn 80092965c7 DREAMWEB: Move 'loadroomssample' from dreamgen 2011-11-16 23:27:48 +01:00
Bertrand Augereau d608c07944 DREAMWEB: 'showtime' ported to C++ 2011-11-17 00:18:28 +01:00
Willem Jan Palenstijn 6c9ad26f1d DREAMWEB: Comment and clean up twodigitnum 2011-11-16 21:53:50 +01:00
Willem Jan Palenstijn 304617db88 DREAMWEB: Add subtitles+speech FIXME 2011-11-16 21:39:34 +01:00
Bertrand Augereau 0ee6043d10 DREAMWEB: 'twodigitnum' ported to C++ 2011-11-16 23:35:16 +01:00
Willem Jan Palenstijn d8ea08f425 DREAMWEB: Hopefully fix loading speech
The call to loadspeech() in setuptimedtemp() needs al set correctly,
while the C++ wrapper skipped this.
2011-11-16 20:12:16 +01:00
Bertrand Augereau 8012c3274e DREAMWEB: keypad.cpp to mimic keypad.asm 2011-11-16 21:59:49 +01:00
Alyssa Milburn 76180534c1 DREAMWEB: Fix loadroom. 2011-11-16 19:53:38 +01:00
Bertrand Augereau 956018f067 DREAMWEB: 'getundermenu' and 'putundermenu' ported to C++ 2011-11-16 21:41:36 +01:00
Bertrand Augereau 63a88bb157 DREAMWEB: 'loadroom' ported to C++ 2011-11-16 21:23:51 +01:00
Bertrand Augereau aa3ab32f52 DREAMWEB: 'zoomicon' ported to C++ 2011-11-16 21:16:13 +01:00
Bertrand Augereau 606bde9244 DREAMWEB: 'watchcount' ported to C++ 2011-11-16 20:24:53 +01:00
Bertrand Augereau 63a9416bd1 DREAMWEB: Removed the check that there is enough memory 2011-11-16 12:54:26 +01:00
D G Turner 3b2fce0091 DREAMWEB: Fix regression from 03a2352e30.
This caused Dreamweb to exit immediately on EN versions.
2011-11-16 02:51:51 +00:00
Willem Jan Palenstijn 689cd3edef DREAMWEB: Clean up a few loop structures 2011-11-15 23:23:24 +01:00
Willem Jan Palenstijn 01a557702a DREAMWEB: Clean up getFilename 2011-11-15 23:21:50 +01:00
Willem Jan Palenstijn 03a2352e30 DREAMWEB: setupemm is not a good place for early initialization 2011-11-15 23:21:50 +01:00
Willem Jan Palenstijn 05c748efa3 DREAMWEB: Fix crash on quit
The functions 'mainscreen' and 'screenupdate' can set kQuitrequested,
so we have to check that from their callers.
2011-11-15 20:59:03 +01:00
Bertrand Augereau bc509e9e08 DREAMWEB: 'roomname' ported to C++ 2011-11-14 20:57:11 +01:00
Bertrand Augereau e2ca95c5ad DREAMWEB: 'showwatch' ported to C++ 2011-11-15 11:05:30 +01:00
Willem Jan Palenstijn b53a299790 DREAMWEB: Unhardcode checkcoords tables
This patch makes __dispatch_call (even more) superfluous,
but does not yet remove it.
2011-11-14 21:44:10 +01:00
Willem Jan Palenstijn e254e54929 DREAMWEB: Convert 'mainscreen' 2011-11-14 21:43:36 +01:00
Willem Jan Palenstijn 36278dccde DREAMWEB: Move 'mainscreen' from dreamgen 2011-11-14 21:43:36 +01:00
Bertrand Augereau 66c740ceea DREAMWEB: 'showicon' ported to C++ 2011-11-14 22:08:19 +01:00
Bertrand Augereau 27bc4f3f08 DREAWMEB: 'showcity' ported to C++ 2011-09-04 13:38:45 +02:00
Bertrand Augereau 529cd5bf95 DREAMWEB: 'sortoutmap' ported to C++ 2011-09-04 12:55:04 +02:00
Eugene Sandulenko c8bc4e37a8 DREAMWEB: Remove explicit comparisons 2011-11-02 23:24:17 +00:00
Filippos Karapetis 4062a9653d DREAMWEB: Silenced warnings, applied coding conventions
- Silenced a lot of signed/unsigned MSVC warnings
- Changed (rarely used) "not" keywords to "!"
2011-10-15 12:24:32 +03:00