1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00
Commit Graph

74331 Commits

Author SHA1 Message Date
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
c65a3135df Merge pull request #104320 from Repiteo/scons/nocache-expanded
SCons: Expand `NoCache` coverage
2025-03-18 14:42:32 -05:00
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Grublady
f3c54c1a32 Update mouse-entered state when subwindow closes (macOS display server) 2025-03-18 15:25:03 -04:00
rune-scape
0c7d78f455 StringLikeVariantOrder: Compare in-place 2025-03-18 11:21:30 -07:00
Hugo Locurcio
6408476a76 Update Mipmaps > Limit import option visibility when intended in the texture importer
Previously, you had to switch to another file and back to the original
file for the option visibility to update.
2025-03-18 19:13:49 +01:00
kobewi
ef0408e704 Refactor ColorPicker shapes 2025-03-18 18:57:26 +01:00
Thaddeus Crews
83cf424b5f SCons: Expand NoCache coverage 2025-03-18 09:54:55 -05:00
Micky
93a7584223 Overhaul CanvasItem documentation 2025-03-18 15:36:27 +01:00
kobewi
78334192df Call plugin edit before making visible 2025-03-18 15:01:56 +01:00
Thaddeus Crews
6c19c0bec5 CI: Ensure .scons-cache exists before parsing 2025-03-18 08:44:36 -05:00
Yyf2333
b28d6d1fa3 Don't inline certain functions for smaller binary size.
Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
2025-03-18 21:40:25 +08:00
Pāvels Nadtočajevs
face3caf6a Force multiple of 4 sizes for Betsy compressor. 2025-03-18 15:39:53 +02:00
Pāvels Nadtočajevs
a797c7b8e2 [macOS/iOS] Ensure only one axis change event is produced during single process_joypads() call. 2025-03-18 14:58:14 +02:00
drakeerv
6f25aee04f Fix get_rpm() on wheel which has steering
This fixes #101646.
2025-03-18 13:55:26 +01:00
metakunt
0c25ac8d44 Improve Jolt module initialization style 2025-03-18 13:53:30 +01:00
Rémi Verschelde
fc827bbe25 Merge pull request #104310 from mihe/jolt/back-face-collision
Fix `ConcavePolygonShape3D` always enabling `backface_collision` when using Jolt Physics
2025-03-18 13:50:31 +01:00
Rémi Verschelde
777ad0b1e4 Merge pull request #104306 from bruvzg/ed_map_override_crash
Fix editor crash on overrides for non-existent input mappings.
2025-03-18 13:50:27 +01:00
Rémi Verschelde
f8b1970b05 Merge pull request #104301 from syntaxerror247/minor-enhancement
Convert `compress_native_libraries` to a basic export option
2025-03-18 13:50:24 +01:00
Rémi Verschelde
500d005702 Merge pull request #104281 from mihe/clear-static-gdscript-cache
Add clearing of `static_gdscript_cache` to `GDScriptCache`
2025-03-18 13:50:20 +01:00
Rémi Verschelde
00720d4351 Merge pull request #104181 from YeldhamDev/inspector_whackary
Fix wrong height for top editors in the inspector
2025-03-18 13:50:17 +01:00
Rémi Verschelde
14c3ef9a6c Merge pull request #104154 from unvermuthet/crash-with-obs
Vulkan: Disable layers in editor deemed buggy by RenderDoc
2025-03-18 13:50:13 +01:00
Rémi Verschelde
b84828bca7 CI: Build macOS binary without Vulkan if Vulkan SDK fails installing
It's not rare for this step to fail, either due to network errors,
or occasional changes in how the Vulkan SDK is distributed which require
editing our script.
2025-03-18 12:45:18 +01:00
Lukas Tenbrink
fde71e0382 Harmonize String, Vector and LocalVector find and rfind.
Use `Span::find` for `LocalVector::find`, accepting negative `p_from`.
Return `-1` for invalid `p_from` values in `rfind`.
Accept negative values for `p_from` in `find`, starting from the back.
2025-03-18 12:37:36 +01:00
Mikael Hermansson
3603a5a9dd Fix ConcavePolygonShape3D always enabling backface_collision when using Jolt Physics 2025-03-18 12:26:31 +01:00
Pāvels Nadtočajevs
57011c8948 Fix editor crash on overrides for non-existent input mappings. 2025-03-18 12:30:37 +02:00
Jakub Marcowski
8e2b05e507 thorvg: Update to 0.15.11 2025-03-18 09:50:25 +01:00
Bastiaan Olij
d6312188d7 Adding support for the OpenXR futures extension 2025-03-18 18:59:36 +11:00
Anish Mishra
f3155412af Convert compress_native_libraries to a basic export option 2025-03-18 12:26:25 +05:30
Haoyu Qiu
ff903e36a5 Debugger: Allow locating VRAM resource by double-clicking 2025-03-18 08:26:05 +08:00
unvermuthet
e41200b407 Vulkan: Disable layers in editor deemed buggy by RenderDoc 2025-03-17 22:46:25 +01:00
wareya
ccfbdf2bb2 AudioStreamPlaybackWAV: inherit from Resampled
Co-authored-by: DeeJayLSP <djlsp@proton.me>
2025-03-17 18:42:12 -03:00
Thaddeus Crews
28102e6682 Merge pull request #87440 from Mickeon/doc-peeves-Node3D-glasses
Overhaul Node3D documentation
2025-03-17 16:03:31 -05:00