1
0
Fork 0
godot/modules/gdscript
Rémi Verschelde 29b4ee3d97 Change explicit 'Godot 4.0' references to 'Godot 4'
Fixes #79276.

(cherry picked from commit 8a06ec979e)
2023-07-10 18:09:58 +02:00
..
doc_classes Explain a bit more RPCs options 2023-06-27 11:25:15 +02:00
editor Fix regression with enum descriptions now showing up in documentation. 2023-07-10 17:26:14 +02:00
icons
language_server
tests Change explicit 'Godot 4.0' references to 'Godot 4' 2023-07-10 18:09:58 +02:00
SCsub
config.py
gdscript.cpp GDScript: Remove unnecessary name check in `_get_property_list()` 2023-06-22 12:41:44 +03:00
gdscript.h
gdscript_analyzer.cpp GDScript: fix regression when checking for virtual function implementation. 2023-06-21 15:13:45 -04:00
gdscript_analyzer.h
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit 2023-06-21 21:51:05 +02:00
gdscript_compiler.h Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit 2023-06-21 21:51:05 +02:00
gdscript_disassembler.cpp
gdscript_editor.cpp
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Change explicit 'Godot 4.0' references to 'Godot 4' 2023-07-10 18:09:58 +02:00
gdscript_parser.h Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit 2023-06-21 21:51:05 +02:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp
gdscript_warning.cpp
gdscript_warning.h
register_types.cpp
register_types.h