Age | Commit message (Collapse) | Author |
|
|
|
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...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should help improve performance when scalers are being used.
|
|
|
|
|
|
This information includes savegame versioning and the saved game's
date/time, played time and game thumbnail. This information is stored
into an unused data block of the original save format, so the
generated ScummVM saves are (hopefully) fully compatible with the
original ones and can be loaded in the original interpreter
|