This website requires JavaScript.
Explore
Docs
Wiki
Blog
main-f892c9da98
Register
Sign In
tinqs
/
engine
Watch
7
Star
0
Fork
0
You've already forked engine
Code
Agents
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Issues
Files
701195937de2600a8c32a823ebffcf657ec7b0dd
engine
/
modules
/
gdscript
T
History
Hugo Locurcio
33773a24dc
Merge pull request
#52105
from ldmnt/master
2021-08-27 19:28:59 +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
#52105
from ldmnt/master
2021-08-27 19:28:59 +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: Fix issue when calling
new()
on its own
2021-08-18 18:56:21 -03:00
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
…