godot/modules/mono
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
..
build_scripts Merge pull request #31347 from neikeq/monodevelop-addin 2019-08-14 11:39:41 +02:00
doc_classes doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
editor Make sure '.mono/metadata/' exists before creating file 2019-08-22 14:32:55 +02:00
glue Add Vector2/3 sign and posmod functions, misc additions 2019-08-17 18:31:55 -04:00
icons Add C# language editor icon 2019-08-12 18:57:26 +02:00
mono_gd Merge pull request #31347 from neikeq/monodevelop-addin 2019-08-14 11:39:41 +02:00
utils Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono' 2019-08-09 12:13:21 +02:00
__init__.py Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
.gitignore Make git no longer ignore solution files inside the mono module 2019-08-12 15:59:06 +02:00
class_db_api_json.cpp Fix mono module build errors for release templates 2019-07-20 15:52:26 +02:00
class_db_api_json.h Fix mono module build errors for release templates 2019-07-20 15:52:26 +02:00
config.py Mono: Fix SCons options added to the wrong environment 2019-06-04 16:15:00 +02:00
csharp_script.cpp Make VarArg methods return types show up as Variant in API json 2019-08-26 16:36:51 +00:00
csharp_script.h Mono: Fix build errors with tools=no 2019-07-08 18:07:20 +02:00
godotsharp_defs.h Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono' 2019-08-09 12:13:21 +02:00
godotsharp_dirs.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
godotsharp_dirs.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
mono_gc_handle.cpp Mono: Lifetime fixes for CSharpInstance and instance binding data 2019-02-03 06:47:25 +01:00
mono_gc_handle.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
register_types.cpp Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
signal_awaiter_utils.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono' 2019-08-09 12:13:21 +02:00
signal_awaiter_utils.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00