godot/modules/gdscript
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
..
doc_classes Add a reference to pow to the description of exp. 2019-07-29 18:17:52 +02:00
editor Use base Color() constructors instead of Color::html() 2019-07-08 21:17:10 +02:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
gdscript.cpp Make VarArg methods return types show up as Variant in API json 2019-08-26 16:36:51 +00:00
gdscript.h Parse more informations for code completion 2019-07-04 14:00:14 +08:00
gdscript_compiler.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. 2019-08-09 11:13:24 +02:00
gdscript_compiler.h Fix GDScriptCompiler bugging out with identically-named inner class 2019-03-16 20:41:16 +02:00
gdscript_editor.cpp Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
gdscript_function.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. 2019-08-09 11:13:24 +02:00
gdscript_function.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_functions.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. 2019-08-09 11:13:24 +02:00
gdscript_functions.h Added lerp_angles built-in function 2019-07-20 12:59:41 +03:00
gdscript_parser.cpp Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
gdscript_parser.h Merge pull request #30289 from bojidar-bg/29586-class-name-constant 2019-07-03 21:25:20 +02:00
gdscript_tokenizer.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. 2019-08-09 11:13:24 +02:00
gdscript_tokenizer.h Disallow using of both tabs and spaces for indentation in the same file 2019-07-26 21:24:34 +03:00
register_types.cpp Export: Remove temp files from cache after export 2019-08-12 13:31:59 +02:00
register_types.h
SCsub