Commit Graph

80742 Commits

Author SHA1 Message Date
Thaddeus Crews cd13a9df14 Merge pull request #111621 from scgm0/Fix-some-compilation-errors
Fix some compilation errors
2025-10-13 19:28:41 -05:00
Thaddeus Crews 58894136b7 Merge pull request #107395 from lodetrick/bottom-panel-margin-fixes
Fix TabContainer Editor theming and remove Debugger style hacks
2025-10-13 19:28:39 -05:00
Thaddeus Crews 40dde2a9a1 Merge pull request #111139 from Calinou/doc-node2d-look-at-get-angle-to
Document link between `Node2D.look_at()` and `Node2D.get_angle_to()`
2025-10-13 19:28:37 -05:00
Thaddeus Crews 3ef37d7bf3 Merge pull request #111586 from KoBeWi/some_favorites_are_bigger_because_they_are_more_favored
Fix favorites icon size in FileSystem dock
2025-10-13 19:28:36 -05:00
Thaddeus Crews 2568505535 Merge pull request #108065 from lodetrick/range-hint-cleanup
Clean up numeric EditorProperty `setup()` methods
2025-10-13 19:28:34 -05:00
Lukas Tenbrink 1e0b41ab27 Remove display_server.h transitive include from node.h. 2025-10-14 00:43:02 +02:00
scgm0 cbc960c997 Fix some compilation errors 2025-10-14 05:54:58 +08:00
Paul Marechal 509cf611bc Add note for some usages of Plane in APIs
Some old APIs that may expect a Vector4 instead require a Plane: this
is pretty confusing especially with tangents as one could interpret
the API as wanting a value directly representing the tangent plane when
in reality the Plane type is just used to carry one Vector3 and one
extra sign component.

This commit attempts to clear any potential confusion by adding a note
to the APIs using Planes in such a way.
2025-10-13 16:09:49 -04:00
HolonProduction bad44931a8 Add missing initialization for bitpacked object members 2025-10-13 21:55:44 +02:00
Aaron Franke 963b33ac40 GLTF: Enforce STEP interpolation for integer and boolean animations 2025-10-13 12:47:41 -07:00
Thaddeus Crews b802229423 Core: Support INF/NAN in JSON from/to native 2025-10-13 13:57:55 -05:00
Logan Detrick 914a72f8a4 Give TabBar overridable colors per tab 2025-10-13 11:52:07 -07:00
Aaron Franke 02182b1087 GLTF: Move accessor and buffer view Dictionary conversion into classes 2025-10-13 11:51:25 -07:00
Hugo Locurcio 082766a990 Document link between Node2D.look_at() and Node2D.get_angle_to()
These methods are closely related, as `Node2D.get_angle_to()` can
be used to get the rotation value that is being applied to `look_at()`
without actually applying it to the node.
2025-10-13 20:47:55 +02:00
Hugo Locurcio eab6668216 Document relationship between refresh rate and V-Sync in DisplayServer
- Mention formula for optimal FPS capping when VRR and V-Sync are both
  enabled. This is the same formula as used in Reflex.
