Hugo Locurcio
a37cfd0974
Add search keywords for CheckButton and ButtonGroup
2025-07-31 23:23:27 +02:00
Thaddeus Crews
eee305b9bd
Merge pull request #108921 from Giganzo/button-disabled
...
Fix button down signal not emitting on first press after being disabled
2025-07-31 10:39:10 -05:00
Thaddeus Crews
f9313aa27b
Merge pull request #108924 from bruvzg/ac17
...
Update access-kit to 0.17.0
2025-07-31 10:39:09 -05:00
Thaddeus Crews
c68213fe2a
Merge pull request #102350 from IceflowRE/update_add_item_doc
...
Update OptionButton documentation
2025-07-31 10:39:07 -05:00
Thaddeus Crews
22a54671ef
Merge pull request #98250 from Calinou/doc-physics-spiral-of-death
...
Improve documentation on "physics spiral of death" in ProjectSettings
2025-07-31 10:39:04 -05:00
Thaddeus Crews
34e88255c4
Merge pull request #108906 from maidopi-usagi/drvres_doc
...
Update documentation for `DriverResource` enum .
2025-07-31 10:39:03 -05:00
Joyless
4be5de05ab
Clarify visible_characters
...
Includes updates by @AThousandShips.
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2025-07-31 16:15:56 +01:00
Jojo-1000
ab178719d9
Mark methods for various classes as required
2025-07-30 19:24:56 +02:00
Giganzo
63409a91e0
Fix button down signal not emitting on first press after being disabled
2025-07-30 16:23:42 +02:00
Thaddeus Crews
ea77d8a0e8
Merge pull request #109115 from syntaxerror247/javaclasswrapper-doc
...
JavaClassWrapper: Add example to invoke constructor
2025-07-30 09:03:46 -05:00
Thaddeus Crews
90cfd88eae
Merge pull request #108051 from RoyBerardo/listener_doppler_fix
...
Fix `AudioListener3D` not tracking velocity for doppler
2025-07-30 09:03:40 -05:00
Anish Mishra
0d3516a527
JavaClassWrapper: Add example to invoke constructor
2025-07-30 13:27:35 +05:30
Allen Pestaluky
1f363c7ba4
Update HDR 2D documentation to include Compatibility support.
2025-07-29 15:56:24 -04:00
kobewi
501675de85
Remove outdated note from EditorScript description
2025-07-29 13:43:22 +02:00
Roy Berardo
769795f54a
fix AudioListener3D not tracking self velocity for doppler
2025-07-28 23:02:16 -07:00
Pāvels Nadtočajevs
3f757c41fc
Update access-kit to 0.17.0
2025-07-29 08:37:01 +03:00
Thaddeus Crews
465c98862d
Merge pull request #108271 from protam12/mini-fix
...
Class docs: Fix ReflectionProbe note regarding Compatibility renderer support
2025-07-28 10:49:31 -05:00
Chaosus
610712a269
Add a way to filter neighbor points to AStar2D/3D
2025-07-28 13:25:02 +03:00
protam12
d8d64e548b
Update notice in ReflectionProbe class
2025-07-27 14:27:19 +03:00
Hugo Locurcio
56f355e709
Clarify type inference in ProjectSettings Inferred Declaration warning
2025-07-24 00:03:16 +02:00
Thaddeus Crews
0877199803
Merge pull request #108782 from skyace65/Spinbox-link-fix
...
Fix spinbox formatting to fix linking
2025-07-23 13:27:06 -05:00
MaidOpi
7cb1598d64
Update descriptions for driver resource enums .
2025-07-24 01:11:59 +08:00
skyace65
94fc2efaa2
Fix spinbox formatting to fix linking
2025-07-23 06:58:16 -04:00
Thaddeus Crews
3843a30b53
Merge pull request #108825 from bruvzg/fix_run_opt_icons
...
Fix editor one-click icons not showing.
2025-07-22 11:20:10 -05:00
Thaddeus Crews
9bb9a95f74
Merge pull request #108724 from KoBeWi/downtown_deprecation
...
Deprecate updown icon
2025-07-22 11:20:08 -05:00
Pāvels Nadtočajevs
e407f55fbf
Fix editor one-click icons not showing.
2025-07-21 12:18:44 +03:00
kobewi
917f8b1ba8
Deprecate updown icon
2025-07-19 23:23:55 +02:00
Thaddeus Crews
71a9948157
Merge pull request #108287 from syntaxerror247/fix-virtual-keyboard-height
...
Fix immersive mode and virtual keyboard height issue on Android
2025-07-18 11:05:19 -05:00
Thaddeus Crews
843e869230
Merge pull request #108285 from timothyqiu/network-mode
...
Clarify that Network Mode is not mandatory for plugins
2025-07-18 11:05:17 -05:00
Thaddeus Crews
728a8f7ccf
Merge pull request #108718 from Koyper/split_container_touch_dragger_theme_colors
...
[SplitContainer] Fix inability to override touch dragger icon and add theme colors to touch dragger
2025-07-18 11:05:13 -05:00
Thaddeus Crews
6e0671e1c5
Merge pull request #108590 from ryevdokimov/update-auto-unfold-description
...
Update `auto_unfold_foreign_scenes` description
2025-07-18 11:05:11 -05:00
Thaddeus Crews
a1844396d3
Merge pull request #108617 from Calinou/doc-translation-po-plurals
...
Document Translation plurals requiring the use of the gettext PO format
2025-07-18 11:05:10 -05:00
Thaddeus Crews
e0f8055fb8
Merge pull request #108615 from Calinou/doc-animationmixer-started-signal
...
Document `AnimationMixer.animation_started` not being emitted for looping animations
2025-07-18 11:05:08 -05:00
Koyper
21144401c3
Add theme colors to touch dragger and fix touch dragger icon theme
2025-07-17 13:05:47 -05:00
Thaddeus Crews
8702b38c7f
Merge pull request #108196 from beicause/spinbox-custom-arrow-step-snap
...
SpinBox: Fix `custom_arrow_step` by snapping it to `step`
2025-07-17 10:34:43 -05:00
Anish Mishra
d8d3c86d71
Fix Immersive mode and keyboard height issues on Android
2025-07-16 23:31:47 +05:30
Thaddeus Crews
64c58c225a
Merge pull request #107473 from m4gr3d/address_transparency_feedback
...
Address remaining feedback on Android background transparency
2025-07-16 11:27:54 -05:00
Thaddeus Crews
129143355f
Merge pull request #108463 from kitbdev/fix-text-theme-issues
...
Fix some Text Editor theme issues and clean up
2025-07-16 11:27:52 -05:00
Pāvels Nadtočajevs
f20e5152ad
[EditorExportPlatform] Move initialization to a dedicated method.
2025-07-16 08:55:23 +03:00
kit
7e9e3b767c
Fix some Text Editor theme issues and clean up
2025-07-15 13:43:30 -04:00
Hugo Locurcio
837d299cf0
Document Translation plurals requiring the use of the gettext PO format
2025-07-14 22:54:57 +02:00
Hugo Locurcio
5c9dae8148
Document AnimationMixer.animation_started not being emitted for looping animations
2025-07-14 22:31:23 +02:00
Thaddeus Crews
2be2cbb720
Merge pull request #107782 from allenwp/vulkan-nonlinear-color-correction-dithering
...
Always perform color correction and debanding on nonlinear sRGB values.
2025-07-14 10:30:28 -05:00
robert yevdokimov
6d1571e230
Update auto_unfold_foreign_scenes description
2025-07-14 15:26:53 +04:00
shadow-foss
c5490f7284
Add toggle to insert keys/markers at current time or mouse position
...
Adds a new editor setting editors/animation/insert_at_current_time and a toggle button in the Animation Track Editor to let users choose whether to insert keys and markers at the current timeline cursor (when enabled) or at the mouse position (default behavior).
- Key insertion
- Paste and duplicate operations
- Editor setting persistence
- Icon by @TokageItLab
Fixes #103272
2025-07-13 09:57:27 +05:30
Thaddeus Crews
d36f394714
Merge pull request #108399 from bruvzg/rtl_vflscr
...
[RTL] Add option to scroll follow visible characters.
2025-07-10 11:39:31 -05:00
Pāvels Nadtočajevs
45a564f4f8
[RTL] Add option to scroll follow visible characters.
2025-07-10 17:30:09 +03:00
Pāvels Nadtočajevs
406a22d0da
[RTL] Add method to get visible content bounding box.
2025-07-10 15:49:35 +03:00
Allen Pestaluky
a1591512f8
Always perform color correction and debanding on nonlinear sRGB values.
...
Fixes #107730
Co-authored-by: LuoZhihao <luo_zhihao@outlook.com >
2025-07-08 13:44:53 -04:00
Aleksander Litynski
78f1543e35
Add an ObjectDB Profiling Tool
...
A new tab is added to the debugger that can help profile a game's memory usage.
Specifically, this lets you save a snapshot of all the objects in a running
game's ObjectDB to disk. It then lets you view the snapshot and diff two
snapshots against each other. This is meant to work similarly to Chrome's
heap snapshot tool or Unity's memory profiler.
2025-07-08 16:39:24 +02:00