Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows us to remove the ASM style version of makeWorn()
|
|
Conflicts:
engines/dreamweb/dreamgen.cpp
engines/dreamweb/stubs.cpp
|
|
|
|
|
|
|
|
The struct People still had an old-style pointer to a ReelRoutine.
Fix this by converting People to use a real ReelRoutine * and moving
the PeopleList from the buffers segment to a Common::List.
Thanks to digitall for the assistance with tracking this down.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also moves checkCoords to DreamBase, adding a nasty cast to it. This is a
temporary HACK, which allows moving functions that use checkCoords to
DreamBase one at a time, instead of all at once (and at the same time as
checkCoords). This can be undone once everything using checkCoords has been
moved to DreamBase.
|
|
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()
|
|
|
|
|
|
|
|
|
|
|
|
disableControl() with parameters
Also remove several obsolete warnings
|
|
for enableControl()
|
|
|
|
object
|
|
|
|
|
|
|
|
|
|
|
|
R2R SceneExt::display
|
|
enableControl
|
|
|
|
|
|
The character name doesn't seem case sensitive in R2R
|
|
|
|
|
|
|
|
(thanks to Fingolfin)
|
|
|
|
|
|
|
|
|
|
|