Danil Alexeev
|
85dfd89653
|
Add @export_tool_button annotation for easily creating inspector buttons
Co-authored-by: jordi <creptthrust@gmail.com>
Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
Co-authored-by: Mack <86566939+Macksaur@users.noreply.github.com>
|
2024-09-27 22:24:15 +01:00 |
|
Rémi Verschelde
|
0b4ae20156
|
Merge pull request #78656 from Repiteo/typed-dictionary
Implement typed dictionaries
|
2024-09-06 22:38:13 +02:00 |
|
Rémi Verschelde
|
721d280b8a
|
Merge pull request #96326 from HolonProduction/completion-hacks-and-fixes
Autocompletion: Reintroduce enum options on assignment
|
2024-09-04 18:55:27 +02:00 |
|
Thaddeus Crews
|
9853a69144
|
Implement typed dictionaries
|
2024-09-04 10:27:26 -05:00 |
|
A Thousand Ships
|
194bdde947
|
Cleanup of raw nullptr checks with Ref
Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
|
2024-08-31 15:01:09 +02:00 |
|
HolonProduction
|
171c522290
|
Autocompletion: reintroduce enum options on assignment
|
2024-08-30 13:46:48 +02:00 |
|
Aina
|
930742f8b3
|
Fix missing GDScriptParser reference on completion context
|
2024-08-28 17:03:12 -03:00 |
|
Rémi Verschelde
|
6eb1d3cf98
|
Merge pull request #94888 from rune-scape/no-const-cast-gdscript-parser
GDScriptParser: Avoid `const_cast` of `AnnotationNode`
|
2024-08-28 00:12:35 +02:00 |
|
HolonProduction
|
c824403853
|
Autocompletion: enable string literal completion in subscripts
|
2024-08-27 13:02:09 +02:00 |
|
Rémi Verschelde
|
58505b0bce
|
Merge pull request #94082 from HolonProduction/completion-force
Autocompletion: Rework argument options string literal completion
|
2024-08-20 10:01:52 +02:00 |
|
rune-scape
|
22f43b7879
|
Avoid const_cast in GDScriptParser
|
2024-07-28 08:04:25 -07:00 |
|
HolonProduction
|
4699e69708
|
Autocompletion: register depended parsers with the main parser
|
2024-07-18 12:16:28 +02:00 |
|
Danil Alexeev
|
110c4d4067
|
GDScript: Fix "Mismatched external parser" for autoloads
|
2024-07-09 16:16:45 +03:00 |
|
HolonProduction
|
0abd0ae364
|
Autocompletion: rework argument options string literal completion
|
2024-07-08 17:53:36 +02:00 |
|
Hilderin
|
39369db029
|
Fix synchronization of global class name
|
2024-06-25 18:33:07 -04:00 |
|
Rémi Verschelde
|
6882a948b6
|
Merge pull request #92874 from Chaosus/completion_color_color
Add coloring for completion of Color components
|
2024-06-24 11:14:02 +02:00 |
|
Danil Alexeev
|
24b6edcd38
|
GDScript: Fix non-global class export
|
2024-06-20 14:30:12 +03:00 |
|
Rémi Verschelde
|
09a037628e
|
Merge pull request #85488 from miv391/fix-expected-indented-block-error-message-lines
Moving "Expected indented block" error message's line number back to where the error is
|
2024-06-10 16:11:30 +02:00 |
|
Yuri Rubinsky
|
305b948256
|
Add coloring for completion of Color components
|
2024-06-07 18:35:56 +03:00 |
|
PreslavPetrov
|
653a8b113a
|
Register the export info correctly when a global class script is used as the variable type for Node
|
2024-06-03 13:28:17 +01:00 |
|
Rémi Verschelde
|
6761923f4f
|
Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues
GDScript: Fix some export annotation issues
|
2024-05-19 11:21:00 +02:00 |
|
Danil Alexeev
|
7dd801c580
|
GDScript: Fix STANDALONE_EXPRESSION warning for preload()
|
2024-05-17 10:33:01 +03:00 |
|
Danil Alexeev
|
76b2d85c9f
|
GDScript: Fix some export annotation issues
|
2024-05-13 17:49:06 +03:00 |
|
Rémi Verschelde
|
ff018079a1
|
Merge pull request #84706 from HolonProduction/completion-get-child
Fix autocompletion after DOLLAR token
|
2024-05-07 16:49:13 +02:00 |
|
K. S. Ernest (iFire) Lee
|
f9b488508c
|
Add PackedVector4Array Variant type
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
2024-05-03 00:58:27 +02:00 |
|