This website requires JavaScript.
Explore
Help
tinqs-git
· 4a9469cf65
Register
Sign In
tinqs
/
engine
Watch
7
Star
0
Fork
0
You've already forked engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e5365da03ca9dbd52b686174ff2defa0eca62803
engine
/
modules
/
gdscript
T
History
Ninni Pipping
e5365da03c
[GDScript] Fix incorrect compound assignment
...
Reverts in-place compound assignments Added test to ensure correctness
2023-04-14 11:28:44 +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
[GDScript] Fix incorrect compound assignment
2023-04-14 11:28:44 +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
[GDScript] Fix incorrect compound assignment
2023-04-14 11:28:44 +02: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
…