godot/modules
Martin Liska f48bb8fac8 Fix few GCC9 warnings:
thirdparty/assimp/include/assimp/material.inl: In member function 'aiReturn aiMaterial::Get(const char*, unsigned int, unsigned int, aiColor3D&) const':
thirdparty/assimp/include/assimp/material.inl:176:33: error: implicitly-declared 'aiColor3D& aiColor3D::operator=(const aiColor3D&)' is deprecated [-Werror=deprecated-copy]
  176 |     pOut = aiColor3D(c.r,c.g,c.b);

modules/dds/texture_loader_dds.cpp:167:50: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  167 |  if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("DXT1")) {
      |                                                  ^
[ 28%] modules/dds/texture_loader_dds.cpp:170:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  170 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("DXT3")) {
      |                                                         ^
modules/dds/texture_loader_dds.cpp:174:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  174 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("DXT5")) {
      |                                                         ^
modules/dds/texture_loader_dds.cpp:177:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  177 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("ATI1")) {
      |                                                         ^
modules/dds/texture_loader_dds.cpp:180:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  180 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("ATI2")) {
      |                                                         ^
modules/dds/texture_loader_dds.cpp:183:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  183 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("A2XY")) {
      |                                                         ^

thirdparty/assimp/include/assimp/material.inl: In member function 'aiReturn aiMaterial::Get(const char*, unsigned int, unsigned int, aiColor3D&) const':
thirdparty/assimp/include/assimp/material.inl:176:33: error: implicitly-declared 'aiColor3D& aiColor3D::operator=(const aiColor3D&)' is deprecated [-Werror=deprecated-copy]
  176 |     pOut = aiColor3D(c.r,c.g,c.b);
2019-07-02 13:35:30 +02:00
..
arkit ARKit for Godot 3.2 2019-06-30 18:54:48 +10:00
assimp Replace + "/" + with String::file_add() 2019-06-23 13:33:50 +01:00
bmp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
bullet Merge pull request #29980 from Dentrax/directed-by-qarmin 2019-07-01 14:59:29 +02:00
csg doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
cvtt Enable BC6H compression for all HDR formats 2019-05-08 16:45:29 +02:00
dds Fix few GCC9 warnings: 2019-07-02 13:35:30 +02:00
enet doc: Remove hardcoded default values from descriptions 2019-06-30 13:58:07 +02:00
etc Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
freetype Freetype clone env for no-SMID single file 2019-05-01 18:38:50 +02:00
gdnative doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
gdscript Merge pull request #28884 from vnen/yield-resume-stack 2019-07-01 16:35:26 +02:00
gridmap doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
hdr Cleanup unused header 2019-01-28 06:29:39 +01:00
jpg SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
mbedtls Add NULL check in SSL connect_to_stream 2019-06-24 07:43:31 +02:00
mobile_vr doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
mono Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
ogg SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
opensimplex doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
opus Merge pull request #29910 from m4gr3d/dev_deprecate_armv6 2019-06-20 10:22:23 +02:00
pvr Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
recast Take CSG into account for nav-mesh generation 2019-06-13 13:44:41 +02:00
regex doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
squish SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
stb_vorbis doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
svg SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
tga Fix TGA indexed images loaded with flipped color table 2019-04-21 16:05:00 +03:00
theora Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
tinyexr Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
upnp Update miniupnpc library to latest master 2019-06-30 17:49:40 +02:00
vhacd SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
visual_script Merge pull request #29333 from hbina/fix_double_click_when_no_edited_func 2019-07-01 16:33:04 +02:00
vorbis Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
webm Merge pull request #29910 from m4gr3d/dev_deprecate_armv6 2019-06-20 10:22:23 +02:00
webp SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
webrtc doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
websocket doc: Remove null default values that can't be determined 2019-06-30 13:58:07 +02:00
xatlas_unwrap SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
register_module_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00