Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Now it loads the needed movie but crashes because there was no context
of script reloading
|
|
|
|
|
|
|
|
|
|
|
|
In this mode we treat every parameter as a string, not a keyword
or built-in name
|
|
|
|
|
|
|
|
|
|
Note there's a lot of preliminary code in the star_control/ folder
for code that still needs to be fully disassembled & implemented.
So for now I've made liberal use of #if 0 blocks to disable fields
that will likely be needed again in the future
|
|
|
|
|
|
|
|
This is a subtle issue associated with the Common::Frac usage. The
frac_t type is signed (int32), but the symbols such as FRAC_ONE are
defined by an enumeration which will default to unsigned int for
members. Unsure if the common code needs changing, but other usages fix
the warning by casting the enumeration values to frac_t so doing this
for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Various engine variables are passed down to sub-objects, but never used
currently causing compiler warnings. It is unclear if these are intended
to be used in future, but have removed for now, rather than commenting
out as that would be messier. Can be restored easily if necessary in
future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCUMM: Fix bug #2285 (ZAK C64/V1/V2 Caponians dont disguise after using crystal)
|
|
|
|
SCUMM: V0/V1: Fix two graphical issues
|
|
|
|
|
|
|
|
|
|
|
|
|