2025-10-13 20:46:49 +02:00
DeeJayLSP 276e1c222c Update HarfBuzz to 12.1.0 2025-10-13 15:12:33 -03:00
Aaron Franke b2e9bbfe01 GLTF: Support animating node visibility 2025-10-13 10:38:32 -07:00
Thaddeus Crews fc7065d2b4 Merge pull request #111487 from AThousandShips/fix_2d_build_2
Fix 2D builds (again)
2025-10-13 12:30:16 -05:00
Thaddeus Crews 599fd7344a Merge pull request #111356 from blueskythlikesclouds/d3d12-spec-constant-patch-fix
Fix specialization constant patching on D3D12.
2025-10-13 12:30:15 -05:00
Thaddeus Crews 31f9ed087e Merge pull request #110650 from WhalesState/node-cache-less-dirty
Optimize children cache updates and refine special-case handling
2025-10-13 12:30:14 -05:00
Thaddeus Crews c9b72fcfb6 Merge pull request #111481 from Ivorforce/texture-less-includes
Remove extraneous includes from `texture.h`.
2025-10-13 12:30:13 -05:00
Thaddeus Crews bb4d0638c4 Merge pull request #109816 from SatLess/ArraysArePeopleToo
Add `Make_Unique_Recursive` option for `Resources` with `Arrays` and `Dictionaries`
2025-10-13 12:30:11 -05:00
Thaddeus Crews e560ea47d4 Merge pull request #70646 from KoBeWi/relatable_offset
Add `pivot_offset_ratio` property to Control
2025-10-13 12:30:10 -05:00
Thaddeus Crews 094eb99a43 Merge pull request #111601 from AThousandShips/fix_build_objprof
Fix use of outdated macros in ObjectDBProfiler
2025-10-13 12:30:09 -05:00
Thaddeus Crews 10c333a8f1 Merge pull request #111313 from bruvzg/emb_res
Fix editor embedded windows partially resizing.
2025-10-13 12:30:08 -05:00
Thaddeus Crews dc05e0f907 Merge pull request #111596 from kb173/fix-vr-visible-layers
Fix `CAMERA_VISIBLE_LAYERS` in multiview camera (VR) not aligning with the camera's cull mask
2025-10-13 12:30:06 -05:00
Thaddeus Crews 43438fec2a Merge pull request #111529 from wagnerfs/fix-windows-native-filedialog-filters
Fix Windows native FileDialog filters not showing descriptions
2025-10-13 12:30:05 -05:00
Thaddeus Crews 1274facd44 Merge pull request #111434 from ChristophHaag/initialize_XrRenderModelPropertiesEXT_type
Ensure `XrRenderModelPropertiesEXT::type` is initialized
2025-10-13 12:30:04 -05:00
Thaddeus Crews 2b1fa0f10c Merge pull request #111111 from bruvzg/outl_warn
[Label] Add MSDF pixel range/outline configuration warning.
2025-10-13 12:30:03 -05:00
Thaddeus Crews dcb9a0d030 Merge pull request #110151 from FifthTundraG/tabbar_horizontal_scrolling
Add horizontal scrolling to `TabBar`
2025-10-13 12:30:02 -05:00
Thaddeus Crews 08c200e82f Merge pull request #111527 from DenisCiammaricone/fix-inline-object-parse
Fix editor inline color display of color from `Color.from_rgba8`
2025-10-13 12:30:00 -05:00
Thaddeus Crews 5e7f7735a4 Merge pull request #86468 from KoBeWi/always_has_been
Move script name to top
2025-10-13 12:29:59 -05:00
Thaddeus Crews 02f48683b5 Merge pull request #111556 from kleonc/fix_show_members_overview_editor_setting_tooltip
Fix `text_editor/script_list/show_members_overview` editor setting docs/tooltip
2025-10-13 12:29:58 -05:00
Thaddeus Crews 0450686035 Merge pull request #111460 from KoBeWi/dialoging_shortcut_files
Rework FileDialog shortcuts
2025-10-13 12:29:57 -05:00
Denis Ciammaricone 7e2f6c3ebc Fix editor inline color display of color from Color.from_rgba8 2025-10-13 19:12:17 +02:00
FifthTundraG 14f7cbd74c Add horizontal scrolling to TabBar 2025-10-13 13:05:25 -04:00
Michael Alexsander 31efc7eefa Fix error when editing multifield values inside arrays and dictionaries 2025-10-13 13:29:32 -03:00
Thaddeus Crews d86a428994 SCons: Enable mingw big objects in more contexts 2025-10-13 11:00:03 -05:00
Karl Office 7a49918c89 fix: set visible layers in multiview camera 2025-10-13 17:31:01 +02:00
A Thousand Ships ac05ce5226 Fix use of outdated macros in ObjectDBProfiler
These were renamed but were missed in this PR and fails with disable
deprecated.
2025-10-13 17:25:45 +02:00
kobewi 88eef2aefc Improve Transform dialog 2025-10-13 17:19:58 +02:00
Dario ba268416d5 Push pipeline compilation of various effects to the worker thread pool. 2025-10-13 12:00:23 -03:00
HolonProduction f6ff2216ee CodeEdit: Use flag to recalculate characteristics 2025-10-13 16:17:19 +02:00
kobewi 7cee91f05b Fix favorites icon size in FileSystem dock 2025-10-13 13:58:10 +02:00
Haoyu Qiu 0f81e8c7fe X11: Fix fullscreen exit behavior 2025-10-13 15:03:13 +08:00
Haoyu Qiu 7680190768 Revert "Fix the sliding window problem in linux occur due to reparenting of the window during the decoration via tracking the parent of the window"
This reverts commit 932afc3bf5.
2025-10-13 15:03:13 +08:00
Rémi Verschelde 4219ce91f2 Merge pull request #110485 from bruvzg/aemb_dtr
Fix iOS/visionOS export plugin crash on exit.
2025-10-13 07:35:19 +02:00
Pāvels Nadtočajevs b1e659c851 [macOS] Make embedded window focus behavior more similar to Windows/X11. 2025-10-13 08:32:18 +03:00
Sat 12ced6c83b Add support for making arrays and dictionaries with Resources unique 2025-10-12 23:11:09 -03:00
Mikael Hermansson 3868e7e8bf Add documentation about logging from Logger not being supported 2025-10-12 22:04:26 +02:00