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

79743 Commits

Author SHA1 Message Date
Thaddeus Crews
e98e8c555a Merge pull request #113341 from DSOE1024/linuxbsd-xfce-exo-open
Implement XFCE support in os_linuxbsd.cpp
2025-12-08 11:53:52 -06:00
Thaddeus Crews
ebc5a9b1fb Merge pull request #113591 from YeldhamDev/tree_column_arrow_hide
Hide arrows when they go past the column titles on `Tree`s
2025-12-08 11:53:51 -06:00
Thaddeus Crews
5f73d8501b Merge pull request #108213 from YeldhamDev/no_grouping_here
Hide property groups from the "Members" section in the remote inspector
2025-12-08 11:53:50 -06:00
Thaddeus Crews
fdc9ed0b08 Merge pull request #113714 from wenekar/master
Fix laggy window resize on Wayland
2025-12-08 11:53:48 -06:00
Thaddeus Crews
0e51e58f9d Merge pull request #113582 from DarioSamo/re-spirv-decoration-fix
Update re-spirv with bugfix for function result decorations.
2025-12-08 11:53:47 -06:00
Thaddeus Crews
7cf9ee862e Merge pull request #113709 from lodetrick/scene-sadness
Codestyle: Remove unused private variables in `godot/scene`
2025-12-08 11:53:46 -06:00
Thaddeus Crews
003266b51f Merge pull request #107687 from YeldhamDev/i_actually_thought_this_was_a_regression_from_my_part_initially
Fix setting remote properties that take objects not working
2025-12-08 11:53:45 -06:00
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
Michael Alexsander
3b1be372a0 Fix scrollbar separation being at the wrong side in ScrollContainer with a RTL layout 2025-12-08 13:20:11 -03:00
David Snopek
6e6558c04b Tweaks to gdextension_interface.json format 2025-12-08 09:17:42 -06:00
DSOE1024
b982794b23 Implement XFCE support in os_linuxbsd.cpp
Added support for XFCE by executing 'exo-open' alongside 'kde-open'.
Refactor error handling in os_linuxbsd.cpp
2025-12-08 21:21:45 +08:00
fish
eb3e169b79 Fix native FileDialogs popping up when use_native_dialog is modified 2025-12-08 03:43:39 -08:00
kobewi
60591dc7e8 Add reverse UID cache 2025-12-08 12:40:14 +01:00
Skyth
ab0a7f2da2 Fix D3D12 looking blurry in the editor at fullscreen. 2025-12-08 14:15:15 +03:00
Skyth
7205e21915 Fix Vulkan failing to initialize when compiling without D3D12. 2025-12-08 11:11:15 +03:00
Pāvels Nadtočajevs
def5763eac Restore FileDialog::_popup_base 2025-12-08 09:57:46 +02:00
Logan Detrick
f2bfc898b2 Remove unused private variables in expression.h 2025-12-07 13:23:40 -08:00
BrotherShort
75ba00babf Fix center buttons offset
Remove set spacers
2025-12-08 03:25:33 +08:00
Michael Alexsander
599ce2b43a Fix setting remote properties that take objects not working 2025-12-07 13:41:38 -03:00
dinesh1160
e9aa840b96 fix single space tagname issue 2025-12-07 18:42:48 +05:30
Logan Detrick
42e60c38dc Remove unused private variables in godot/scene 2025-12-07 03:46:26 -08:00
Logan Detrick
17c7a3b817 Remove unused private variables in godot/editor 2025-12-07 02:55:08 -08:00
Berke Güzel
48c50bacba Wayland: Fix laggy window resize
scale_changed and size_changed were incorrectly initialized to true,
causing redundant WindowRectMessage and DPI change events to be pushed
on every configure event regardless of actual changes.
2025-12-07 13:29:19 +03:00
Logan Detrick
58969218d6 Remove unused code in EditorBottomPanel and remove deprecated bottom panel operation 2025-12-07 02:19:50 -08:00
kobewi
035de4a6ba Fix dock window titles not being translated 2025-12-06 19:12:46 +01:00
Michael Alexsander
051f7c2ca2 Fix EditorSpinSlider overriding the custom minimum size 2025-12-05 19:26:12 -03:00
Fredia Huya-Kouadio
27e63aa270 Update the version of the OpenXR Vendors plugin to the latest stable version 2025-12-05 09:00:13 -08:00
aaronp64
520f159810 Prevent ObjectDB snapshots from being overwritten
Updated ObjectDBProfilerPanel::receive_snapshot to check if file exists, and make filename unique before writing, to avoid overwriting when multiple snapshots are made within same second.
2025-12-05 11:44:22 -05:00
Michael Alexsander
814e9cab66 Make movie mode button be dark when enabled on the modern theme 2025-12-05 12:18:11 -03:00
Lukas Tenbrink
2098998347 Add tracy support for profiling opcodes. 2025-12-05 16:05:07 +01:00
Giganzo
cf8f2e783b Fix enable/disable for Close Tabs Below in Script editor's File menu 2025-12-05 15:09:01 +01:00
Dario
040b36fe87 Update re-spirv with bugfix for function result decorations.
Also adds some optimizations to further reduce allocations.
2025-12-05 10:56:02 -03: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