1
0
Fork 0
Commit Graph

11491 Commits

Author SHA1 Message Date
Thaddeus Crews 51206892fe
Merge pull request #109402 from dawdle-deer/dropdown-search-term
Add "dropdown" keyword to OptionButton and MenuButton
2025-08-13 18:42:15 -05:00
Thaddeus Crews 90ba13bd0b
Merge pull request #109528 from syntaxerror247/drive-selection-issue
Fix drive selection issue on Android
2025-08-13 18:42:13 -05:00
Hazel Kennedy 69015944e1 add dropdown keyword to MenuButton and OptionButton 2025-08-12 15:57:01 -07:00
Thaddeus Crews cc9fcbeb1b
Merge pull request #109100 from aaronfranke/range-snap
Fix snapping logic in Range
2025-08-12 11:46:36 -05:00
Pāvels Nadtočajevs 10fd7163d4
Add methods to check which event first triggered "just pressed/released" state. 2025-08-12 16:25:23 +03:00
Aaron Franke eee7ce635b
Fix snapping logic in Range 2025-08-12 03:32:27 -07:00
Anish Mishra 5bcf9a5a57 Fix drive selection issue on Android 2025-08-11 21:47:00 +05:30
Leandro (cerberus1746) Benedet Garcia 510c8e642c
fix function used in the code example 2025-08-10 18:24:13 -03:00
KOGA Mitsuhiro 2560ddbce0 Add CameraServer camera_feeds_updated signal, and document async behavior 2025-08-08 03:53:41 +09:00
Thaddeus Crews 68e38b5d9c
Merge pull request #109242 from Calinou/doc-tree-item-collapsed-signal
Document `Tree.item_collapsed` also being emitted when the item is expanded
2025-08-06 12:01:20 -05:00
Thaddeus Crews ff5d738f16
Merge pull request #109208 from SheepYhangCN/get-rendering-driver-name-desc-fix
Fix inaccurate description of `get_current_rendering_driver_name`
2025-08-06 12:01:19 -05:00
Thaddeus Crews 5a556c6528
Merge pull request #109118 from bruvzg/svg_nine
Add `SVGTexture`support to `NinePatchRect`, `TextureProgressBar` and `StyleBoxTexture`.
2025-08-06 12:01:11 -05:00
Hugo Locurcio 22285c8fd9
Document `OS.get_video_adapter_driver_info()` being slow to call the first time
- Add a code sample that shows how to call it from a thread
  to avoid blocking the engine.
2025-08-06 14:39:16 +02:00
Hugo Locurcio e4131712a4
Document `Tree.item_collapsed` also being emitted when the item is expanded
This also mentions that the signal is emitted even when the item is
expanded/collapsed through code.
2025-08-04 21:47:18 +02:00
Thaddeus Crews dd129b6cef
Merge pull request #109095 from allenwp/docs10896
Update HDR 2D documentation to include Compatibility support.
2025-08-04 12:04:18 -05:00
Pāvels Nadtočajevs 610c98c1ce
Add `SVGTexture`support to `NinePatchRect`, `TextureProgressBar` and `StyleBoxTexture`. 2025-08-04 08:57:30 +03:00
Thaddeus Crews 45509c284c
Merge pull request #108029 from Joy-less/clarify-visible_characters
Clarify `visible_characters`
2025-08-03 10:51:18 -05:00
SheepYhangCN a07306b532 Fix inaccurate description of `get_current_rendering_driver_name` 2025-08-02 03:14:27 +08:00
Thaddeus Crews b33c3de691
Merge pull request #109180 from Calinou/doc-rigidbody-center-of-mass-auto
Clarify the behavior of `RigidBody.CENTER_OF_MASS_MODE_AUTO`
2025-08-01 11:45:20 -05:00
Hugo Locurcio ad825a36ec
Clarify the behavior of `RigidBody.CENTER_OF_MASS_MODE_AUTO` 2025-08-01 00:38:33 +02:00
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
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
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