mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 19:15:07 -05:00
90a33e9756
These flags are known to fix one known issue exclusive to Linux: the Volvagia boss battle sequence. The softlock that occurs points towards a possible floating point precision error, possibly tied to the camera/Volvagia movement. This does not occur for the Windows build. It's possible that there are more issues that gets fixed by these flags. These flags will ensure that the compiler follows the IEEE 754 standard, which so happens to be the same behaviour that Windows uses. For more details, read this informative stackoverflow post: https://stackoverflow.com/a/16395650 |
||
---|---|---|
.. | ||
assets | ||
include | ||
soh | ||
src | ||
.clang-format | ||
.clang-tidy | ||
.gitattributes | ||
.gitignore | ||
.gitrepo | ||
fixbaserom.py | ||
format.sh | ||
Makefile | ||
resource.h | ||
Resource.rc | ||
SHIPOFHARKINIAN.ico | ||
soh.sln | ||
soh.vcxproj | ||
soh.vcxproj.filters | ||
soh.vcxproj.user |