godot/modules
Rémi Verschelde bca2d3ad40 Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]
Fixes the following GCC 5 warnings and actual bugs:
```
drivers/unix/net_socket_posix.cpp:562:28: warning: comparison between 'enum IP::Type' and 'enum NetSocket::Type' [-Wenum-compare]
modules/gdscript/gdscript_function.cpp:792:26: warning: comparison of constant '17' with boolean expression is always true [-Wbool-compare]
modules/gdscript/gdscript_function.cpp:792:26: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
modules/gdscript/gdscript_parser.cpp:5082:58: warning: comparison of constant '6' with boolean expression is always false [-Wbool-compare]
modules/gdscript/gdscript_parser.cpp:5082:58: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
modules/mbedtls/stream_peer_mbed_tls.cpp:286:45: warning: comparison between 'enum StreamPeerTCP::Status' and 'enum StreamPeerSSL::Status' [-Wenum-compare]
modules/mbedtls/stream_peer_mbed_tls.cpp:313:45: warning: comparison between 'enum StreamPeerTCP::Status' and 'enum StreamPeerSSL::Status' [-Wenum-compare]
```
2018-09-27 16:25:24 +02:00
..
bmp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
bullet Corrected cast_motion query behaviour 2018-09-22 11:17:31 +02:00
csg Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
cvtt Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
dds Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
enet ENet: Remove redundant if condition 2018-09-26 10:53:45 +02:00
etc Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
freetype Misc. typos 2018-09-12 21:39:17 -04:00
gdnative Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
gdscript Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] 2018-09-27 16:25:24 +02:00
gridmap Fix warnings for operator precedence disambiguation [-Wparentheses] 2018-09-27 10:29:48 +02:00
hdr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
jpg Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mbedtls Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] 2018-09-27 16:25:24 +02:00
mobile_vr Style: Enable clang-format on GLSL shaders 2018-08-27 07:34:14 +02:00
mono Mono: Fix not creating generic Array or Dictionary where expected 2018-09-27 00:11:31 +02:00
ogg SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
opensimplex Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
opus Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
pvr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
recast Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
regex Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
squish Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
stb_vorbis Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
svg Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
tga Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
thekla_unwrap Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
theora Fix warnings for operator precedence disambiguation [-Wparentheses] 2018-09-27 10:29:48 +02:00
tinyexr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
upnp Misc. typos 2018-09-12 21:39:17 -04:00
visual_script Fix warnings for operator precedence disambiguation [-Wparentheses] 2018-09-27 10:29:48 +02:00
vorbis Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
webm SCons: Fix checks for clang in env['CXX'] 2018-09-25 11:15:25 +02:00
webp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
websocket Update WebSocket documentation 2018-09-24 01:50:37 +02:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub - Improves portability in joystick buttons enum 2018-01-24 19:12:54 -03:00