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
3aef60591b5e5ddc4d41845a709dc452cd53d5a2
godot
/
modules
/
gdscript
History
George Marques
3aef60591b
GDScript: Tidy up assignment operator check
...
The operator is already gathered by the parser, no need to do it again in the analyzer.
2020-08-08 10:37:51 -03:00
..
doc_classes
Merge pull request
#40903
from Calinou/doc-json
2020-07-31 10:39:56 +02:00
editor
…
icons
…
language_server
…
config.py
…
gdscript_analyzer.cpp
GDScript: Tidy up assignment operator check
2020-08-08 10:37:51 -03:00
gdscript_analyzer.h
…
gdscript_cache.cpp
…
gdscript_cache.h
…
gdscript_compiler.cpp
…
gdscript_compiler.h
…
gdscript_editor.cpp
…
gdscript_function.cpp
…
gdscript_function.h
…
gdscript_functions.cpp
GDScript: Clarified/fixed inaccuracies in the built-in function docs.
2020-07-25 20:26:02 +02:00
gdscript_functions.h
…
gdscript_parser.cpp
GDScript: Tidy up assignment operator check
2020-08-08 10:37:51 -03:00
gdscript_parser.h
…
gdscript_tokenizer.cpp
Make all String float conversion methods be 64-bit
2020-07-27 18:38:53 -04:00
gdscript_tokenizer.h
…
gdscript_warning.cpp
…
gdscript_warning.h
…
gdscript.cpp
Remove multilevel calls
2020-07-24 14:13:58 -03:00
gdscript.h
Remove multilevel calls
2020-07-24 14:13:58 -03:00
register_types.cpp
Refix GDScriptTranslationParser leak
2020-07-29 23:17:58 +02:00
register_types.h
…
SCsub
…