Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise, its contents will be undefined on the first screen
update. That could probably be fixed by introducing some sort of
"dirty rect" mechanism, but I don't think it's a bad idea to
initialise it regardless.
|
|
|
|
|
|
|
|
|
|
|
|
don't remove const during cast
|
|
- Detection works via signatures (couldn't find a better way)
- new kString subcalls were introduced SCI2.1 LATE
- kString now has signatures and is split via subcall table
- kString fix, so that KQ7 doesn't crash, when starting a chapter
- Sci2StringFunctionType removed, because no longer needed
|
|
|
|
We can't use freeButtonList(), because apparently some of the button
images are shared between the two lists. At least, that's how I
understand it.
|
|
|
|
|
|
|
|
e52cf3e7aae1adde1c4674a6f5686d9f633bd2f8 added translatable strings to Cine's
detection.cpp. Thus, there should be a POTFILE to allow checking the file
when building our translation base file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Our mouse cursor is drawn in a separate layer, so we can draw on the
screen without needing to hide it beforehand
|
|
This fixes the incorrectly visible cursor in the intro
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|