Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e2a0c096924df7ba2ba0c0d8888341563e6e3995.
|
|
This reverts commit 44ab256101c8beec0860538127c2c7d602366c71.
|
|
|
|
|
|
|
|
|
|
Fix potential more invalid read issues in RIF loading
|
|
|
|
Removes build dependencies like perl and its XML modules
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
(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
|
|
|