Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This was left in the SCI16 code in commit 80d9182554
|
|
|
|
These were introduced in SCI3, and are used by RAMA. We don't preload
videos, so we don't really need kPlayVMDSetPreload, but
kPaletteSetGamma may need an implementation.
With these two stubs, the main menu of RAMA is working again
|
|
|
|
A regression from c4250c05d0
|
|
This adapts create_project with the changes in de04a68c06
|
|
Change the way that EXTENDED_DEBUGGER_ENABLED is checked. The way it
was used, it triggered a fatal error C1017
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This mimics the behavior of the original engine. Note that for hires2, this
patch adds some glitches that are also present in the original, and removes
some glitches that are not.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback.
|
|
|
|
CREATE_PROJECT: Fix Xcode project
|
|
|
|
On at least DC platform, the ShowStyleType enum is fit to a 4-bit
data size, so the 16-bit input value needs to be checked for
validity *before* it is cast to a 4-bit ShowStyleType.
|