Go to file
Kp 76540314c1 Fix gcc-4.6 gamerend build
gcc-4.6 chokes on casting vobjptridx_t to long; later gcc accepts this.
Change the format string to short, then switch the conversion to
objnum_t, which has an exact match for the converting operator.
2015-05-22 03:33:20 +00:00
common Fix gcc-4.6 weapon build 2015-05-22 03:33:20 +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 Fix gcc-4.6 decoder8 build 2015-05-22 03:33:20 +00:00
similar Fix gcc-4.6 gamerend build 2015-05-22 03:33:20 +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