Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Goto Considered Harmful...
The following commits should improve the ScummVM code structure by reducing the number of gotos used in various engine code.
They should implement identical functionality, but without using goto and without the result being less readable/maintainable than the version with goto.
|
|
|
|
|
|
|
|
This is required to work with the newest tool chain.
|
|
|
|
|
|
the data blob
Note that the string processing logic in signOn is a bit different from
the original, but the end result is the same (with cleaner code)
|
|
data blob
|
|
|
|
|
|
|