Rémi Verschelde
70ed5500a8
Merge pull request #114262 from MadeScientist/master
...
Add missing method reference in `ShaderMaterial.set_shader_parameter` documentation
2026-01-06 10:59:59 +01:00
Thaddeus Crews
6e3881b105
Merge pull request #114438 from bruvzg/pop_shrink
...
Make PopupMenu shrinking configurable.
2026-01-05 12:06:34 -06:00
Rémi Verschelde
2e72c10475
Merge pull request #114439 from ryevdokimov/fix-undo-redo-crash
...
Fix crash after calling `EditorUndoRedoManager.clear_history()` and then interacting with history dock entries
2026-01-01 16:47:43 +01:00
Rémi Verschelde
d5d369b697
Merge pull request #114395 from TokageItLab/ik-lim-rr-ag
...
Change `radius_range` to `angle` to indicate hole size of `JointLimitationCone3D`
2026-01-01 16:47:26 +01:00
Rémi Verschelde
7ce98872e8
Merge pull request #114225 from Calinou/doc-canvasitem-draw-string
...
Fix outdated comment in `CanvasItem.draw_string()` code sample
2026-01-01 16:46:36 +01:00
Rémi Verschelde
57384a78de
Merge pull request #114053 from adamscott/fix-create-temp-mode-flags
...
Fix `FileAccess::create_temp()` not using `FileAccess::ModeFlags`
2026-01-01 16:46:32 +01:00
Rémi Verschelde
37ac9d5636
Merge pull request #113988 from kleonc/astar_path_from_disabled_point_is_empty
...
Fix `AStar`s to return empty path for disabled from point
2026-01-01 16:46:26 +01:00
Rémi Verschelde
65f8e1ecc2
Merge pull request #113122 from Calinou/doc-meshinstance2d-description
...
Clarify the purpose of MeshInstance2D and MultiMeshInstance2D
2026-01-01 16:45:58 +01:00
Rémi Verschelde
137e809656
Merge pull request #111251 from Flynsarmy/timeline_length
...
Fix incorrect AnimationNodeAnimation `timeline_length` description
2026-01-01 16:45:41 +01:00
Hugo Locurcio
337ffc62b6
Fix outdated comment in CanvasItem.draw_string() code sample
...
- Simplify the code sample by removing obsolete caching mechanism
(there is no more need to create a Control node to get the default
font and its size).
2026-01-01 16:12:10 +01:00
Hugo Locurcio
76d9850b41
Improve Texture*RD, RenderData and LightmapperRD class documentation
...
- Link to compute texture demo in Texture*RD class documentation.
- Link to related classes in RenderData/RenderSceneData/RenderSceneBuffers.
- Clarify requirements for baking lightmaps in LightmapperRD.
2026-01-01 16:10:34 +01:00
Hugo Locurcio
9ae02dbab0
Clarify the purpose of MeshInstance2D and MultiMeshInstance2D
2026-01-01 16:09:22 +01:00
Adam Scott
0844d4b11f
Fix FileAccess::create_temp() not using FileAccess::ModeFlags
2026-01-01 12:03:16 +01:00
Flyn San
281a32066b
Fix incorrect AnimationNodeAnimation.timeline_length description
2025-12-31 22:15:29 +10:00
MadeScientist
ffa9f27726
Add missing method reference in ShaderMaterial.set_shader_parameter
2025-12-31 11:55:17 +08:00
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
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
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
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