Danil Alexeev
|
7d65d0a908
GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations
|
8 months ago |
Thaddeus Crews
|
e9ce3932b3
Merge pull request #98099 from dalexeev/pot-gen-add-comment-support
|
8 months ago |
rune-scape
|
eb8b9898c9
GDScript: Fix cached parser error when using typed Dictionaries
|
9 months ago |
Danil Alexeev
|
cab80cb97d
POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments
|
10 months ago |
Danil Alexeev
|
85dfd89653
Add `@export_tool_button` annotation for easily creating inspector buttons
|
10 months ago |
Rémi Verschelde
|
0b4ae20156
Merge pull request #78656 from Repiteo/typed-dictionary
|
11 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 years ago |
HolonProduction
|
171c522290
Autocompletion: reintroduce enum options on assignment
|
11 months ago |
Rémi Verschelde
|
6eb1d3cf98
Merge pull request #94888 from rune-scape/no-const-cast-gdscript-parser
|
11 months ago |
Rémi Verschelde
|
58505b0bce
Merge pull request #94082 from HolonProduction/completion-force
|
11 months ago |
rune-scape
|
22f43b7879
Avoid const_cast in GDScriptParser
|
1 year ago |
HolonProduction
|
4699e69708
Autocompletion: register depended parsers with the main parser
|
1 year ago |
HolonProduction
|
0abd0ae364
Autocompletion: rework argument options string literal completion
|
1 year ago |
Hilderin
|
39369db029
Fix synchronization of global class name
|
1 year ago |
Rémi Verschelde
|
6761923f4f
Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues
|
1 year ago |
Rémi Verschelde
|
0a67ee52d1
Revert "GDScript: Implement get_dependencies()"
|
1 year ago |
Danil Alexeev
|
76b2d85c9f
GDScript: Fix some export annotation issues
|
1 year ago |
Danil Alexeev
|
8122a27eac
GDScript: Fix access non-static members in static context
|
1 year ago |
Rémi Verschelde
|
c4733e8003
Merge pull request #90860 from vnen/gdscript-get-dependencies
|
1 year ago |
rune-scape
|
6b88c86cec
GDScript: invalidate GDScriptParserRef when reloading
|
1 year ago |
George Marques
|
dc73440f89
GDScript: Implement get_dependencies()
|
1 year ago |
Jamie Hill-Daniel
|
164b34a734
Don't pass `self` when calling a static function from a non-static context
|
1 year ago |
Rémi Verschelde
|
453485aede
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
|
1 year ago |
Danil Alexeev
|
ef1909fca3
GDScript: Fix `@warning_ignore` annotation issues
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
George Marques
|
8e520454ef
GDScript: Add @export_custom annotation
|
2 years ago |
Danil Alexeev
|
af28f87791
Documentation: Add support for deprecated/experimental messages
|
1 year ago |
George Marques
|
b4d0a09f15
GDScript: Reintroduce binary tokenization on export
|
1 year ago |
Rémi Verschelde
|
745f8e112f
Revert "Add UID support to GDScript files"
|
1 year ago |
A Thousand Ships
|
15369fdb1d
Remove unnecessary `this->` expressions
|
1 year ago |