1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00
Commit Graph

79656 Commits

Author SHA1 Message Date
Thaddeus Crews
e56ea15a03 Merge pull request #113701 from lodetrick/debugger-oops
Fix Debugger Dock not opening and unused BottomPanel code
2025-12-08 11:53:43 -06:00
Thaddeus Crews
8e2feb7b73 Merge pull request #106768 from Leftyluupy/typeof-example
Typeof example in @GlobalScope
2025-12-08 11:53:42 -06:00
Thaddeus Crews
edffd0712f Merge pull request #111758 from bruvzg/ios_spam
[macOS] Prevent error spam when iOS device is paired but sleeping.
2025-12-08 11:53:41 -06:00
Thaddeus Crews
b56a7ef923 Merge pull request #110464 from KoBeWi/ehcac
Add reverse UID cache
2025-12-08 11:53:39 -06: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
kobewi
60591dc7e8 Add reverse UID cache 2025-12-08 12:40:14 +01:00
Logan Detrick
58969218d6 Remove unused code in EditorBottomPanel and remove deprecated bottom panel operation 2025-12-07 02:19:50 -08:00
Rémi Verschelde
dec5a373d9 Merge pull request #113622 from mihe/jolt/no-nested-mt-flushes
Remove call to `PhysicsServer3D` from Jolt Physics implementation
2025-12-05 14:21:06 +01: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
Mikael Hermansson
7efdb83924 Remove call to PhysicsServer3D from Jolt Physics implementation 2025-12-05 13:52:42 +01:00
Rémi Verschelde
0156b2bcd6 Merge pull request #113615 from bruvzg/ed_bit_url
[EditorHelpBit] Open online documentation if script editor is not available.
2025-12-05 12:56:10 +01:00
Rémi Verschelde
c1bbaca12a Merge pull request #113600 from HolonProduction/cache-fixup
GDScript: Ensure correct caching of cyclic references
2025-12-05 12:56:06 +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
9706b4e53a Merge pull request #113564 from MattiaZir/fix-project-import-error-parent-child
Fix signal order for directory selection in `file_dialog`
2025-12-05 12:55:57 +01:00
Rémi Verschelde
3135a40699 Merge pull request #113525 from brycehutchings/fix_nonpod_memcpy
Fix crash in `command_queue_mt` due to destruction of wrong object
2025-12-05 12:55:53 +01:00
Rémi Verschelde
8981cede94 Merge pull request #113235 from timothyqiu/motif-close
X11: Skip Motif function hints when borderless
2025-12-05 12:55:49 +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
Pāvels Nadtočajevs
330a19f362 [Editor HelpBit] Open online documentation if script editor is not available. 2025-12-05 12:10:28 +02:00
HolonProduction
ab0397878c GDScript: Ensure correct caching of cyclic references 2025-12-05 10:41:06 +01:00
Rémi Verschelde
3edd256a6f Merge pull request #113611 from bruvzg/mod_plus
[Editor] Fix missing "+" in the bunch of tooltips.
2025-12-05 09:38:51 +01:00
Rémi Verschelde
eb389feaf2 Merge pull request #113601 from Giganzo/inspector-control-height
Fix property height in the inspector for control layout
2025-12-05 09:38:46 +01:00
Rémi Verschelde
ed02f9e03d Merge pull request #113599 from allenwp/fix-glow-bleed-threshold-error-value
Change `environment_get_glow_hdr_bleed_threshold` error handling
2025-12-05 09:38:43 +01:00
Rémi Verschelde
4b448fdd19 Merge pull request #113585 from brycehutchings/fix_d3d12_array_multisample
Fix bad D3D12 SRV breaking MSAA with OpenXR
2025-12-05 09:38:38 +01:00
Rémi Verschelde
09abc05878 Merge pull request #113581 from bruvzg/meh_fd
[FileDialog] Use base dir instead of ".." when going up.
2025-12-05 09:38:34 +01:00
Rémi Verschelde
94eeedd4d6 Merge pull request #113580 from HolonProduction/path-fixup
Correctly set GDScript internal path for shallow scripts
2025-12-05 09:38:29 +01:00
Rémi Verschelde
fdd47084bf Merge pull request #113578 from syntaxerror247/export-dialog-size
Reduce export dialog minimum size
2025-12-05 09:38:25 +01:00
Rémi Verschelde
8bff45aa36 Merge pull request #113573 from MattiaZir/fix-color-picker-crash
Fix memory management for ColorPalette in save file dialog
2025-12-05 09:38:21 +01:00
Rémi Verschelde
27b185955d Merge pull request #113572 from KoBeWi/bugnail
Fix wrong file thumbnails icon
2025-12-05 09:38:17 +01:00
Rémi Verschelde
b3cec96b24 Merge pull request #113366 from aaronp64/free_gamestate_snapshots
Fix `GameStateSnapshot`s not being freed
2025-12-05 09:38:13 +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
Rémi Verschelde
724054c1ab Merge pull request #90439 from kitbdev/fix-dock-resizing-multi
Use multiple children in dock SplitContainers to make resizing consistent
2025-12-05 09:38:00 +01:00
Pāvels Nadtočajevs
e2b8c9f038 [Editor] Fix missing "+" in the bunch of tooltips. 2025-12-05 10:20:50 +02:00
kit
8dfcae15fd Use multiple children for dock SplitContainers 2025-12-04 23:05:14 -05:00
Giganzo
c01711ca16 Fix property height in the inspector for control layout 2025-12-05 00:06:24 +01:00
Allen Pestaluky
6f02377272 Change environment_get_glow_hdr_bleed_threshold error handling to use default value. 2025-12-04 17:42:46 -05:00
Anish Kumar
df4f9d0778 Increase PopupMenu vertical separation to improve touch usability 2025-12-05 01:46:45 +05:30
Bryce Hutchings
ed4bc24f9b Fix bad D3D12 SRV breaking MSAA with OpenXR 2025-12-04 12:00:13 -08:00
HolonProduction
2ce3be221a Correctly set GDScript internal path for shallow scripts 2025-12-04 20:44:00 +01:00
aaronp64
ed6181c943 Fix GameStateSnapshots not being freed
Updated GameStateSnapshot to inherit from RefCounted, to be automatically deleted when reference count reaches zero, and removed GameStateSnapshotRef wrapper class.
2025-12-04 14:42:40 -05:00
Pāvels Nadtočajevs
ccd84d79a7 [FileDialog] Use base dir instead of ".." when going up. 2025-12-04 21:12:20 +02:00
Anish Kumar
c4e49b4aed Reduce export dialog minimum size 2025-12-04 22:31:57 +05:30
Bryce Hutchings
cb4d1b79e0 Fix crash in command_queue_mt due to destruction of wrong object 2025-12-04 08:46:51 -08:00
mattia.zirpoli
bf85f96a8e Fix memory management for ColorPalette in save file dialog 2025-12-04 17:38:02 +01:00
mattia.zirpoli
98ccfb07c1 Fix signal order for directory selection in file_dialog 2025-12-04 17:23:10 +01:00
kobewi
31f6413717 Fix wrong file thumbnails icon 2025-12-04 17:02:24 +01:00
Rémi Verschelde
78d91947f6 Merge pull request #113557 from bruvzg/test_prof_clean
Fix profiler cleanup with `--test`.
2025-12-04 15:53:06 +01:00
Rémi Verschelde
877b113afa Merge pull request #113553 from bruvzg/no_phy
Do not show `Physical` in the special key names.
2025-12-04 15:53:01 +01:00
Rémi Verschelde
37b00ce960 Merge pull request #113546 from jinyangcruise/fix_unexpected_name_when_favoriting_nodes
Fix unexpected name when favoriting nodes from keyword matches.
2025-12-04 15:52:57 +01:00
Rémi Verschelde
9449e8ccad Merge pull request #113541 from Rindbee/fix-no-scan-after-dir-creation-and-deletion
Fix the issue of no scan after dir creation and/or deletion
2025-12-04 15:52:53 +01:00