Go to file
Kp 0fc7b1898c Fix gcc-4.6 serial build
gcc-4.6 chokes on `static constexpr type value{};`, but accepts
`static constexpr auto value = type{};`

Fixes: 9595aec2fb ("Use integral_constant for endian constants")
2015-05-22 03:33:19 +00:00
common Fix gcc-4.6 serial build 2015-05-22 03:33:19 +00:00
contrib Expand DXX_CXX11_EXPLICIT_DELETE 2015-05-01 02:18:33 +00:00
d1x-rebirth Include polyobj.h from robot.h 2015-04-02 02:36:57 +00:00
d2x-rebirth Use screen_mode for screen resolution 2015-05-14 02:23:13 +00:00
similar Fix gcc-4.6 interpreter build 2015-05-22 03:33:19 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
.travis.yml disable non-working clang support in travis 2015-04-25 16:54:05 +00:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt
SConstruct Enable -Wvla 2015-05-17 00:59:26 +00:00