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
4e67e9bca63b6539820a4e09d58ffc192146da19
godot
/
modules
/
gdscript
History
Max Hilbrunner
4e67e9bca6
Merge pull request
#52090
from balloonpopper/bug52060
...
Correct null and boolean values being capitalised by the str command
2021-08-27 21:05:47 +02:00
..
doc_classes
…
editor
Replace BIND_VMETHOD by new GDVIRTUAL syntax
2021-08-22 08:23:58 -03:00
icons
…
language_server
…
tests
Merge pull request
#52090
from balloonpopper/bug52060
2021-08-27 21:05:47 +02:00
config.py
…
gdscript_analyzer.cpp
GDScript: Make singleton functions be seen as static
2021-08-20 10:52:58 -03:00
gdscript_analyzer.h
…
gdscript_byte_codegen.cpp
…
gdscript_byte_codegen.h
…
gdscript_cache.cpp
…
gdscript_cache.h
…
gdscript_codegen.h
…
gdscript_compiler.cpp
GDScript: Fix memory leak when using self class as type
2021-08-18 18:58:45 -03:00
gdscript_compiler.h
…
gdscript_disassembler.cpp
…
gdscript_editor.cpp
…
gdscript_function.cpp
…
gdscript_function.h
…
gdscript_lambda_callable.cpp
…
gdscript_lambda_callable.h
…
gdscript_parser.cpp
Fixed crash when parsing an empty assignment.
2021-08-25 18:48:08 +02:00
gdscript_parser.h
…
gdscript_tokenizer.cpp
…
gdscript_tokenizer.h
…
gdscript_utility_functions.cpp
…
gdscript_utility_functions.h
…
gdscript_vm.cpp
Fix initialization of objects in VariantInternal
2021-08-19 20:19:47 -03:00
gdscript_warning.cpp
…
gdscript_warning.h
…
gdscript.cpp
…
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…