Go to file
Kp f7eaf36ad3 Fix rotate_uv_point with -Wmissing-field-initializers
gcc-5 -Wmissing-field-initializers allows initialization by empty
braces, causing SConf not to pass -Wno-missing-field-initializers.
Change rotate_uv_point to return an explicitly 0 light to fix the
resulting warning.
2015-04-30 03:32:27 +00:00
common Include <cstdint> for maths.h 2015-04-30 03:32:26 +00:00
contrib Merge 'Use Travis for CI' into unification/master 2015-04-25 16:51:49 +00:00
d1x-rebirth Include polyobj.h from robot.h 2015-04-02 02:36:57 +00:00
d2x-rebirth Convert Primary_weapon to primary_weapon_index_t 2015-04-26 20:15:57 +00:00
similar Fix rotate_uv_point with -Wmissing-field-initializers 2015-04-30 03:32:27 +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 -Wextra 2015-04-26 20:15:57 +00:00