Go to file
Kp 1527d14c2d Fix SConf png test for gcc-4.9
gcc-4.9 warns (and due to -Werror, errors) for `png_time pt{}` because
the members are not explicitly initialized.  This code is compiled, but
never run, so the explicit initialization is unnecessary.  Later
versions of gcc accept both versions of this code without complaint.

Fixes: 131c1b9f4d ("Add support for PNG screenshots")
2018-03-24 21:33:29 +00:00
common Reset boss teleport time on boss initialization 2018-03-15 04:05:42 +00:00
contrib Add support for PNG screenshots 2018-02-18 00:42:42 +00:00
d1x-rebirth Pass vertex factory to compute_segment_center 2018-03-12 03:43:47 +00:00
d2x-rebirth Pass vertex factory to compute_segment_center 2018-03-12 03:43:47 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Reset boss teleport time on boss initialization 2018-03-15 04:05:42 +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 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 Restore GOG reference in INSTALL.markdown 2017-11-25 01:56:51 +00:00
SConstruct Fix SConf png test for gcc-4.9 2018-03-24 21:33:29 +00:00