sluicebox
97b93c9f5f
SCI: Remove dead code from findGameObject()
...
This code attempted to skip calling the function that finds script 0's
export block, but this never happened because it tests the wrong offset.
Even if it tested the right offset, it would have just been duplicating
what the function does.
2023-01-13 18:13:02 -08:00
sluicebox
2d73220c13
SCI: Add media type to resource patch definitions
2022-12-02 16:11:32 -08:00
Eugene Sandulenko
fb7095f5a4
COMMON: Move all compression-related files to a separate directory
2022-12-01 11:53:02 +01:00
sluicebox
1efdb1cb6c
SCI: Add support for Macintosh fonts
...
High-resolution native Macintosh fonts are now supported in the
following games when the game's executable is present:
- Castle of Dr. Brain
- Freddy Pharkas
- King's Quest 6
- Leisure Suit Larry 1
- Leisure Suit Larry 5
- Space Quest 1
And in these games when classicmacfonts.dat is present:
- Leisure Suit Larry 6 (floppy)
- Quest for Glory 1
2022-11-06 23:05:20 -08:00
D G Turner
78db82f6e1
SCI: Fix Undefined Macro Compiler Warnings
...
These warnings are emitted by GCC if -Wundef is passed.
2022-03-15 10:17:12 +00:00
sluicebox
4034d43cb4
SCI: Remove unnecessary TODO
2022-01-09 14:15:17 -05:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
940c7bfc14
SCI: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
sluicebox
af7d05999e
SCI: Add SQ1 option to enable bearded musicians
...
Adds a game option to enable the original graphics that Sierra
disabled for legal reasons but still included.
Trac #12773
2021-08-09 16:40:38 -05:00
sluicebox
e1c2b7da9b
SCI: ResourceManager::testResource const correctness
2021-08-03 23:38:08 -05:00
sluicebox
b181967e10
SCI: Remove unused variable
2021-06-14 14:29:15 -05:00
sluicebox
4e8db68d4a
SCI: Remove asserting "new" allocation results
2021-05-23 16:55:35 -06:00
sluicebox
718d79c05b
SCI32: Add support for LSL7 Polish InstallShield files
...
Fixes bug #10066
2021-05-16 21:13:33 -06:00
Orgad Shaneh
a05e54f00c
JANITORIAL: Remove trailing whitespaces
2021-05-04 11:46:30 +03:00
Filippos Karapetis
e44615eba8
SCI: Add checking for g_sci inside ResourceManager methods
...
Since the ResourceManager is also used by the fallback detector, where
the engine is not initialized, all places where g_sci is used need to
be checked
2021-04-23 15:39:17 +03:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs
2021-04-15 21:20:36 +02:00
sluicebox
9982c761a2
SCI: Update all old bug tracker ticket numbers
2021-02-25 01:18:52 -08:00
Filippos Karapetis
e04c4b06a0
SCI: Handle cases where ressci.001 exists, together with resource.aud
...
In this case, the multi-disc audio handling code should not run.
Fixes a spurious warning in Lighthouse
2021-02-14 02:42:01 +02:00
Henrik "Henke37" Andersson
06cc82d493
SCI: Use getValOrDefault and tryGetVal
2021-02-12 00:41:23 +01:00
Filippos Karapetis
bd7e708fc3
SCI: Move resource related functionality into a separate folder
2020-11-29 14:34:55 +02:00