Rémi Verschelde
|
184f62cb46
|
Merge pull request #60458 from KoBeWi/Deprecated-hint,-unused-
|
2022-07-14 00:20:30 +02:00 |
Lerg
|
52adbb763e
|
Fix documentation for C# Vector2/3i classes.
The / operator was wrongly documented as a multiplication.
|
2022-07-13 22:49:22 +02:00 |
George Marques
|
dc5a6362c1
|
Merge pull request #62895 from KoBeWi/callables_exist_you_know
|
2022-07-13 09:30:08 -03:00 |
George Marques
|
ad11d264b7
|
Merge pull request #62901 from cdemirer/prevent-unnecessary-additional-parser-error
|
2022-07-13 09:24:36 -03:00 |
George Marques
|
d51aac1137
|
Merge pull request #62900 from cdemirer/fix-parser-stuck-in-an-error-loop
|
2022-07-13 09:18:21 -03:00 |
Rémi Verschelde
|
b942c1ffe3
|
Merge pull request #62827 from fire-forge/ok-cancel
Add `ok_button_text` to AcceptDialog and `cancel_button_text` to ConfirmationDialog
|
2022-07-13 14:10:38 +02:00 |
George Marques
|
87ef6f554b
|
Merge pull request #62918 from cdemirer/parser-properly-set-node-extents
|
2022-07-13 09:08:28 -03:00 |
George Marques
|
01f910517d
|
Merge pull request #62922 from YuriSizov/gdscript-annotation-defaults
|
2022-07-13 09:06:20 -03:00 |
George Marques
|
bf1ef0498e
|
Merge pull request #62578 from MinusKube/editor-print-crash
Fix GDScript parser sometimes crashing when issuing warning for unreachable pattern
|
2022-07-13 08:44:40 -03:00 |
kobewi
|
2f777b9a1e
|
Remove unused hints
|
2022-07-12 00:44:13 +02:00 |
Yuri Sizov
|
316f78a037
|
Add default argument bindings to GDScript annotations
|
2022-07-11 23:02:55 +03:00 |
cdemirer
|
12b9572121
|
Parser: Properly set node extents
|
2022-07-11 21:31:15 +03:00 |
cdemirer
|
5a906a33d9
|
Prevent unnecessary additional parser error
|
2022-07-11 03:32:28 +03:00 |
cdemirer
|
4f36b2df2a
|
Fix parser stuck in an error loop
|
2022-07-11 02:42:40 +03:00 |
kobewi
|
e9344f5154
|
Remove outdated code path
|
2022-07-10 20:48:33 +02:00 |
FireForge
|
e4067064ce
|
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
|
2022-07-09 10:47:08 -05:00 |
kobewi
|
d2900429e8
|
Add static methods for creating Image and ImageTexture
|
2022-07-08 13:40:47 +02:00 |
Rémi Verschelde
|
31974aaae2
|
Merge pull request #62805 from raulsntos/csharp-rpc
|
2022-07-07 17:21:51 +02:00 |
Rémi Verschelde
|
3768236ad2
|
Merge pull request #62789 from raulsntos/csharp-export-nodes
|
2022-07-07 17:21:10 +02:00 |
Rémi Verschelde
|
421e93b590
|
Merge pull request #62782 from raulsntos/csharp-bitfield-enums
|
2022-07-07 14:59:21 +02:00 |
Rémi Verschelde
|
72b3e81bdf
|
Merge pull request #62801 from raulsntos/ensure-nuget-path-exists
|
2022-07-07 12:23:35 +02:00 |
Rémi Verschelde
|
1e553e34fb
|
Merge pull request #62108 from bruvzg/font_config_v3
|
2022-07-07 12:22:49 +02:00 |
bruvzg
|
0c5431644d
|
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
2022-07-07 11:07:18 +03:00 |
Rémi Verschelde
|
28a3dee276
|
Merge pull request #62791 from raulsntos/csharp-bezier-interpolation
C#: Add `BezierInterpolate` method
|
2022-07-07 09:40:36 +02:00 |
Raul Santos
|
8131358b71
|
C#: New `RPCAttribute`
Replace old RPC attributes with a new single `RPCAttribute` which works
like the GDScript `@rpc` annotation.
|
2022-07-07 04:10:38 +02:00 |
Raul Santos
|
1637d0c699
|
Ensure NuGet.config directory exists
|
2022-07-07 01:53:32 +02:00 |
Raul Santos
|
71f99c6d40
|
C#: Add `BezierInterpolate` method
Adds a `BezierInterpolate` method for floats in `Mathf` and for vectors
in `Vector2` and `Vector3`.
|
2022-07-06 21:59:42 +02:00 |
Raul Santos
|
68477e9b1b
|
C#: Enable exporting nodes to the inspector
|
2022-07-06 21:49:53 +02:00 |
Raul Santos
|
f9c43c5489
|
Add C# support for bitfield enums (flags)
|
2022-07-06 17:49:37 +02:00 |
Rémi Verschelde
|
09e12ba9b4
|
Sync GDScript doc template for new annotations
|
2022-07-06 16:37:40 +02:00 |
Rémi Verschelde
|
f0eb3ac5d3
|
Merge pull request #62701 from cdemirer/for-variable-conflict
|
2022-07-06 16:02:49 +02:00 |
Rémi Verschelde
|
fdff28e1a2
|
Merge pull request #62699 from cdemirer/fix-autocomplete-var-assigned-same-statement
|
2022-07-06 15:57:19 +02:00 |
Rémi Verschelde
|
4c56885bc0
|
Merge pull request #62690 from cdemirer/fix-infinite-guess-recursion
|
2022-07-06 15:54:16 +02:00 |
Rémi Verschelde
|
4873886830
|
Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflict
Fix priority of annotated type vs initializer type
|
2022-07-06 15:47:56 +02:00 |
Rémi Verschelde
|
635d447a69
|
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
|
2022-07-06 15:31:19 +02:00 |
Rémi Verschelde
|
ea61cd3b32
|
Merge pull request #62707 from YuriSizov/gdscript-group-those-props
|
2022-07-06 15:24:07 +02:00 |
Rémi Verschelde
|
55fca1cb94
|
Merge pull request #62344 from BastiaanOlij/extract_dependencies
|
2022-07-06 13:24:46 +02:00 |
bruvzg
|
344ba0ffaf
|
Refactor Font configuration and import UI, and Font resources.
|
2022-07-06 14:12:36 +03:00 |
Rémi Verschelde
|
cf19484746
|
Merge pull request #62374 from reduz/implement-bitfield-hint
Implement a BitField hint
|
2022-07-06 09:35:40 +02:00 |
cdemirer
|
f280975bf1
|
Fix priority of annotated type vs initializer type
|
2022-07-06 04:25:44 +03:00 |
reduz
|
5ac42cf576
|
Implement a BitField hint
Allows to specify the binder that an enum must be treated as a bitfield.
|
2022-07-05 22:13:37 +02:00 |
Yuri Sizov
|
f85bafaa11
|
Add grouping annotations for class properties in GDScript
|
2022-07-05 22:01:40 +03:00 |
PZerua
|
aa7ab96e71
|
Fix light intensity and attenuation import from GLTF
|
2022-07-05 19:48:01 +02:00 |
Yuri Sizov
|
a9098e6147
|
Add support for documenting built-in annotations
|
2022-07-04 20:21:39 +03:00 |
cdemirer
|
dbdf0174b4
|
Do error when for variable conflicts with a variable in scope
|
2022-07-04 12:30:39 +03:00 |
cdemirer
|
3a827349bf
|
Fix autocomplete for variable which is assigned to in the current statement
|
2022-07-04 10:08:41 +03:00 |
bruvzg
|
6c27d9d624
|
HarfBuzz: Update to version 4.4.1
|
2022-07-04 09:12:19 +03:00 |
cdemirer
|
bd518f6b11
|
Fix infinite recursion when guessing type of variable which is being assigned to
|
2022-07-04 02:49:36 +03:00 |
Rémi Verschelde
|
eafb565f0c
|
Merge pull request #62653 from akien-mga/gltf-warning-typo-fix
|
2022-07-03 03:30:50 +02:00 |
Rémi Verschelde
|
e72f3abe2f
|
glTF: Fix a couple typos in warnings on image parsing
|
2022-07-03 02:55:31 +02:00 |