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

Fixes: 95e3ac1e5b ("Use integral_constant for UI kind")
2015-05-22 03:33:19 +00:00
common Fix gcc-4.6 ui 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 Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
SConstruct Enable -Wvla 2015-05-17 00:59:26 +00:00