Go to file
Kp 18af84a0ab Remove __attribute__((packed)) from quaternionpos
Packed structures cannot be passed by reference, may fail on
alignment-strict architectures, and are bad for performance even on
alignment-tolerant architectures.  Using them for anything other than an
abstract layout declaration is a mistake.  Remove
__attribute__((packed)).
2018-03-31 21:53:01 +00:00
common Remove __attribute__((packed)) from quaternionpos 2018-03-31 21:53:01 +00:00
contrib Add support for PNG screenshots 2018-02-18 00:42:42 +00:00
d1x-rebirth Make eclip_num unsigned 2018-03-31 21:53:01 +00:00
d2x-rebirth Make eclip_num unsigned 2018-03-31 21:53:01 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Remove __attribute__((packed)) from quaternionpos 2018-03-31 21:53:01 +00:00
.gitattributes Add experimental Windows manifest 2017-08-02 02:49:12 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt
GPL-3.txt
INSTALL.markdown Restore GOG reference in INSTALL.markdown 2017-11-25 01:56:51 +00:00
SConstruct Simplify host_platform normalization 2018-03-27 03:49:34 +00:00