Age | Commit message (Collapse) | Author |
|
Fix signed and unsigned comparisons
|
|
This way it can override the -std flags passed to scons.
|
|
The first in my quest to make Godot 3.x compile with -Werror on GCC7
|
|
Apparently -ffast-math generates incorrect code with recent versions of
GCC and Clang. The manual page for GCC warns about this possibility.
In my tests it doesn't actually appear to be measurably slower in this
case, and this is used in a batch process so it seems safe to disable
this.
This fixes #10758 and fixes #10070
|
|
|
|
|
|
|
|
They are not necessary in such configuration, and require C++11
and (on Android) the STL.
Fixes #9273.
|
|
The *2 factor between cores and threads of most modern CPUs
is already taken into account in get_processor_count().
|
|
-Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality.
|
|
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04.
Fixes #8457.
|