Commit Graph

78510 Commits

Author SHA1 Message Date
e80194e31f Add profiler option to SCons builds.
Add `tracy` option to `profiler`. If set, a tracy profiling client will be injected into the Godot binary.

# Conflicts:
#	platform/linuxbsd/godot_linuxbsd.cpp
2025-11-08 00:08:45 +01:00
6fd949a6dc Merge pull request #110748 from MauriceButler/project-setting-changed-signal
Add ability to get list of Project Settings changed, similar to Editor Settings functionality
2025-11-07 10:32:39 -06:00
7df702bf80 Merge pull request #108342 from KoBeWi/automatization
Automatically open newly created script
2025-11-07 10:32:38 -06:00
6b17d3583a Merge pull request #112436 from bruvzg/emof
[TextServer] Improve font fallback for emojis.
2025-11-07 10:32:37 -06:00
522fa8d9bc Merge pull request #106164 from lodetrick/refactor-bottom-panel
Refactor editor `EditorBottomPanel` to be a `TabContainer`
2025-11-07 10:32:35 -06:00
f3c44f00a9 Merge pull request #106099 from xefensor/master
Fix edit resource on inspector when inside array or dictionary
2025-11-07 10:32:34 -06:00
ee7722181f Merge pull request #112496 from bruvzg/nullcert
Fix "Unexpected NUL character" errors on Wine.
2025-11-07 10:32:33 -06:00
a3ec4c5a29 Merge pull request #112497 from bruvzg/dcomp_fb
[D3D12] Fall back to HWND if DComp init failed.
2025-11-07 10:32:31 -06:00
f989dd3991 Merge pull request #104112 from bruvzg/maccol_docs
Fix `Color` precision error in the documentation generated on M4 macOS.
2025-11-07 10:32:30 -06:00
48c169cbf0 Merge pull request #112444 from DeeJayLSP/treeitem-stylebox-actionmap
Modern style: Use stylebox setter for Action Map `TreeItem`s
2025-11-07 10:32:29 -06:00
6af0c2a21c Merge pull request #110340 from bruvzg/ts_dup_r
[RTL] Use separate paragraph copy for the partially visible paragraphs.
2025-11-07 10:32:27 -06:00
fae64fbbd2 Merge pull request #111490 from HolonProduction/rm-base
Remove raw base pointer from `GDScript`
2025-11-07 10:32:25 -06:00
23907cd03b [TextServer] Improve font fallback for emojis. 2025-11-07 11:04:01 +02:00
4dfd4ed6e7 [D3D12] Fallback to HWND if DComp init failed. 2025-11-07 08:46:26 +02:00
c231c8c41d Fix "Unexpected NUL character" errors on Wine. 2025-11-07 08:08:12 +02:00
e2caff9a06 Refactor Bottom Panel to be a TabContainer 2025-11-06 13:39:52 -08:00
cb3af5afff Merge pull request #94013 from KoBeWi/scrleanup
Misc script editor code cleanup
2025-11-06 08:13:16 -06:00
a7bf615711 Merge pull request #112377 from timothyqiu/popup-menu-minsize
PopupMenu: Fix minimum size for items with icons
2025-11-06 08:13:15 -06:00
0cad83f7e7 Merge pull request #112398 from LanzaSchneider/patch-5
Fix compile error with android export plugin
2025-11-06 08:13:14 -06:00
2d7380c3ff Merge pull request #111493 from deralmas/racing-the-thread
Wayland: Defer event thread initialization to late initialization
2025-11-06 08:13:13 -06:00
659df25c97 Merge pull request #112451 from DeeJayLSP/ssao-is-in-mobile
Mention that SSAO is supported in the Compatibility renderer
2025-11-06 08:13:12 -06:00
98bdc37c02 Merge pull request #112066 from KoBeWi/boiler_room_with_arrays_or_something
Improve `PROPERTY_USAGE_ARRAY` description
2025-11-06 08:13:11 -06:00
b71ed0da92 Improve PROPERTY_USAGE_ARRAY description 2025-11-06 15:04:26 +01:00
19e3242eb0 Automatically open newly created script 2025-11-06 12:49:37 +01:00
ffa2651fbc Added ability to get a list of project settings changed. 2025-11-06 20:15:07 +10:00
8d6a76154e Fix compile error with android export plugin 2025-11-06 09:03:41 +08:00
60f8da0f48 Mention that SSAO is supported in the Compatibility renderer 2025-11-05 18:33:34 -03:00
0fc47cf738 Modern style: Use stylebox setter for Action Map TreeItems 2025-11-05 16:30:57 -03:00
eb3d6d8cd3 Merge pull request #112446 from Ivorforce/revert-warn-rename
Revert "Add warning when node name is invalid"
2025-11-05 13:05:48 -06:00
00af6f7591 Merge pull request #112443 from DeeJayLSP/better-modern-subsection-color
Modern style: Fix `prop_subsection_stylebox` color not scaling with luminance
2025-11-05 13:05:47 -06:00
6539819c2b Merge pull request #112371 from DeeJayLSP/treeitem-stylebox
Add custom `StyleBox` to `TreeItem`
2025-11-05 13:05:46 -06:00
a1e22a329b Merge pull request #111572 from DeeJayLSP/freetype-update
Update missing info from FreeType 2.14.1
2025-11-05 13:05:45 -06:00
6b8fa2f48c Merge pull request #112435 from bruvzg/ts_dup_fonts
[TextServer] Fix `FontPriorityList` returning duplicate fonts.
2025-11-05 13:05:44 -06:00
b6ed41ed27 Update missing info from FreeType 2.14.1 2025-11-05 15:28:21 -03:00
9d8d6fd343 Merge pull request #111805 from KoBeWi/open_source_be_like
Open source code errors in external editor
2025-11-05 11:48:08 -06:00
c563b7beb5 Merge pull request #112411 from bruvzg/ft2141
Update FreeType to 2.14.1
2025-11-05 11:48:06 -06:00
3b4239d649 Merge pull request #111288 from bruvzg/move_input
[Window] Add unfiltered input handler signal for custom decorations.
2025-11-05 11:48:06 -06:00
62edbc2ae5 Merge pull request #112437 from mhilbrunner/android-buildtools-bump
Update Android build tools to version 35.0.1
2025-11-05 11:48:04 -06:00
2e2059a7f8 Merge pull request #112404 from AllenDang/master
Fix CoreAudio driver crash when starting input with uninitialized device
2025-11-05 11:48:04 -06:00
29a1964848 Merge pull request #112402 from cabranca/skeleton-3d-remove-unused-method
Remove undefined method Skeleton3D::remove_bone
2025-11-05 11:48:03 -06:00
8d48e1db93 Merge pull request #112428 from bruvzg/rtl_hover_fix
[RTL] Fix meta hover signals not emitted.
2025-11-05 11:48:02 -06:00
8c119e11f6 Merge pull request #112363 from ryevdokimov/jolt-handle-nullptr
Jolt: Add null checks to `jolt_free` and `jolt_aligned_free`
2025-11-05 11:48:01 -06:00
56f26f3ccb Merge pull request #112384 from blueskythlikesclouds/rd-improved-fallback
Improve rendering driver fallback on Windows.
2025-11-05 11:47:59 -06:00
89432600ce Misc script editor code cleanup 2025-11-05 18:18:33 +01:00
78096d4ce7 Revert "Add warning when node name is invalid"
This reverts commit 0d46d42f2a.
2025-11-05 18:11:43 +01:00
bbfd2be4bc Modern style: Fix prop_subsection_stylebox color not scaling with luminance 2025-11-05 14:02:09 -03:00
0d19e18b00 [RTL] Use separate paragraph copy for the partially visible paragraphs. 2025-11-05 17:51:22 +02:00
613c9fb86f Improve rendering driver fallback on Windows. 2025-11-05 17:49:43 +03:00
5e07b74bf5 Update Android build tools to version 35.0.1 2025-11-05 14:29:56 +01:00
8926bf2a7f [TextServer] Fix FontPriorityList returning duplicate fonts. 2025-11-05 15:13:07 +02:00