Commit Graph
9 Commits
Author SHA1 Message Date
sluicebox 6e7e0a11fa SCI: Fix QFG1VGA character sheet night palette
Fixes bug #10295
2020-08-20 20:55:45 -07:00
sluicebox 80d870e249 SCI: Fix Polish fonts in LSL2 and LSL3
Fixes bug #10509
2020-07-09 15:33:51 -07:00
sluicebox 93b634fe7c SCI: Fix LSL1VGA Russian corrupt sound effect
Fixes bug #11457
2020-05-04 16:55:47 -07:00
D G Turner 88aaabc913 SCI: Fix Missing Default Switch Case Warning in Resource Patcher
This is flagged by GCC if -Wswitch-default is enabled.
2020-01-22 02:55:47 +00:00
Filippos Karapetis 7aa824372e SCI: Adapt aggretate initialization for pre-C++11 compilers 2020-01-19 22:42:13 +02:00
Filippos Karapetis 17c4d6f191 SCI: Fix compilation with non-C++11 compilers 2020-01-19 22:16:27 +02:00
Filippos Karapetis 2185c50632 SCI32: Adapt the PQ4CD dual patch with our new view. Fixes bug #9690 2020-01-19 21:37:21 +02:00
Filippos Karapetis 3180528adf SCI: Fix compilation with C90 and older language versions
Change the resource patcher's _NUMARGS macro to use a typedef
2020-01-19 21:37:21 +02:00
Colin Snover 07df6cc254 SCI: Add built-in resource patcher
The resource patcher can be used to patch non-script resources
like views, maps, sounds, etc. It is more primitive than the script
patcher in that it does not use signatures for safe and automatic
patch relocation, but it does at least allow existing resources to
be grown if needed.

Refs Trac#9788. Refs Trac#9690.
2020-01-19 21:37:20 +02:00