dxx-rebirth/common
Kp 2f00efdcc6 Fix gcc-4.6 weapon build
gcc-4.6 chokes on `static constexpr type value{};`, but accepts
`static constexpr auto value = type{};`

Fixes: 9d213b5282 ("Wrap player_has_weapon return type")
2015-05-22 03:33:20 +00:00
..
2d Pass unsigned x/y to gr_pixel 2015-05-09 17:39:00 +00:00
3d Convert local arrays to array<> 2015-04-19 04:18:49 +00:00
arch Use unique_ptr to manage GLsync fence 2015-05-09 17:39:01 +00:00
editor
include Fix gcc-4.6 ui build 2015-05-22 03:33:19 +00:00
main Fix gcc-4.6 weapon build 2015-05-22 03:33:20 +00:00
maths Use signed multiplier in fix_sincos 2015-04-30 03:32:27 +00:00
misc Store PHYSFS_list element count in list when needed 2015-05-09 17:38:57 +00:00
texmap Move Vertex_list to local scope 2015-03-11 02:19:15 +00:00
ui Preserve array size for ui_get_filename 2015-05-09 17:38:58 +00:00