godot/modules/gdscript
George Marques 21bb5b9c0e
GDScript: Don't fail when freed object is return
This is check is a bit too eager. The user should be able to handle the
return value even if it's a freed object.

(cherry picked from commit abbdf80643)
2023-04-27 08:49:29 +02:00
..
doc_classes Fix typo and slightly reword in @GDScript.xml 2023-04-03 18:41:54 +02:00
editor Make GDScript number highlighting stricter 2023-03-27 16:58:50 +02:00
icons
language_server Fix GDScript LSP variable rename 2023-04-26 14:32:22 +02:00
tests GDScript: Don't fail when freed object is return 2023-04-27 08:49:29 +02:00
SCsub
config.py
gdscript.cpp Prevent cache corruption when saving resources in the editor 2023-03-13 14:16:13 +01:00
gdscript.h Remove unused `ScriptLanguage` methods 2023-02-26 22:30:56 -08:00
gdscript_analyzer.cpp GDScript: Add missing member type check when resolving `extends` 2023-04-24 17:00:35 +02:00
gdscript_analyzer.h Merge pull request #73590 from vnen/gdscript-global-scope-enums 2023-02-20 15:41:45 +01:00
gdscript_byte_codegen.cpp GDScript: Don't use validated call for vararg methods 2023-02-24 14:06:02 -03:00
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp GDScript: Fix checking if a call is awaited in compiler 2023-03-13 21:54:05 +01:00
gdscript_compiler.h GDScript: Fix checking if a call is awaited in compiler 2023-03-13 21:54:05 +01:00
gdscript_disassembler.cpp GDScript: Fix wrong increment for disassembly of lambda 2023-04-27 08:49:29 +02:00
gdscript_editor.cpp Fix multi-line string highlighting with single quotes. 2023-04-26 14:14:05 +02:00
gdscript_function.cpp
gdscript_function.h Merge pull request #73544 from mashumafi/fix-func-arg-null 2023-02-20 15:41:40 +01:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Fix error spam when naming a func at the end of the script 2023-03-14 13:59:03 +01:00
gdscript_parser.h Merge pull request #73590 from vnen/gdscript-global-scope-enums 2023-02-20 15:41:45 +01:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp Fix for mixed tabs and spaces in gdscript 2023-04-26 14:29:27 +02:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp GDScript: Don't fail when freed object is return 2023-04-27 08:49:29 +02:00
gdscript_warning.cpp
gdscript_warning.h
register_types.cpp
register_types.h