George Marques
|
b4d0a09f15
GDScript: Reintroduce binary tokenization on export
|
1 年之前 |
Rémi Verschelde
|
745f8e112f
Revert "Add UID support to GDScript files"
|
1 年之前 |
A Thousand Ships
|
15369fdb1d
Remove unnecessary `this->` expressions
|
1 年之前 |
kobewi
|
c7f68a27ec
Add UID support to GDScript files
|
2 年之前 |
Yuri Sizov
|
a6f806f8da
Merge pull request #85487 from vnen/gdscript-static-register-annotations
|
1 年之前 |
Thaddeus Crews
|
5cf0d772bc
Change container_element_type to vector container
|
1 年之前 |
George Marques
|
39e8cf891d
GDScript: Make annotations register statically in parser
|
1 年之前 |
ryanabx
|
e945a8fbad
Fix typo in gdscript_parser.h and gdscript_translation_parser_plugin.cpp
|
1 年之前 |
Danil Alexeev
|
7f4721a941
GDScript: Fix non-static call is allowed in static var lambda body
|
1 年之前 |
Danil Alexeev
|
9e2273abc7
GDScript: Add error when exporting node in non [Node]-derived classes
|
1 年之前 |
Yuri Sizov
|
813cd1dfc8
Merge pull request #80085 from vnen/gdscript-pattern-guards
|
1 年之前 |
Yuri Sizov
|
aa474c9feb
Merge pull request #75988 from dalexeev/gds-unsafe-call-argument
|
1 年之前 |
George Marques
|
54a1414500
GDScript: Implement pattern guards for match statement
|
2 年之前 |
A Thousand Ships
|
517e9f8aef
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 年之前 |
Danil Alexeev
|
e8696f9961
GDScript: Improve call analysis
|
1 年之前 |
Danil Alexeev
|
072e9c5c82
GDScript: Fix and improve doc comment parsing
|
1 年之前 |
Rémi Verschelde
|
13f0ab88f2
Merge pull request #81079 from dalexeev/gds-fix-get-method-list
|
1 年之前 |
Danil Alexeev
|
462d8f4752
GDScript: Fix `get_*_list()` methods return incorrect info
|
1 年之前 |
Yuri Rubinsky
|
35802374ac
Add coloring for completion of vector components
|
2 年之前 |
Rémi Verschelde
|
91c5273ec5
Merge pull request #75656 from YuriSizov/core-iconic-builtins
|
1 年之前 |
Yuri Sizov
|
b6c4efe1b1
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
|
1 年之前 |
Danil Alexeev
|
68a567bd13
GDScript: Allow use local constants as types
|
1 年之前 |
Danil Alexeev
|
89429b0273
GDScript: Fix lambda resolution with cyclic references
|
1 年之前 |
Yuri Sizov
|
2c77f07aaa
Add a script method to get its class icon
|
1 年之前 |
Danil Alexeev
|
6c59ed9485
GDScript: Add static typing for `for` loop variable
|
2 年之前 |
Danil Alexeev
|
0f27c4ad80
GDScript: Check `get_node()` shorthand in static functions
|
2 年之前 |
Yuri Sizov
|
3de7dd902c
Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-below
|
2 年之前 |
Yuri Sizov
|
41efc7cb86
Merge pull request #78941 from dalexeev/gds-doc-comments-deprecated-and-experimental
|
2 年之前 |
Yuri Sizov
|
efbff1369a
Merge pull request #78254 from dalexeev/gds-fix-property-group-name-conflict
|
2 年之前 |
Danil Alexeev
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
2 年之前 |