MrBlockers
b14afba156
Fix node cache errors on nested MultiplayerSpawner
...
Changes spawned_nodes to an RBSet, which preserves
insertion order after entries are removed.
This prevents simplify path commands from being
sent to clients out of order, so that the commands
for parents are recieved before the commands for
children.
This may not be the right fix (data structure, or
design).
2025-01-10 19:19:08 -05:00
Rémi Verschelde
abf8e1e6f9
Merge pull request #101405 from Hilderin/fix-game-view-cannot-be-editor-feature-disabled
...
Fix Game View cannot be editor feature disabled
2025-01-10 23:06:50 +01:00
Rémi Verschelde
0332cee3d4
Merge pull request #101404 from ryevdokimov/mouse-enter-signal-to-notification
...
Change editor viewports gizmos mouse enter/exit from using signals to notifications
2025-01-10 23:06:47 +01:00
Rémi Verschelde
9e210a535f
Merge pull request #101388 from BlueCube3310/copy-update
...
Update texture import library info in COPYRIGHT.txt
2025-01-10 23:06:43 +01:00
Rémi Verschelde
15f0f420df
Merge pull request #101381 from bruvzg/scr_init
...
Fallback to primary screen if no window layout is saved in project metadata.
2025-01-10 23:06:39 +01:00
Rémi Verschelde
0471f6e44a
Merge pull request #101378 from yannlemos/fix-typo-in-editor-debugger-plugin-docs
...
Fix typo in EditorDebuggerPlugin documentation
2025-01-10 23:06:36 +01:00
Rémi Verschelde
39f73bb9ff
Merge pull request #101369 from ryevdokimov/cancel-viewport-rotation-gizmo
...
Add ability to cancel rotation from viewport rotation gizmo
2025-01-10 23:06:32 +01:00
Rémi Verschelde
4caae29729
Merge pull request #101368 from Hilderin/fix-selection-game-view
...
Fix selection in 3D Game view
2025-01-10 23:06:28 +01:00
Rémi Verschelde
85fbf7ca84
Merge pull request #101367 from akien-mga/msdfgen-1.12
...
msdfgen: Update to 1.12
2025-01-10 23:06:25 +01:00
Rémi Verschelde
85358f1738
Merge pull request #101366 from akien-mga/harfbuzz-10.1.0
...
harfbuzz: Update to 10.1.0
2025-01-10 23:06:22 +01:00
Rémi Verschelde
e4a12a0299
Merge pull request #101365 from Calinou/agx-compatibility-use-rd-approach
...
Fix AgX tonemapping using old approach in Compatibility rendering method
2025-01-10 23:06:19 +01:00
Rémi Verschelde
139619ca0c
Merge pull request #101355 from akien-mga/style-clang-format-InsertBraces
...
Style: Enable clang-format's `InsertBraces` config
2025-01-10 23:06:15 +01:00
Rémi Verschelde
5be039761f
Merge pull request #101273 from Nazarwadim/use_AHashMap_in_SurfaceTool
...
Use `AHashMap` for `SurfaceTool`
2025-01-10 23:06:12 +01:00
Rémi Verschelde
74682f9383
Merge pull request #101231 from mihe/jolt/init-debug-count
...
Fix debug contact count not being initialized when using Jolt Physics
2025-01-10 23:06:07 +01:00
Rémi Verschelde
867425fd62
Merge pull request #101021 from bruvzg/empick
...
[macOS/Windows] Add `Emoji & Symbols` context menu item to LineEdit/TextEdit to show system character picker.
2025-01-10 23:06:03 +01:00
Rémi Verschelde
35080c6df3
Merge pull request #100970 from anknetau/ank/godot-add-test-cases-for-uid-strings
...
Add some tests for `uid://` encoding and decoding
2025-01-10 23:05:59 +01:00
Rémi Verschelde
ad74e337b9
Merge pull request #100954 from Bromeon/bugfix/nodepath-slice
...
Fix `NodePath::slice()` incorrect behavior for subname indexing
2025-01-10 23:05:56 +01:00
Rémi Verschelde
4dbcced69a
Merge pull request #100714 from hpvb/fix-100663
...
Handle changing ItemLists from signals
2025-01-10 23:05:51 +01:00
Rémi Verschelde
3014eec40d
Merge pull request #99407 from devloglogan/rec-resolution
...
Allow using custom `Rect2i` for rendering with OpenXR
2025-01-10 23:05:46 +01:00
Rémi Verschelde
3ca139e8ce
Merge pull request #99050 from havi05/itemlist-h-scroll-bar
...
Add `HScrollbar` to `ItemList` when `max_columns == 0`
2025-01-10 23:05:42 +01:00
Rémi Verschelde
138c2c8b51
Merge pull request #93399 from Chaosus/vs_sky_derivative
...
Add derivative functions to sky shader mode in visual shader
2025-01-10 23:05:38 +01:00
Rémi Verschelde
a822080683
Merge pull request #92435 from Jabberdrake/featureproposal2
...
Implement drag-and-drop logic for previewing themes
2025-01-10 23:05:35 +01:00
Miguel Coelho
3a6bfcb714
Implemented drag-and-drop logic for previewing themes
...
Dragging valid theme files (.tscn files with a Control node at the top)
from the filesystem region over to the ThemeEditor will preview the
theme in question in a new preview tab
Co-authored-by: Sofia Paiva <sofia.paiva@tecnico.ulisboa.pt>
2025-01-10 22:28:10 +01:00
Robert Yevdokimov
a8f3c9727e
Add ability to cancel rotation from viewport rotation gizmo
2025-01-10 15:41:06 -05:00
Hilderin
683cef1df5
Fix Game View cannot be editor feature disabled
2025-01-10 14:53:41 -05:00
Robert Yevdokimov
d17cf852e3
Change editor viewports gizmos mouse enter/exit from using signals to notificatons
2025-01-10 13:41:49 -05:00
Hilderin
055b418e4d
Fix Selection Game View
2025-01-10 09:53:17 -05:00
BlueCube3310
bf06a4ff64
Update texture import library info in COPYRIGHT.txt
2025-01-10 15:43:03 +01:00
havi05
a9af65d368
Add HScrollbar to ItemList
2025-01-10 14:59:12 +01:00
Andres Kievsky
2b5dd99d72
Add some tests for uid:// encoding and decoding
2025-01-10 23:41:12 +11:00
Yuri Rubinsky
0aede87b67
Add derivative functions to sky shader mode in visual shader
2025-01-10 10:28:02 +03:00
Pāvels Nadtočajevs
b252867145
[macOS/Windows] Add Emoji & Symbols context menu item to LineEdit/TextEdit to show system character picker.
2025-01-10 09:25:34 +02:00
Pāvels Nadtočajevs
65f94b163a
Fallback to primary screen if no window layout is saved in project metadata.
2025-01-10 09:06:28 +02:00
Yann Lemos
24cf3be7ce
Fix typo in Editor Debugger plugin documentation
2025-01-09 22:41:48 -03:00
Rémi Verschelde
c97c7b73e6
msdfgen: Update to 1.12
2025-01-09 22:03:43 +01:00
Rémi Verschelde
269b1dfa03
harfbuzz: Update to 10.1.0
2025-01-09 21:04:11 +01:00
Hugo Locurcio
5ebafc350f
Fix AgX tonemapping using old approach in Compatibility rendering method
...
Its implementation now matches the one used in RenderingDevice-based
rendering methods.
2025-01-09 20:58:23 +01:00
Rémi Verschelde
24d74510e5
Merge pull request #101363 from akien-mga/ci-apt-direct
...
CI: Install apt dependencies directly, works around issue with `awalsh128/cache-apt-pkgs-action`
2025-01-09 20:51:47 +01:00
Rémi Verschelde
a024393f71
Merge pull request #101362 from BlueCube3310/etcpak-v200
...
etcpak: Sync with upstream 2.0
2025-01-09 20:51:44 +01:00
Rémi Verschelde
1730070baf
Merge pull request #101351 from akien-mga/manifold-3.0.1
...
manifold: Update to 3.0.1
2025-01-09 20:51:40 +01:00
Rémi Verschelde
06a6a0bcdb
Merge pull request #101350 from Calinou/path-draw-fewer-fish-bones
...
Draw fewer fishbones to improve Path gizmo readability and performance
2025-01-09 20:51:37 +01:00
Rémi Verschelde
7d9f28cac3
Merge pull request #101346 from akien-mga/libpng-1.6.45
...
libpng: Update to 1.6.45
2025-01-09 20:51:33 +01:00
Rémi Verschelde
765c6ab5f8
Merge pull request #101282 from Nazarwadim/use_LocalVector_for_Curve_and_Gradient
...
Use `LocalVector` for `Curve` and `Gradient`
2025-01-09 20:51:30 +01:00
Rémi Verschelde
469808f66b
Merge pull request #101112 from clayjohn/skyrd-fov
...
Ensure Sky with custom fov has correction matrix applied to it in RD renderers
2025-01-09 20:51:26 +01:00
Rémi Verschelde
496a990fc0
Merge pull request #92526 from dalexeev/gds-remove-renamed-hint-from-warning-enum
...
GDScript: Remove `RENAMED_IN_GODOT_4_HINT` from `GDScriptWarning::Code` enum
2025-01-09 20:51:21 +01:00
Rémi Verschelde
829ad307f8
CI: Install apt dependencies directly, works around issue with awalsh128/cache-apt-pkgs-action
2025-01-09 19:56:30 +01:00
BlueCube3310
84c53607ab
Etcpak: Sync with upstream
2025-01-09 19:29:58 +01:00
Danil Alexeev
cd918ff470
GDScript: Remove RENAMED_IN_GODOT_4_HINT from GDScriptWarning::Code enum
2025-01-09 21:07:41 +03:00
Rémi Verschelde
0257995616
Merge pull request #101354 from Ivorforce/animation-clear-template
...
Replace `Animation::_clear()` with explicit `.clear()` calls.
2025-01-09 17:07:27 +01:00
Rémi Verschelde
5240e60509
Merge pull request #101344 from DarioSamo/union-order-fix
...
Fix union order to simplify empty initializers.
2025-01-09 17:07:23 +01:00