65161977e9
Merge pull request #103415 from bruvzg/iv_pools
...
Use single RNG instance for `FileAccessEncrypted` IV generation.
2025-03-19 12:26:38 +01:00
a117a2b09c
Merge pull request #101980 from bruvzg/init_scale
...
[DisplayServer] Decouple `show_window(MAIN_WINDOW_ID)` from `DisplayServer` constructor, update project manager size/position after DS init.
2025-03-19 12:26:33 +01:00
05a9e0153a
Merge pull request #101951 from BastiaanOlij/openxr_futures
...
Add support for the OpenXR futures extension
2025-03-19 12:26:30 +01:00
b2950e8138
Merge pull request #101904 from bruvzg/win_export_update_icon_cache
...
Update Windows icon cache after export.
2025-03-19 12:26:26 +01:00
3b8385a6be
Merge pull request #101824 from bruvzg/wrap_align
...
[TextEdit] Use actual indentation offset instead of space width for wrapped lines.
2025-03-19 12:26:20 +01:00
16816f426b
Merge pull request #100786 from lyuma/save_file_uids
...
Use UIDs in addition to paths for extracted meshes, materials and animations
2025-03-19 12:26:17 +01:00
ac052560e5
Merge pull request #100652 from DeeJayLSP/wav-resampled
...
`AudioStreamPlaybackWAV`: Inherit from `Resampled`
2025-03-19 12:26:13 +01:00
cb4501315a
Merge pull request #99101 from pafuent/adding_multiplayer_spawner_unit_tests
...
Add `MultiplayerSpawner` unit tests
2025-03-19 12:26:10 +01:00
2b0e7dcc5e
Merge pull request #98043 from pafuent/stream_peer_gzip_fix_finish_buffer_size
...
Fix `StreamPeerGZIP::finish()` internal buffer size usage
2025-03-19 12:26:06 +01:00
7ad0b9b16c
Merge pull request #97495 from Delsin-Yu/control_recursive_disable_children
...
[GUI] Implement properties that can recursively disable child controls' `Focus Mode` & `Mouse Filter`
2025-03-19 12:26:03 +01:00
ffe262b12b
Merge pull request #96421 from SatLess/Hide-Function-Names
...
Support hiding functions calls in Method Tracks
2025-03-19 12:25:57 +01:00
3b6317159e
Merge pull request #95392 from hhhapz/terminate-before-quit
...
Prompt user to terminate if quitting while project is running
2025-03-19 12:25:51 +01:00
100862c39c
Merge pull request #93735 from Mickeon/doc-peeves-CanvasItem
...
Overhaul CanvasItem documentation (no `draw` methods)
2025-03-19 12:25:39 +01:00
2fb5059c63
[TextEdit] Use actual indentation offset instead of space width for wrapped lines.
2025-03-19 12:50:43 +02:00
8997c999e9
Scene import: extract UID paths and store fallback
...
When extracting meshes, materials and animations, always store the uid:// path as well as a res:// fallback.
When validating import settings, load the fallback path if the uid:// path fails to load.
Update save_to_file/fallback_path every import to keep the file path in sync with the uid.
Use UID hashing for meshes and animations.
2025-03-19 11:50:39 +01:00
209189b969
fix selection in LineEdit
2025-03-19 10:50:47 +01:00
f6891b0305
[DisplayServer] Decouple show_window(MAIN_WINDOW_ID) from DisplayServer constructor, update project manager size/position after DS init.
2025-03-19 11:23:04 +02:00
1de900c6ec
Add MultiplayerSpawner unit tests
...
Partially fixes #43440 .
2025-03-19 10:03:28 +01:00
e2bef7041e
Fix StreamPeerGZIP::finish() internal buffer size usage
...
Fixes #97201
Instead of using and arbitrary fixed size for the internal buffer,
the remaining available bytes of the internal `RingBuffer` is used.
Also add unit tests for `StreamPeerGZIP`.
2025-03-19 09:56:32 +01:00
f9c7b1fcff
Change root node transform warning to only show up for position
2025-03-18 22:48:31 -07:00
3afd9f2c71
Fix vbox separation in inspector subgroups
2025-03-18 21:36:34 -04:00
c0d0531459
fix blank popup menu on EditorResourcePicker
2025-03-19 03:09:29 +02:00
e2066298d9
Renderer: Fix Metal handling of cube textures; assert equal dimensions
2025-03-19 11:52:59 +11:00
c57c2445d8
Update movie_writer.cpp
2025-03-18 15:00:40 -07:00
f8d13c8a46
Don't free already freed scenes when changing SceneTree current scene
2025-03-18 22:31:37 +01:00
fdbf6ecc9f
Merge pull request #98408 from rune-scape/stringlikevariantorder-in-place
...
StringLikeVariantOrder: Compare in-place
2025-03-18 14:42:58 -05:00
50eed0142f
Merge pull request #101664 from drakeerv/master
...
Fix `get_rpm()` on wheel which has steering
2025-03-18 14:42:56 -05:00
2e1803e07f
Merge pull request #102975 from metakunt/jolt_physics_reg_type
...
Improve Jolt module initialization style
2025-03-18 14:42:55 -05:00
89a2f3634c
Merge pull request #103857 from bruvzg/macos_trans_b
...
[macOS] Enable transparency for windows with decorations.
2025-03-18 14:42:54 -05:00
d6aef7a1ba
Merge pull request #103872 from bruvzg/mac_f_lk
...
[macOS/iOS] Fix system font family descriptor leak.
2025-03-18 14:42:53 -05:00
596a796e99
Merge pull request #103892 from bruvzg/mac_menu_crash
...
[macOS] Fix editor loading crash on native menu click.
2025-03-18 14:42:51 -05:00
94d4dd7533
Merge pull request #102504 from Hilderin/fix-error-embedded-window-closed-while-resizing
...
Fix error when embedded popup is closed while resizing
2025-03-18 14:42:49 -05:00
c019d2c5a8
Merge pull request #104275 from bruvzg/betsy_mul_4
...
Force multiple of 4 sizes for Betsy compressor.
2025-03-18 14:42:47 -05:00
b6e947ddba
Merge pull request #104148 from YeldhamDev/scons_move_env_checks
...
Make SConstruct file check some envs before querying modules
2025-03-18 14:42:46 -05:00
b7eda9dbc1
Merge pull request #104230 from bruvzg/start_clip
...
Add properties to configure space trimming on line break.
2025-03-18 14:42:44 -05:00
8774c608ff
Merge pull request #95606 from Hilderin/fix-unfocused-windows-cant-be-dragged
...
Fix unfocused windows can't be dragged
2025-03-18 14:42:42 -05:00
955188a32b
Merge pull request #104284 from Calinou/doc-richtextlabel-fgcolor-bgcolor-overlap
...
Document RichTextLabel `fgcolor` and `bgcolor` padding behavior (and risk of overlap)
2025-03-18 14:42:41 -05:00
a57c38c97e
Merge pull request #103949 from timothyqiu/vmem-locate
...
Debugger: Allow locating VRAM resource by double-clicking
2025-03-18 14:42:40 -05:00
b33072a48f
Merge pull request #104307 from akien-mga/ci-macos-vulkan-sdk-optional
...
CI: Build macOS binary without Vulkan if Vulkan SDK fails installing
2025-03-18 14:42:39 -05:00
558efb0614
Merge pull request #104304 from Chubercik/thorvg-0.15.11
...
thorvg: Update to 0.15.11
2025-03-18 14:42:38 -05:00
5c90aad2d9
Merge pull request #101964 from YYF233333/opt_for_size
...
Don't inline certain functions for smaller binary size
2025-03-18 14:42:37 -05:00
b9f1eed65f
Merge pull request #104314 from bruvzg/macos_joy_axis
...
[macOS/iOS] Ensure only one axis change event is produced during single `process_joypads()` call.
2025-03-18 14:42:35 -05:00
c286535dde
Merge pull request #104253 from bruvzg/winposedrun
...
[Editor] Set window position when running project in maximized or full-screen mode to ensure it is opened on the correct screen.
2025-03-18 14:42:34 -05:00
c8a94993bf
Merge pull request #103961 from bruvzg/win_pos_sync
...
Sync `display/window/size/initial_position_type` and `Window::WINDOW_INITIAL_POSITION_` enum.
2025-03-18 14:42:33 -05:00
c65a3135df
Merge pull request #104320 from Repiteo/scons/nocache-expanded
...
SCons: Expand `NoCache` coverage
2025-03-18 14:42:32 -05:00
7bed83e532
Merge pull request #104318 from KoBeWi/edit_in_the_dark
...
Call plugin edit before making visible
2025-03-18 14:42:31 -05:00
6c4cb1ac41
Merge pull request #104325 from Calinou/editor-import-texture-update-mipmaps-limit-visibility
...
Update Mipmaps > Limit import option visibility when intended in the texture importer
2025-03-18 14:42:30 -05:00
707e39cf4d
Merge pull request #104316 from Repiteo/ci/safety-check
...
CI: Ensure `scons-cache` exists before parsing
2025-03-18 14:42:29 -05:00
f3c54c1a32
Update mouse-entered state when subwindow closes (macOS display server)
2025-03-18 15:25:03 -04:00
0c7d78f455
StringLikeVariantOrder: Compare in-place
2025-03-18 11:21:30 -07:00