Age | Commit message (Collapse) | Author |
|
NamedHotspot and suppress it.
|
|
|
|
This is a regression from 500ae85c, which accidently removed the
AdditionalLibraryDirectories settings for the VCLinkerTool and set the value
of AdditionalIncludeDirectories of the VCResourceCompilerTool to the former
AdditionalLibraryDirectories value.
|
|
|
|
It seems the recent MinGW gcc versions use the "TMP" env variable to determine
the temporary file path. Since we use that variable to hold temporary values it
will make g++ crash since it cannot access the path.
I "fixed" that problem by renaming the TMP variable we use to TMPR.
Tested with mingw-g++ 4.5.2.
|
|
|
|
|
|
in scene 9850 (thanks Dreammaster)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Same LB version as the main game)
|
|
|
|
|
|
|
|
|
|
|
|
This more or less silently fixes the silent music introduced with f19e201, by
me setting volume to "true" instead of "255". Whoops.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Maybe caused random crashes on reading invalid memory
|
|
|
|
|
|
|
|
This reverts commit 1c8fc0538815b1418bb7824e4eefda65eb2719d9.
Commit d50e7af7 confirmed as fix, so it wasn't a GL issue at all
|
|
|
|
|
|
|
|
|
|
Conflicts:
engines/tsage/ringworld_scenes10.cpp
|
|
Some fingerprints don't contain it, so this should be more reliable.
|
|
|
|
Can happen on empty member filenames, seen on some Samsung firmwares.
|
|
|
|
|
|
ScummEngine_v60he
|
|
|
|
scumm.h
|
|
|
|
|