godot/modules
toasteater e2121c97ae Make VarArg methods return types show up as Variant in API json
VarArg methods have the return type Object in the API json for GDNative. This
can cause undefined behavior in some language bindings due to lack of
documentation on VarArg methods' behavior.

This changes the MethodInfo of:

- CSharpScript::_new
- GDScript::_new
- PluginScript::_new
2019-08-26 16:36:51 +00:00
..
arkit Fix type mismatch in iOS interface orientation checks 2019-07-22 20:31:15 +02:00
assimp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
bmp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
bullet Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
csg Replace is_zero_approx(A.distance_to(B)) with A==B 2019-08-19 18:16:58 +02:00
cvtt Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
dds Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
enet Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
etc Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
freetype SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
gdnative Make VarArg methods return types show up as Variant in API json 2019-08-26 16:36:51 +00:00
gdscript Make VarArg methods return types show up as Variant in API json 2019-08-26 16:36:51 +00:00
gridmap Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-comments 2019-08-14 13:45:54 +02:00
hdr Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
jpg Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
mbedtls Better error handling in SSLContext, Crypto 2019-08-22 16:49:11 +02:00
mobile_vr doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
mono Make VarArg methods return types show up as Variant in API json 2019-08-26 16:36:51 +00:00
ogg
opensimplex doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
opus Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
pvr Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
recast Fix EditorNavigationMeshGenerator registered in Core API 2019-07-09 23:33:29 +02:00
regex doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
squish Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
stb_vorbis Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
svg Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
tga Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
theora Changed some code showed in LGTM and Coverage 2019-07-20 08:09:57 +02:00
tinyexr Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
upnp SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
vhacd SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
visual_script Plugin support for visual shaders 2019-08-14 15:52:27 +03:00
vorbis Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
webm Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
webp Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
webrtc Merge pull request #30851 from TheDevelo/webrtc-buffer 2019-08-21 21:17:48 +02:00
websocket Merge pull request #29871 from Faless/crypto/initial_pr 2019-08-21 18:03:03 +02:00
xatlas_unwrap Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
register_module_types.h
SCsub SCons: Fix uses of [].append instead of env.add_source_files() 2019-07-22 15:08:32 +02:00