1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00
Commit Graph

12861 Commits

Author SHA1 Message Date
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
aeef4fff6d CI: Fix executable perms for various files 2025-12-15 11:23:03 -06: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
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
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
Allen Pestaluky
628df323e2 Add agx_white, agx_contrast and HDR support to the AgX tonemapper.
Also optimize all tonemappers to perform less calculations per-pixel.

Note: unlike `white`, `agx_white` is limited to a minimum of `2.0` and defaults to `16.29`. When using a RGB10A2 render buffer, `agx_white` will be ignored and a value of `2.0` will be used instead to ensure good behavior on the Mobile renderer.
2025-12-03 09:01:39 -05:00
Nolan Darilek
6304e9f876 Accessibility: Fix text field character count and line navigation
Two fixes for text field accessibility:

1. Fix character count being off by one due to trailing newline always
   being appended to the last line. Add `is_last_line` parameter to
   `accessibility_create_sub_text_edit_elements()` to control this.

2. Link adjacent TextRuns via `previous_on_line`/`next_on_line` so
   screen readers can properly navigate lines. Without these links,
   AccessKit treats each TextRun as a separate line, causing incorrect
   announcements when arrowing through multi-line text.
2025-12-03 07:19:05 -05:00
Rémi Verschelde
5ef57c669f Merge pull request #113244 from blueskythlikesclouds/d3d12-descriptor-refactor
Refactor descriptor heaps in D3D12 driver.
2025-12-03 09:49:45 +01:00
Rémi Verschelde
11ffcb3ef7 Merge pull request #113108 from KoBeWi/Thock
Change Theme to EditorDock and add `closable` property
2025-12-03 09:49:31 +01:00
Rémi Verschelde
b603be2211 Merge pull request #107167 from Mickeon/actually-use-script-export-mode-what-the-hell
Use ScriptExportMode enum in EditorExportPreset
2025-12-03 09:49:27 +01:00
Micky
14ede94a76 Use ScriptExportMode enum in EditorExportPreset 2025-12-03 09:21:50 +01:00
Skyth
a8d3ecec13 Refactor descriptor heaps in D3D12 driver. 2025-12-03 11:02:41 +03:00
Dario
c78c3ba894 Rewrite Radiance and Reflection probes to use Octahedral maps.
Co-authored-by: clayjohn <claynjohn@gmail.com>
2025-12-02 17:48:12 -08:00
Thaddeus Crews
bed803fcda Merge pull request #113367 from syntaxerror247/persistable_uri_perm
Android: Add method to take persistable URI permission
2025-12-02 11:52:09 -06:00
Thaddeus Crews
82e4493edb Merge pull request #91703 from Naros/expose-object-edited-status
Expose `set_edited` and `is_edited` on `EditorInterface`
2025-12-02 11:52:06 -06:00
Thaddeus Crews
1577061e3d Merge pull request #113202 from aaronfranke/importer-mesh-convert
Allow converting from Mesh to ImporterMesh
2025-12-02 11:52:03 -06:00
kobewi
2de97cafb7 Change Theme to EditorDock and add closable property 2025-12-02 16:27:36 +01:00
Anish Kumar
398927226e Android: Add method to take persistable URI permission 2025-12-02 19:40:49 +05:30
Rémi Verschelde
2c8a0c3419 Merge pull request #113284 from TokageItLab/twist-disperser
Add BoneTwistDisperser3D to propagate IK target's twist
2025-12-02 14:17:01 +01:00
Rémi Verschelde
fe17c16ff9 Merge pull request #112491 from YeldhamDev/deep_within_the_shadows_lays_scrollable_content
Add scroll hints to `ScrollContainer` and `Tree`
2025-12-02 14:15:58 +01:00
Rémi Verschelde
12ca45a905 Merge pull request #112215 from syntaxerror247/SAF-support
Android: Implement Storage Access Framework (SAF) support
2025-12-02 14:15:53 +01:00