Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Thanks @tsoliman for the data.
|
|
|
|
COMPOSER: Support GMM saving/loading and load from launcher
|
|
|
|
GUI: apply changes functionality
|
|
Fixes Trac#9637.
|
|
|
|
|
|
|
|
Fixes Trac#9639.
|
|
|
|
|
|
|
|
|
|
Fixes Trac#9581.
|
|
|
|
|
|
|
|
This allows references in memory to be dumped to disk for
examination by other tools. In the case of SCI32 bitmaps, data
is output in 8-bit TGA format without transparency, which allows
the current palette to also be examined. (The alternative would
be to use 32-bit TGA to display transparency, and lose the
palette, or dump to a more complicated format that supports 1-bit
transparency.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JANITORIAL: Typos found by lintian
|
|
|
|
I've not fixed this one, maybe it's on purpose:
RELASE -> RELEASE
engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr =
"GAME RELASE VERSION INFO";
|
|
|
|
The intro credits cutscene at least, uses an end frame beyond the
video as a way of adding an extra delay after the video finishes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|