Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
partially overridden
|
|
|
|
(overlapping source/dest)
|
|
MPEG-4 files don't contain any elst atom
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the crash, but the Midi Gain slider (and probably any other
slider bar in modern theme) still distorts the left corner shape when
the slider thumb is at very small values...
|
|
Thanks to Fingolfin for the suggestion.
|
|
call
|
|
|
|
|
|
|
|
SCUMM: Fix warning due to implicit conversion to int
|
|
Dreamweb cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DREAMWEB: Move more methods to keypad.cpp, reorder them to match ASM
|
|
|
|
Dreamweb: Mark structs packed, minor tweaks
|
|
This fixes an assert in the madman sequence
|
|
|
|
This is quite useful for devices with limited storage, where the user
can use the CD version without its speech files
|
|
|
|
... and probably also to some that don't need it; since it seems better to
err on the wrong side here for now, I did not check every struct as to whether
it really needs this. On the long run, it would be better if the code did not
rely on any kind of packing anyway.
|
|
|
|
SetObject::name and DynObject::id are stored at the exact same offset,
and have the exact same meaning (see also objectMatches()). Now they
also have the same name, objId.
|
|
|
|
|
|
|
|
|
|
- Add TODOs for the CD checks in setupTimedTemp() and startTalk()
- The current doSomeTalk() is for the CD version only
- Implement a difference of the CD version in intro
|