Commit Graph

12003 Commits

Author SHA1 Message Date
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
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
Rémi Verschelde 6b420d701a Merge pull request #110080 from bruvzg/popscwpc
[GraphEdit] Do not scale popup menus in the graph elements when zoomed.
2025-12-05 12:55:44 +01:00
Nathan Frank a6f81f03b3 Docs: Fix ParticleProcessMaterial code snippet in alpha_curve description 2025-12-05 12:41:06 +01:00
Rémi Verschelde 6b0a74073c Merge pull request #113296 from KoBeWi/soft_open_gently
Fix dock opening focus
2025-12-05 09:38:08 +01:00
Anish Kumar df4f9d0778 Increase PopupMenu vertical separation to improve touch usability 2025-12-05 01:46:45 +05:30
Thaddeus Crews 0755f096e0 Merge pull request #113512 from adamscott/PROPERTY_HINT_MULTILINE_TEXT_monospace-hint
Add new monospace related hint strings
2025-12-03 21:01:58 -06:00
Thaddeus Crews 5a7e1bf0f4 Merge pull request #113288 from goatchurchprime/gtch/audioservermic
AudioServer to have function to access microphone buffer directly
2025-12-03 16:50:32 -06:00
Julian Todd 3e8bf3ba91 Access microphone buffer from AudioServer and prevent microphone double starts 2025-12-03 19:49:56 +01:00
Adam Scott 10c7cb878a Add new monospace related hint strings
- Add hint string `monospace` for `PROPERTY_HINT_{NONE,PASSWORD,PLACEHOLDER_TEXT}` to set the `LineEdit` font monospaced.
- Add hint string `monospace` for `PROPERTY_HINT_MULTILINE_TEXT` to set the `TextEdit` font monospaced.
- Add hint string `no_wrap` for `PROPERTY_HINT_MULTILINE_TEXT` to make the `TextEdit` not wrap lines automatically.

Also:
- Fix issue with `EditorPropertyMultilineText` not updating font properly.
- Add `EditorPropertyMultilineText` tweak flags.
- Add support with GDScript `@export_multiline`.
2025-12-03 12:57:40 -05:00
Thaddeus Crews 8105ff7ac7 Merge pull request #106940 from allenwp/agx-add-white-contrast
Add `white`, `contrast`, and future HDR support to the AgX tonemapper.
2025-12-03 11:42:29 -06:00
Thaddeus Crews 202e442671 Merge pull request #113261 from Mickeon/documentation-miscellaneous-oddities-part-7
Fix miscellaneous oddities around the class reference (part 7)
2025-12-03 11:42:23 -06:00