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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|