Strangerke
ed0a4191ac
TSAGE: Remove useless include
2011-12-03 00:31:40 +01:00
Paul Gilbert
8a72581bc8
TSAGE: Fixed the R2R player initialisation.
...
This fixes the problem where the player wouldn't face in the direction they were walking in.
2011-12-03 08:01:40 +11:00
Gregory Montoir
65608952c2
TUCKER: remove duplicated logic branches in locations 48 and 66 (checked against the original)
2011-12-02 21:13:16 +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
fb9b5d11ef
DREAMWEB: Clearer API for enterCode
2011-12-02 17:49:55 +01:00
Bertrand Augereau
dadabd252a
DREAMWEB: 'buttonPress' ported to C++
2011-12-02 17:22:39 +01:00
Bertrand Augereau
38ec14b15b
DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting this)
2011-12-02 16:29:16 +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
Alyssa Milburn
3be628735b
MOHAWK: Implement LB exec,return.
2011-12-02 00:06:58 +01:00
Alyssa Milburn
2657d14636
MOHAWK: Implement LB add,addAt,setAt.
2011-12-02 00:05:45 +01:00
Alyssa Milburn
82ff40c548
MOHAWK: Implement LBCode::itemIsLoaded.
2011-12-02 00:03:01 +01:00
Alyssa Milburn
9b00b3d5b7
MOHAWK: LB list improvements, implement &= operator.
2011-12-02 00:01:06 +01:00
Alyssa Milburn
446822369b
MOHAWK: Implement LB move/moveTo.
2011-12-01 23:59:15 +01:00
Alyssa Milburn
43d6d49e2e
MOHAWK: Handle LB conversion from string to point/rect.
2011-12-01 23:55:40 +01:00
Alyssa Milburn
3a2bd43c75
MOHAWK: Fix kLBOpBreakExpression.
2011-12-01 23:54:48 +01:00
Alyssa Milburn
3553e58bb0
MOHAWK: Run LB load-time scripts properly.
2011-12-01 23:54:18 +01:00
Alyssa Milburn
553d32a818
MOHAWK: Implement LBCode::cmdMousePos.
2011-12-01 23:52:47 +01:00
Alyssa Milburn
d015a37e00
MOHAWK: Fix parameterless calls when parsing LB scripts.
2011-12-01 23:51:52 +01:00
Bertrand Augereau
ec8d820720
Merge pull request #123 from digitall/dreamweb_tasmNameMap
...
Add Function Name Remapping to tasm-recover tool...
2011-12-01 12:35:14 -08:00
D G Turner
349cbc527f
DREAMWEB: Fix compilation due to dreamgen.* function renaming.
2011-12-01 19:43:43 +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
Paul Gilbert
bdfdfc6166
TSAGE: Fixed some cursor constants used in R2R scene 300
2011-12-01 22:54:09 +11:00
Paul Gilbert
196a30754e
TSAGE: R2R scene areas shouldn't be processed when the player is disabled
2011-12-01 22:54:08 +11:00
Bertrand Augereau
dc38524c91
DREAMWEB: Naming of ReelRoutine members
2011-12-01 12:18:04 +01:00
Bertrand Augereau
931fdc1878
DREAMWEB: 'sparkydrip' ported to C++
2011-12-01 12:18:02 +01:00
Paul Gilbert
33859682ba
TSAGE: Change the active cursor Id when R2R cursor is set
2011-12-01 21:54:36 +11:00
Paul Gilbert
cad52b2cd1
TSAGE: Implemented the new R2RW cursors
2011-12-01 21:31:52 +11:00
Bertrand Augereau
7b7bccfd4e
DREAMWEB: 'madman' uses the ported 'checkspeed'
2011-12-01 11:24:33 +01:00
Bertrand Augereau
0b120fb233
DREAMWEB: 'checkspeed' ported to C++
2011-12-01 11:24:28 +01:00
Bertrand Augereau
e73e300e41
DREAMWEB: A bit of cleaning in 'madman'
2011-12-01 10:34:14 +01:00
Bertrand Augereau
f539d8f80f
DREAMWEB: Mechanism to allow reel callbacks to be specified either with a ReelRoutine or es:bx as parameters
2011-12-01 10:08:16 +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
Strangerke
22263bd763
CGE: Only skips animations when pressing ESC.
...
This should allow tsoliman to see the end of the intro
2011-11-30 21:21:34 +01:00
Strangerke
a12ba5f6a6
CGE: Simplify keyboard handling
2011-11-30 19:52:19 +01:00
Bertrand Augereau
9edd0f2903
DREAMWEB: 'allocatebuffers' ported to C++
2011-11-30 15:30:59 +01:00
Bertrand Augereau
17225e42e3
DREAMWEB: Use workspace() instead of kWorkspace
2011-11-30 15:05:04 +01:00