godot/modules
Rémi Verschelde 686f6ff279 Fix mismatched class/struct definition warnings [-Wmismatched-tags]
Fixes the following Clang 7 warnings:
```
core/object.cpp:44:1: warning: '_ObjectDebugLock' defined as a struct here but previously declared as a class [-Wmismatched-tags]
core/variant_call.cpp:43:1: warning: '_VariantCall' defined as a struct here but previously declared as a class [-Wmismatched-tags]
drivers/gles3/rasterizer_storage_gles3.h:765:2: warning: 'MultiMesh' defined as a struct here but previously declared as a class [-Wmismatched-tags]
editor/editor_node.h:794:1: warning: 'EditorProgress' defined as a struct here but previously declared as a class [-Wmismatched-tags]
modules/bullet/rigid_body_bullet.h:230:17: warning: class 'KinematicUtilities' was previously declared as a struct [-Wmismatched-tags]
modules/bullet/space_bullet.h:60:1: warning: class 'btSoftBodyWorldInfo' was previously declared as a struct [-Wmismatched-tags]
scene/resources/world_2d.cpp:40:1: warning: 'SpatialIndexer2D' defined as a struct here but previously declared as a class [-Wmismatched-tags]
scene/resources/world.cpp:39:1: warning: 'SpatialIndexer' defined as a struct here but previously declared as a class [-Wmismatched-tags]
servers/audio/reverb_sw.cpp:60:1: warning: 'ReverbParamsSW' defined as a struct here but previously declared as a class [-Wmismatched-tags]
thirdparty/bullet/BulletSoftBody/btSoftBody.h:43:1: warning: 'btSoftBodyWorldInfo' defined as a struct here but previously declared as a class [-Wmismatched-tags]
```
2018-10-01 17:02:47 +02:00
..
bmp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
bullet Fix mismatched class/struct definition warnings [-Wmismatched-tags] 2018-10-01 17:02:47 +02:00
csg Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
cvtt SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
dds Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
enet SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
etc Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
freetype SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
gdnative Fix warnings about wrong member initialization order [-Wreorder] 2018-09-28 17:30:28 +02:00
gdscript Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
gridmap SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
hdr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
jpg SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
mbedtls SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
mobile_vr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
mono Mono: Fix not creating generic Array or Dictionary where expected 2018-09-27 00:11:31 +02:00
ogg SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
opensimplex SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
opus SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
pvr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
recast SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
regex SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
squish SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
stb_vorbis Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
svg SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
tga Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
thekla_unwrap -Many GLES2 optimizations 2018-09-30 23:11:24 -03:00
theora SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
tinyexr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
upnp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
visual_script After using the generic visual script search, reset the generic search mode variable to false. 2018-09-30 10:05:16 -07:00
vorbis SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
webm SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
webp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
websocket Fix -Wunused-function in websocket module 2018-09-29 22:26:32 +02:00
xatlas_unwrap -Many GLES2 optimizations 2018-09-30 23:11:24 -03:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00