Go to file
Kp 5b12f28564 Add workaround for unwanted gcc-6 "used but never defined" warning
gcc-6 issues a "used but never defined" warning for functions which are
declared, never defined, and used only in contexts which are later
deleted by the optimizer.  If the function were actually used, the link
would fail.  Switch to a complicated mechanism to define the function
while keeping it out of line so that __attribute__((__error__)) is
triggered as intended.
2017-06-10 03:31:03 +00:00
common Rename countarray method count -> size 2017-06-10 03:31:03 +00:00
contrib Add Gentoo ebuilds for beta 2017-04-08 16:48:19 +00:00
d1x-rebirth Always qualify valptridx type/factory 2017-06-10 03:31:02 +00:00
d2x-rebirth Rename countarray method count -> size 2017-06-10 03:31:03 +00:00
Documentation
similar Simplify game log timestamp 2017-06-10 03:31:03 +00:00
.gitattributes
.gitignore
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
INSTALL.markdown
SConstruct Add workaround for unwanted gcc-6 "used but never defined" warning 2017-06-10 03:31:03 +00:00