Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently translated at 100.0% (929 of 929 strings)
|
|
|
|
|
|
|
|
|
|
Now it loads the needed movie but crashes because there was no context
of script reloading
|
|
|
|
|
|
This is needed for the Greek translation.
|
|
|
|
|
|
LIBS needs to go after LDFLAGS for the Dreamcast linker to run
correctly.
|
|
|
|
|
|
|
|
|
|
|
|
In this mode we treat every parameter as a string, not a keyword
or built-in name
|
|
|
|
Mixing -I and -isystem for system headers causes failures.
|
|
|
|
|
|
|
|
|
|
|
|
Note there's a lot of preliminary code in the star_control/ folder
for code that still needs to be fully disassembled & implemented.
So for now I've made liberal use of #if 0 blocks to disable fields
that will likely be needed again in the future
|
|
|
|
|
|
|
|
|
|
This is a subtle issue associated with the Common::Frac usage. The
frac_t type is signed (int32), but the symbols such as FRAC_ONE are
defined by an enumeration which will default to unsigned int for
members. Unsure if the common code needs changing, but other usages fix
the warning by casting the enumeration values to frac_t so doing this
for now.
|
|
This patch adds the additional architecture-dependent gcc-stdlibc++
include directory to match the existing gcc-stdlibc++ linker and
generic include directory.
|
|
Android builds currently fail when building the test runner because
the runner tries to include standard library headers, which cannot
be found. This patch adds the gcc-stdlibc++ include directory that
matches the existing gcc-stdlibc++ linker flag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|