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
07ddc8b3b8a3ec015387cd6a9baf40e7bb207d62
godot
/
modules
/
gdscript
History
Dallon Feldner
07ddc8b3b8
Don't print redundant errors when parsing GDScript
...
The error macros print a generic error, which isn't necessary, and could be confusing to end users.
2022-07-22 09:30:52 -05:00
..
doc_classes
Merge pull request
#47935
from HaSa1002/doc-loading-run-time
2022-07-20 22:33:49 +02:00
editor
Highlight ^NodePath and &StringName differently
2022-07-19 20:20:30 +02:00
icons
…
language_server
Add grouping annotations for class properties in GDScript
2022-07-05 22:01:40 +03:00
tests
Merge pull request
#62701
from cdemirer/for-variable-conflict
2022-07-06 16:02:49 +02:00
config.py
…
gdscript_analyzer.cpp
Merge pull request
#62760
from cdemirer/fix-annotation-initializer-conflict
2022-07-06 15:47:56 +02:00
gdscript_analyzer.h
…
gdscript_byte_codegen.cpp
…
gdscript_byte_codegen.h
…
gdscript_cache.cpp
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
2022-07-07 11:07:18 +03:00
gdscript_cache.h
…
gdscript_codegen.h
…
gdscript_compiler.cpp
Check for parameters shadowing class members
2022-07-18 00:28:27 +03:00
gdscript_compiler.h
…
gdscript_disassembler.cpp
…
gdscript_editor.cpp
Fix crash while trying to autocomplete non-global Autoload
2022-07-18 16:35:25 +03:00
gdscript_function.cpp
…
gdscript_function.h
…
gdscript_lambda_callable.cpp
…
gdscript_lambda_callable.h
…
gdscript_parser.cpp
GDScript: Fix brief/long description doc comments.
2022-07-18 13:34:07 +01:00
gdscript_parser.h
Merge pull request
#62918
from cdemirer/parser-properly-set-node-extents
2022-07-13 09:08:28 -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
Remove outdated code path
2022-07-10 20:48:33 +02:00
gdscript_warning.cpp
…
gdscript_warning.h
…
gdscript.cpp
Don't print redundant errors when parsing GDScript
2022-07-22 09:30:52 -05:00
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…