Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
getAnyAd and getEitherAd have different inputs, so can't be
interchanged...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|