cd2a9230e9
Update expected API validation files for the releases of Godot 4.2 & 4.3
2024-08-15 14:50:54 -07:00
ee363af0ed
Merge pull request #95556 from dsnopek/gdext-post-godot43
...
Update GDExtension related CI after Godot 4.3-stable's release
2024-08-15 16:06:38 +02:00
dd78ce4217
Update GDExtension related CI after Godot 4.3-stable's release
2024-08-15 07:38:49 -05:00
c2a4942850
Bump version to 4.4-dev
...
Mr. Godot still didn't show up...
2024-08-15 11:39:34 +02:00
77dcf97d82
Bump version to 4.3-stable \o/
...
This release turned out to be a massive one, exceeding our original
plans for the development cycle, but for good reasons to address many
critical issues that users identified since the 4.0 release.
The user experience should be much stabler and more polished than in
previous releases, with less obscure and game or workflow-breaking
bugs. And of course the feature set kept increasing with a number of
highly awaited improvements to all engine areas.
We have close to 3500 commits in this release, twice as many as 4.2!
More than 500 contributors were involved in this new feature release,
and we want to thank them all for their amazing contributors, as well
as all users who sponsor the Development Fund, reported bugs, opened
proposals, or supported each other on our community platforms.
4.3-stable
2024-08-15 01:00:16 +02:00
5e3d6de1f9
Add changelog for Godot 4.3
2024-08-15 00:57:57 +02:00
33c30b9e63
Merge pull request #95533 from Hilderin/fix-filesystem-not-updated-on-file-remove
...
Fix FileSystem not updated on file deletion
2024-08-15 00:53:47 +02:00
f27724e902
Merge pull request #95526 from alvinhochun/fix-pr94706
...
DisplayServerWindows: Fix logic when creating with transient parent
2024-08-15 00:43:24 +02:00
a0cc8c5c3b
Fix FileSystem not updated on file deletion
2024-08-14 18:24:46 -04:00
16a563b9ac
DisplayServerWindows: Fix logic when creating with transient parent
2024-08-15 04:10:15 +08:00
8e666adeed
i18n: Sync translations with Weblate
...
Adds Irish (ga) translations.
2024-08-14 16:14:54 +02:00
404fe05d2b
Update AUTHORS and DONORS list
2024-08-14 12:55:09 +02:00
0e355d74ac
Merge pull request #95517 from aaronfranke/fix-vec4-classdb
...
Fix Vector4, Vector4i, and Projection missing from ClassDB tests
2024-08-14 12:54:43 +02:00
5ced75aeb1
Fix Vector4, Vector4i, and Projection missing from ClassDB tests
2024-08-14 02:59:59 -07:00
06fbc8395b
Merge pull request #95481 from AThousandShips/anim_signal_fix_2
...
[Editor] Fix `AnimationTrackEditor::timeline_changed` signal
2024-08-13 15:44:59 +02:00
4fe0d0ee86
[Editor] Fix AnimationTrackEditor::timeline_changed signal
...
Signal was declared with two arguments, emitted with both two and three
2024-08-13 15:09:53 +02:00
28e65b0e4e
Merge pull request #95476 from RandomShaper/uncached_progress
...
ResourceLoader: Fix error on querying progress for uncached loads
2024-08-13 13:32:12 +02:00
17ea4b405a
ResourceLoader: Fix error on querying progress for uncached loads
2024-08-13 12:41:11 +02:00
a7a124a57d
i18n: Sync translations with Weblate
2024-08-12 23:51:35 +02:00
29a0e51b87
Merge pull request #95400 from AThousandShips/anim_signal_fix
...
[Editor] Fix missing bind for animation editor callback
2024-08-12 22:42:08 +02:00
b8e8b339c4
Merge pull request #95347 from calsbrook/update-compositor-effect-docs
...
Clarify usage of CompositorEffect as an abstract base class
2024-08-12 22:41:52 +02:00
3896212a95
Merge pull request #95434 from TokageItLab/docs-anim-link
...
Add Animation tutorial links to class reference by 4.3
2024-08-12 22:22:48 +02:00
b2f8ed7ff7
Merge pull request #95432 from bruvzg/rest_pop_time_on_click
...
Stop popup release timeout on click.
2024-08-12 22:22:42 +02:00
e231d04d0e
Merge pull request #95364 from ajreckof/fix-label-update-for-dict-on-item-deletion
...
Fix label update for dict on item deletion.
2024-08-12 22:22:32 +02:00
db3a831141
Add Animation tutorial links to class reference by 4.3
2024-08-13 01:57:28 +09:00
7f6c14522c
Stop popup release timeout on click.
2024-08-12 19:35:20 +03:00
39fc116c5f
Merge pull request #94968 from jsjtxietian/obj-import
...
Fix obj's name set in wrong order when importing
2024-08-12 18:24:27 +02:00
edc0571c96
Merge pull request #95425 from bruvzg/macos_joypad_queue
...
[macOS] Fix wrong object type in joypad queue.
2024-08-12 18:18:19 +02:00
47d0bdd558
Merge pull request #95405 from TokageItLab/fix-double-seeking
...
Prevent to seek doubly on AnimationPlayerEditor
2024-08-12 18:18:15 +02:00
f19e268c7a
Merge pull request #95330 from Hilderin/fix-resolve-class-inheritance-after-file-rename
...
Fix resolve class inheritance after file rename
2024-08-12 18:18:10 +02:00
0444fb67e6
Merge pull request #95329 from Giganzo/lock-eye-icon-order-in-scene-tree
...
Fix order of Lock and Group icons in SceneTree
2024-08-12 18:18:03 +02:00
81399ae9ba
Prevent to seek doubly on AnimationPlayerEditor
2024-08-13 00:49:53 +09:00
86c95d26fc
Merge pull request #95409 from AlexAlappsis/master
...
Incorrect reference to VisibleOnScreenEnabler3D/2D in VisibleOnScreenNotifier3D/2D documentation.
2024-08-12 14:10:41 +02:00
ece2e6d23b
Merge pull request #95377 from raulsntos/gdextension/expose-property-accessors/Animation
...
Make `Animation::capture_included` read-only
2024-08-12 14:10:37 +02:00
f16c3d13b4
Merge pull request #95341 from esainane/valid-example
...
Fix check in `Object._ValidateProperty` example
2024-08-12 14:10:32 +02:00
5ae8250142
Merge pull request #95338 from hakro/no_is_no
...
Make sure not to generate the compile_commands.json when not asked
2024-08-12 14:10:27 +02:00
10ae73cc69
Merge pull request #95336 from esainane/typo-eh
...
Fix typo in EditorImportPlugin docs
2024-08-12 14:10:21 +02:00
1d7b318d24
Merge pull request #95335 from esainane/error-to-sender
...
Fix documentation of `EditorImportPlugin._Import`
2024-08-12 14:10:16 +02:00
4ab4613f90
Merge pull request #95331 from Riteo/seat-tight-this-is-weird
...
Wayland: Avoid recreating input objects on capability change
2024-08-12 14:10:07 +02:00
3c2259f59a
Fix incorrect reference to VisibleOnScreenEnabler2D/3D in *Notifier2D/3D docs
2024-08-12 13:19:49 +02:00
d1047f4c46
[macOS] Fix wrong object type in joypad queue.
2024-08-12 14:09:18 +03:00
7eed651f38
[Editor] Fix missing bind for animation editor callback
...
`timeline_changed` signal was connected to a method with three arguments
but provides two.
2024-08-11 19:07:39 +02:00
d199f1f0d5
Fix resolve class inheritance after file rename
2024-08-10 19:21:24 -04:00
6577a39bd0
Fix label update for dict on item deletion.
2024-08-10 23:25:46 +02:00
415331f474
Make Animation::capture_included read-only
...
The `PROPERTY_USAGE_READ_ONLY` flag only makes the property read-only in the inspector, but the property also has the `PROPERTY_USAGE_NO_EDITOR` flag which means it won't show up in the inspector. So it does nothing, while still making it editable from scripting.
To make it read-only for scripting too, this PR removes the setter from the `PropertyInfo`. And since the `set_capture_included` method is now unused, it was also removed.
2024-08-10 18:53:45 +02:00
3217bc283c
Clarify usage of CompositorEffect as an abstract base class in the documentation
2024-08-09 21:28:31 -07:00
400800a86c
Make sure not to generate the compile_commands.json when not asked
2024-08-09 23:42:38 +02:00
88f3b5f9d5
Merge pull request #95321 from akien-mga/audio-sample-polyphonic-stop
...
AudioStreamPolyphonic: Implement stopping with sample playback
2024-08-09 23:25:56 +02:00
d0fc7f73df
Merge pull request #95323 from bruvzg/ios_dyl
...
[iOS] Fix dylib GDExtension convertion.
2024-08-09 23:25:12 +02:00
15f6984675
Fix check in Object._ValidateProperty example
...
The GDScript version above makes the `number` property read only whenever
`is_number_editable` is false.
```gdscript
func _validate_property(property: Dictionary):
if property.name == "number" and not is_number_editable:
property.usage |= PROPERTY_USAGE_READ_ONLY
```
The C# version is similar, but omits the negation, so the Number property is
made read only whenever `is_number_editable` is true.
This adds the negation to the C# example, making it match the GDScript
example.
2024-08-09 19:08:27 +00:00