Commit Graph

443 Commits

Author SHA1 Message Date
Bertrand Augereau
4619419402 DREAMWEB: 'rockstar' ported to C++ 2011-12-03 18:06:24 +01:00
Willem Jan Palenstijn
a38018c5f4 DREAMWEB: Convert 'loadOld' and clean up 'doLoad' calls 2011-12-03 16:57:42 +01:00
Willem Jan Palenstijn
720f3587cb DREAMWEB: Move 'loadOld' from dreamgen 2011-12-03 16:57:42 +01:00
D G Turner
6ded3f5dc5 DREAMWEB: Remove unused "checkForEMM" function. 2011-12-03 15:54:28 +00:00
Bertrand Augereau
85c6efe5c5 DREAMWEB: 'maleFan' and 'femaleFan' ported to C++ 2011-12-03 16:27:46 +01:00
Willem Jan Palenstijn
ebeab9f442 DREAMWEB: Move 'scanForNames' out of dreamgen 2011-12-03 15:05:57 +01:00
Bertrand Augereau
d37a4ee95e DREAMWEB: 'dumpMenu' ported to C++ 2011-12-03 15:59:04 +01:00
Bertrand Augereau
a92a4414e6 DREAMWEB: 'showMenu' ported to C++ 2011-12-03 15:59:04 +01:00
Bertrand Augereau
47ffd3fed8 DREAMWEB: 'loadMenu' ported to C++ 2011-12-03 15:59:03 +01:00
Bertrand Augereau
e61cb12364 DREAMWEB: 'useMenu' ported to C++ 2011-12-03 15:59:03 +01:00
Bertrand Augereau
a02457a122 DREAMWEB: 'showOuterPad' ported to C++ 2011-12-03 15:25:35 +01:00
Bertrand Augereau
a3b8eb30cb DREAMWEB: 'addToPressList' ported to C++ 2011-12-02 18:27:36 +01:00
Bertrand Augereau
8f7473f533 DREAMWEB: 'isItRight' ported to C++ 2011-12-02 18:11:54 +01:00
Bertrand Augereau
dadabd252a DREAMWEB: 'buttonPress' ported to C++ 2011-12-02 17:22:39 +01:00
Bertrand Augereau
734e6c49b1 DREAMWEB: Keypad button callbacks blacklisted 2011-12-02 16:05:44 +01:00
Bertrand Augereau
7211a790b2 DREAMWEB: 'enterCode' ported to C++ 2011-12-02 14:30:39 +01:00
D G Turner
3ac815a236 DREAMWEB: 'credits' ported to C++ 2011-12-02 12:18:39 +00:00
Bertrand Augereau
3f02cfe771 DREAMWEB: 'showKeypad' ported to C++ 2011-12-02 13:09:03 +01:00
Bertrand Augereau
95a8cdd36c DREAMWEB: 'singleKey' ported to C++ 2011-12-02 13:09:01 +01:00
D G Turner
3bfb412694 DREAMWEB: Whitespace fixes in dreamgen.*
This improves readability slightly by removing extraneous whitespace
and correcting indents. Since this has been done in the tasm-recover
devtool, it will persist over dreamgen.* regeneration.
2011-12-02 11:48:51 +00:00
D G Turner
92e6815ca3 DREAMWEB: Removed mostly unused addr_* constants in dreamgen.h
The two used constants have been moved to dreamweb.h, though it is
unclear if the values can be replaced by an enum or pointer to function.
2011-12-02 00:25:26 +00:00
D G Turner
757c1fe8e2 DEVTOOLS: Add support to tasm-recover to skip output of addr_* header. 2011-12-02 00:23:19 +00:00
D G Turner
d1144963da DREAMWEB: Add function remapping list and regenerate dreamgen.*
This maps the function names into the project's standard camelCase
naming convention, improving function readability.
2011-12-01 19:38:46 +00:00
D G Turner
4e27576e3a DEVTOOLS: Add function name remapping ability to tasm-recover tool.
This allows a mapping list to be specified for the dreamgen.* output
function names, removing the limitation to keep the same names as the
original ASM.
2011-12-01 19:34:28 +00:00
Bertrand Augereau
24c355e04f DREAMWEB: Ported 'sparky' to C++ 2011-12-01 18:33:05 +01:00
Bertrand Augereau
ba12c02a75 DREAMWEB: 'eden' ported to C++ 2011-12-01 15:55:50 +01:00
Bertrand Augereau
270eb8773c DREAMWEB: 'drinker' ported to C++ 2011-12-01 15:23:38 +01:00
Bertrand Augereau
ed30ee8e38 DREAMWEB: 'othersmoker' ported to C++ (and 'barwoman' removed) 2011-12-01 13:25:31 +01:00
Bertrand Augereau
931fdc1878 DREAMWEB: 'sparkydrip' ported to C++ 2011-12-01 12:18:02 +01:00
Bertrand Augereau
0b120fb233 DREAMWEB: 'checkspeed' ported to C++ 2011-12-01 11:24:28 +01:00
Bertrand Augereau
4d92522fcc DREAMWEB: 'worktoscreenm' ported to C++ 2011-12-01 00:01:54 +01:00
Bertrand Augereau
22a3c19374 DREAMWEB: Remove unreferenced stubs and unused sound blaster stuff 2011-11-30 23:53:49 +01:00
Bertrand Augereau
9edd0f2903 DREAMWEB: 'allocatebuffers' ported to C++ 2011-11-30 15:30:59 +01:00
Bertrand Augereau
19daa15f8e DREAMWEB: 'drawfloor' ported to C++ 2011-11-30 14:30:40 +01:00
Bertrand Augereau
5eb79fc6f4 DREAMWEB: Removed a few unused stubs 2011-11-30 10:53:59 +01:00
Bertrand Augereau
5d704ef12f EAMWEB: 'loadtemptext' and 'loadtraveltext' ported to C++ 2011-11-30 10:06:03 +01:00
D G Turner
c794bc6d01 DREAMWEB: Regenerate dreamgen.* omitting blacklisted function headers. 2011-11-29 19:12:09 +00:00
D G Turner
1e5d9a07b5 DEVTOOLS: Add flag to tasm-recover to omit blacklisted function headers.
This flag when set omits the blacklisted function header from the
dreamgen.h output, rather than including it commented out with //.
2011-11-29 19:08:51 +00:00
Bertrand Augereau
5cd91fbf73 DREAMWEB: 'loadfolder' ported to C++ 2011-11-29 18:10:44 +01:00
Bertrand Augereau
eb296fc9e0 DREAMWEB: 'foldertext' ported to C++ 2011-11-29 18:10:41 +01:00
Bertrand Augereau
c91b2457d0 DREAMWEB: 'folderhints' ported to C++ 2011-11-29 14:25:58 +01:00
Bertrand Augereau
ef31ac6db0 DREAMWEB: 'lastfolder' ported to C++ 2011-11-29 11:47:15 +01:00
Bertrand Augereau
55d7272197 DREAMWEB: 'nextfolder' ported to C++ 2011-11-29 11:03:29 +01:00
Bertrand Augereau
23aa97f3b8 DREAMWEB: 'getlocation' and 'setlocation' ported to C++ 2011-11-28 17:07:52 +01:00
Bertrand Augereau
9d5a831c10 DREAMWEB: 'showrightpage' ported to C++ 2011-11-28 16:45:47 +01:00
Bertrand Augereau
88c0246aae DREAMWEB: 'showleftpage' ported to C++ 2011-11-28 15:47:31 +01:00
Bertrand Augereau
ae8e5ea2f7 DREAMWEB: 'showfolder' ported to C++ 2011-11-28 15:47:29 +01:00
Bertrand Augereau
87571f0c8c DREAMWEB: 'viewfolder' ported to C++ 2011-11-28 15:47:24 +01:00
Matthew Hoops
712100b77e SCUMM: Add support for Putt-Putt Saves the Zoo iOS 2011-11-27 20:13:03 -05:00
Christoph Mallon
a78b2d777d JANITORIAL: Remove extra semicolons. 2011-11-27 12:54:22 +01:00