This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
833b252ce7772d94836588bcdc40dc221f8b83ef
godot
/
modules
/
gdscript
History
Rémi Verschelde
1bfaa73e14
Merge pull request
#69416
from anvilfolk/default-val
...
Add GDScript implicit type conversion for member variables with initializers
2022-12-11 23:58:22 +01:00
..
doc_classes
…
editor
…
icons
…
language_server
…
tests
…
config.py
…
gdscript_analyzer.cpp
…
gdscript_analyzer.h
…
gdscript_byte_codegen.cpp
GDScript: Fix subclass script path issues
2022-12-01 20:43:27 -05:00
gdscript_byte_codegen.h
…
gdscript_cache.cpp
…
gdscript_cache.h
Fix
GDScriptCache
to not remove scripts/scenes individually when clearing
2022-12-10 12:48:07 -05:00
gdscript_codegen.h
…
gdscript_compiler.cpp
Add GDScript member initializer implicit type conversion
2022-12-11 16:55:02 -05:00
gdscript_compiler.h
…
gdscript_disassembler.cpp
…
gdscript_editor.cpp
Fix autocomplete on functions returning variants
2022-12-11 14:17:27 +07:00
gdscript_function.cpp
…
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
Merge pull request
#69303
from Chaosus/gds_fix_loops
2022-12-01 10:21:21 +01:00
gdscript_parser.h
Reset unassigned local variables to null in the loops
2022-11-28 19:45:24 +03: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: Don't warn about RETURN_VALUE_DISCARDED by default
2022-11-22 15:01:24 +01:00
gdscript_warning.h
…
gdscript.cpp
Add GDScript member initializer implicit type conversion
2022-12-11 16:55:02 -05:00
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…