Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix potential more invalid read issues in RIF loading
|
|
|
|
Removes build dependencies like perl and its XML modules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fields, and fix a glitch in scene9150
|
|
This fixes a problem in the title screen where the game title briefly appeared at full size.
|
|
|
|
|
|
|
|
|
|
unknown fields
|
|
|
|
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)
|
|
|
|
|
|
|
|
|