This website requires JavaScript.
Explore
Help
Register
Sign In
Nixyri
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2024-11-25 21:52:51 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
4ab0b38940
godot
/
modules
/
gdscript
History
Fabio Alessandrelli
4ab0b38940
Merge pull request
#75850
from rsubtil/bugfix-lsp_dap_connection_poll
...
Poll LSP/DAP clients for connection status updates
2023-04-11 10:19:24 +02:00
..
doc_classes
Fix typo and slightly reword in @GDScript.xml
2023-03-31 20:30:29 +00:00
editor
Make GDScript number highlighting stricter
2023-03-01 21:27:32 +01:00
icons
language_server
Poll LSP/DAP clients for connection status updates
2023-04-09 12:36:01 +01:00
tests
Fix mistakes in documentation and GDScript errors
2023-04-10 10:00:09 +02:00
config.py
gdscript_analyzer.cpp
Merge pull request
#74949
from dalexeev/gds-fix-await-warning
2023-03-20 19:14:15 +01:00
gdscript_analyzer.h
GDScript: Fix missing warning for shadowing of built-in types
2023-03-13 00:49:34 +02:00
gdscript_byte_codegen.cpp
GDScript: Don't use validated call for vararg methods
2023-02-24 14:06:02 -03:00
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp
Merge pull request
#72056
from resistor/master
2023-03-20 19:16:30 +01:00
gdscript_compiler.h
GDScript: Fix checking if a call is awaited in compiler
2023-03-01 09:31:35 +02:00
gdscript_disassembler.cpp
gdscript_editor.cpp
GDScript: Change parser representation of class extends
2023-03-13 01:40:13 +02:00
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp
Fix mistakes in documentation and GDScript errors
2023-04-10 10:00:09 +02:00
gdscript_parser.h
GDScript: Change parser representation of class extends
2023-03-13 01:40:13 +02: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
gdscript_warning.cpp
Fix mistakes in documentation and GDScript errors
2023-04-10 10:00:09 +02:00
gdscript_warning.h
gdscript.cpp
GDScript: Change parser representation of class extends
2023-03-13 01:40:13 +02:00
gdscript.h
Remove unused
ScriptLanguage
methods
2023-02-26 22:30:56 -08:00
register_types.cpp
register_types.h
SCsub