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
e0572f7ef7760bd1ceee2e177284564ff1d97fef
godot
/
modules
/
gdscript
History
kobewi
e0572f7ef7
Fix crash when parsing Dictionary
2021-08-10 15:57:56 +02:00
..
doc_classes
doc: Use self-closing tags for
return
and
argument
2021-07-30 15:29:52 +02:00
editor
Use const references where possible for List range iterators
2021-07-25 12:22:25 +02:00
icons
…
language_server
Fix LSP completion crashing on scene-less scripts
2021-08-06 14:55:05 -04:00
tests
…
config.py
…
gdscript_analyzer.cpp
…
gdscript_analyzer.h
…
gdscript_byte_codegen.cpp
…
gdscript_byte_codegen.h
…
gdscript_cache.cpp
…
gdscript_cache.h
…
gdscript_codegen.h
…
gdscript_compiler.cpp
Fix infinite loop when creating a newly inherited GdScript file
2021-08-09 23:52:31 +02:00
gdscript_compiler.h
…
gdscript_disassembler.cpp
…
gdscript_editor.cpp
Merge pull request
#48615
from Razoric480/lsp-rename
2021-08-05 00:18:31 +02:00
gdscript_function.cpp
…
gdscript_function.h
…
gdscript_lambda_callable.cpp
…
gdscript_lambda_callable.h
…
gdscript_parser.cpp
Fix crash when parsing Dictionary
2021-08-10 15:57:56 +02:00
gdscript_parser.h
Use const references where possible for List range iterators
2021-07-25 12:22:25 +02:00
gdscript_tokenizer.cpp
…
gdscript_tokenizer.h
…
gdscript_utility_functions.cpp
…
gdscript_utility_functions.h
…
gdscript_vm.cpp
…
gdscript_warning.cpp
…
gdscript_warning.h
…
gdscript.cpp
Use Ref<T> references as iterators where relevant
2021-07-26 19:27:11 +02:00
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…