Robert Yevdokimov
dc08fd48cb
Fix crash after calling EditorUndoRedoManager.clear_history() and then interacting with history dock entries
2025-12-30 11:27:36 -05:00
Silc Lizard (Tokage) Renew
261ab6092b
Change radius_range to angle to indicate hole of JointLimitationCone3D
2025-12-31 00:53:57 +09:00
Pāvels Nadtočajevs
64277e6101
Make PopupMenu shrinking configurable.
2025-12-30 08:33:41 +02:00
kleonc
3e5f3e9d35
Fix sorting_offset property flags for Decal
2025-12-25 15:24:30 +01:00
Philippe Vaillancourt
e046830c50
Tree: Add per-cell autowrap_trim_flags to TreeItem
...
The Debugger Errors tab previously displayed ASCII art diagnostic output
(like Rust/Elm-style error messages) incorrectly because the Tree widget
hardcoded space trimming flags, causing leading spaces on wrapped lines
to be trimmed and breaking alignment.
This adds a per-cell `autowrap_trim_flags` property to TreeItem, following
the pattern used by Label and RichTextLabel. The debugger errors tab now
disables trim flags and uses the same monospace font as the Output panel,
ensuring proper alignment of structured error messages.
2025-12-24 15:28:15 -05:00
Hugo Locurcio
26d8a32020
Document runtime alternative to Default Theme Scale project setting
2025-12-23 02:13:23 +01:00
Rémi Verschelde
3b48b0110e
Merge pull request #114243 from leandro-benedet-garcia/owner-doc-update
...
Add Link to the Owner Tutorial
2025-12-21 10:41:53 +01:00
Rémi Verschelde
231d2ed7fb
Merge pull request #111804 from Calinou/doc-window-content-scale
...
Improve Window content scale documentation
2025-12-21 10:40:50 +01:00
Rémi Verschelde
8b8b8bcc61
Merge pull request #111774 from Calinou/doc-engine-physics-ticks-per-second
...
Update documentation for `Engine.physics_ticks_per_second` and its project setting
2025-12-21 10:40:43 +01:00
Leandro (cerberus1746) Benedet Garcia
18a7231cf4
Add Link to the Owner Tutorial
2025-12-20 22:14:57 -03:00
Seif El-Din Ahmed
95d07468bd
Add a copy button to the color picker.
2025-12-19 21:12:19 +02:00
kobewi
ecc00b1238
Add Auto update check mode
2025-12-19 17:25:07 +01:00
Rémi Verschelde
9302ec9f21
Merge pull request #113917 from Calinou/project-manager-folder-naming-convention-quick-settings
...
Tweak Quick Settings dialog to ensure labels and dropdowns are aligned
2025-12-19 11:53:16 +01:00
Rémi Verschelde
f4dab5199a
Merge pull request #111748 from Calinou/doc-sdfgi-debug-probes
...
Document occlusion debugging in the SDFGI debug probes draw mode in the editor
2025-12-19 11:52:53 +01:00
Rémi Verschelde
4484897e74
Merge pull request #111334 from Calinou/doc-displayserver-refresh-rate-vsync
...
Document relationship between refresh rate and V-Sync in DisplayServer
2025-12-19 11:52:46 +01:00
Rémi Verschelde
2d3b076b08
Merge pull request #110705 from Calinou/doc-canvasitem-visibility-layer
...
Document CanvasItem visibility layers not being inherited from parent nodes
2025-12-19 11:52:23 +01:00
Rémi Verschelde
92e96bdf27
Merge pull request #110575 from Calinou/doc-tilemaplayer-get-coords-for-body-rid
...
Document `TileMapLayer.get_coords_for_body_rid()` precision depending on quadrant size
2025-12-19 11:52:15 +01:00
Rémi Verschelde
bcd9a4eae5
Merge pull request #110572 from Calinou/doc-foldablecontainer-keywords
...
Add `accordion` and `details` search keywords to FoldableContainer
2025-12-19 11:52:06 +01:00
Rémi Verschelde
2b02308967
Merge pull request #110533 from Calinou/doc-label-performance
...
Document Label performance caveats with huge amounts of text
2025-12-19 11:51:58 +01:00
Hugo Locurcio
0e7a69a2e0
Tweak Quick Settings dialog to ensure labels and dropdowns are aligned
2025-12-19 01:38:51 +01:00
Rémi Verschelde
f1afe67b3b
Merge pull request #111062 from bruvzg/ts_autoinculde_data
...
Automatically include text server data if project includes translations requiring it.
2025-12-18 23:30:49 +01:00
Rémi Verschelde
1a176ede06
Merge pull request #105366 from bruvzg/key_notes
...
Add notes about `InputEventKey` property usage.
2025-12-18 23:29:06 +01:00
Pāvels Nadtočajevs
5afbbc71a4
Automatically include text server data if project includes translations requiring it.
2025-12-18 15:32:52 +02:00
Rémi Verschelde
823cb065ce
Merge pull request #112487 from Calinou/doc-object-connect-persist-no-lambda
...
Document `Object.connect()` not supporting persistent connections with lambda functions
2025-12-18 14:23:31 +01:00
Pāvels Nadtočajevs
4fc07a8edb
[macOS] Add option for renaming system menus.
2025-12-18 08:40:14 +02:00
Hugo Locurcio
475e792a7b
Document Object.connect() not supporting persistent connections with lambda functions
2025-12-18 02:35:12 +01:00
Hugo Locurcio
0ec97ce1eb
Document suffix hint in PROPERTY_HINT_RANGE
2025-12-17 19:04:48 +01:00
Adam Scott
7c24d72ca6
[Web] Add notice about issues with setting custom cursor shape every frame
...
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
2025-12-16 14:38:29 -05:00
Alexander Hartmann
c807f39eab
Add "Threaded Loading Demo" link to ResourceLoader tutorials
2025-12-16 19:36:54 +01:00
Skyth
0307895ede
Upgrade Agility SDK & DirectX Headers.
2025-12-16 13:41:09 +03:00
Thaddeus Crews
44800f9ea6
Merge pull request #113875 from sockeye-d/patch-2
...
Update documentation for `DisplayServer::FEATURE_ICON`
2025-12-15 08:01:15 -06:00
kleonc
4c3cf9c1c4
Fix AStars to return empty path for disabled from point
2025-12-13 15:28:30 +01:00
sockeye-d
db51366aff
Update documentation for DisplayServer::FEATURE_ICON
2025-12-12 14:57:35 -08:00
Thaddeus Crews
eb22beab51
Merge pull request #113936 from akien-mga/certs-2025.12
...
certs: Sync with Mozilla bundle as of Dec 4, 2025
2025-12-12 14:15:07 -06:00
Thaddeus Crews
451336dfbb
Merge pull request #113888 from lodetrick/dock-doc
...
Update EditorDock shortcut documentation
2025-12-12 14:15:02 -06:00
Rémi Verschelde
e2a10cd46f
Merge pull request #113934 from raulsntos/file_access_param_name
...
Remove underscore from parameter name in `FileAccess::set_extended_attribute_string`
2025-12-12 17:13:36 +01:00
Rémi Verschelde
2b4569dd67
Merge pull request #113927 from MadeScientist/fix_dynamic_font_hinting_mode_word
...
Rename hinting mode 'Full' to 'Normal' to keep consistency
2025-12-12 17:13:33 +01:00
Rémi Verschelde
48d2461e9a
certs: Sync with Mozilla bundle as of Dec 4, 2025
...
Rename file to `ca-bundle.crt` to match upstream.
2025-12-12 16:18:09 +01:00
Hugo Locurcio
9f3c19c427
Update documentation for Engine.physics_ticks_per_second and its project setting
2025-12-12 15:22:30 +01:00
Raul Santos
8355286fc7
Remove underscore from parameter name in FileAccess::set_extended_attribute_string
2025-12-12 14:20:13 +01:00
MadeScientist
a995ae46f3
Rename hinting mode 'Full' to 'Normal' to keep consistency
...
The hinting mode is described as 'Normal' elsewhere in the codebase.
2025-12-12 19:40:37 +08:00
Hugo Locurcio
b3afc74115
Document occlusion debugging in the SDFGI debug probes draw mode in the editor
...
This feature shows occlusion information for the selected SDFGI
probe. It can only be used in the editor, as it relies
on the `RenderingServer::sdfgi_set_debug_probe_select()` method
that isn't exposed to the scripting API.
2025-12-11 23:42:45 +01:00
JJCUBER
00b3587d6a
[VectorNi] Fix float division examples in docs
2025-12-11 22:25:16 +00:00
Logan Detrick
810180f4a2
Update EditorDock shortcut documentation
2025-12-11 13:37:33 -08:00
Thaddeus Crews
bb4b4e3890
Merge pull request #113619 from HolonProduction/once-upon-a-time-there-was-a-file-which-one-i-dont-know-the-history-was-locked
...
Ensure correct unlocking of script editor history
2025-12-11 12:12:42 -06:00
Michael Alexsander
f187b8b2bf
Enable scroll hints for several parts of the editor
2025-12-09 10:55:26 -03:00
Thaddeus Crews
d5df25fdc6
Changed typeof() example to include typeof()
...
Co-Authored-By: Leftyluupy <99181178+leftyluupy@users.noreply.github.com>
2025-12-08 11:40:48 -06:00
Rémi Verschelde
7e1ef4c9e2
Merge pull request #113268 from nathanjf/particle-process-material
...
Docs: Fix ParticleProcessMaterial code snippet in `alpha_curve` description
2025-12-05 14:14:40 +01:00
HolonProduction
31307ce856
Ensure correct unlocking of script editor history
2025-12-05 13:21:37 +01:00
Rémi Verschelde
204e784bca
Merge pull request #113587 from syntaxerror247/popup-menu-seperation
...
Increase PopupMenu vertical separation to improve touch usability
2025-12-05 12:56:01 +01:00