..
doc_classes
Update docs to mention @icon
only works with global script classes
2022-12-01 12:52:58 -06:00
editor
Remove redundant Variant-types initializations
2022-11-14 19:35:19 +01:00
icons
language_server
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
2022-10-07 11:32:33 +03:00
tests
change RETURN_VALUE_DISCARDED GDScript warn text
2022-11-21 15:04:04 -06:00
config.py
gdscript_analyzer.cpp
[godot#68977] Fix constants parameters
2022-11-23 08:15:54 -05:00
gdscript_analyzer.h
Fix ability to overload "script" variable
2022-11-17 17:21:12 -05:00
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp
Merge pull request #68987 from adamscott/fix-godot#61386-autoload-scenes-implicit-types
2022-11-22 08:31:36 +01:00
gdscript_cache.h
[godot#61386] Fix autoload scenes implicit types
2022-11-21 23:39:31 -05:00
gdscript_codegen.h
gdscript_compiler.cpp
Fix cyclic references in GDScript 2.0
2022-11-18 16:41:31 -05:00
gdscript_compiler.h
GDScript compiler subclass bugfixes
2022-11-13 02:29:21 -08:00
gdscript_disassembler.cpp
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
2022-10-07 11:32:33 +03:00
gdscript_editor.cpp
Fix GDScript completion crash
2022-11-21 16:34:03 +03:00
gdscript_function.cpp
Fix cyclic references in GDScript 2.0
2022-11-18 16:41:31 -05:00
gdscript_function.h
Fix cyclic references in GDScript 2.0
2022-11-18 16:41:31 -05:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp
GDScript: Only check if ignoring warnings in debug build
2022-11-24 11:50:32 +01:00
gdscript_parser.h
GDScript: Only check if ignoring warnings in debug build
2022-11-24 11:50:32 +01:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
2022-10-07 11:32:33 +03:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
2022-10-07 11:32:33 +03:00
gdscript_warning.cpp
GDScript: Don't warn about RETURN_VALUE_DISCARDED by default
2022-11-22 15:01:24 +01:00
gdscript_warning.h
Add STATIC_CALLED_ON_INSTANCE warning to highlight
2022-10-14 10:43:42 -07:00
gdscript.cpp
Fix cyclic references in GDScript 2.0
2022-11-18 16:41:31 -05:00
gdscript.h
Fix cyclic references in GDScript 2.0
2022-11-18 16:41:31 -05:00
register_types.cpp
register_types.h
SCsub
SCons: Unify tools/target build type configuration
2022-09-26 16:31:46 +02:00