dfb2bc5f7e
Fix macOS build with dev_build=yes and target=template_debug
2025-05-14 09:47:51 +03:00
09fcbb8645
Merge pull request #92542 from aganm/solarized_revert
...
Revert Solarized Dark theme to Godot 3
2025-05-13 16:22:32 -05:00
3d20e906b9
Merge pull request #99318 from HolonProduction/editor-script-palette
...
Editor: Add named `EditorScript`s to the command palette
2025-05-13 16:22:31 -05:00
aad8f57f95
Merge pull request #106355 from bruvzg/mac_emb_trans
...
[macOS] Fix transparent window state detection for embedded process.
2025-05-13 16:22:30 -05:00
22a0e81a69
Merge pull request #103922 from Jesusemora/Jesusemora-patch-1
...
Show `theme_type_variation`s in the inspector on `Control`s that inherit a theme
2025-05-13 16:22:29 -05:00
0717136785
Merge pull request #106353 from YYF233333/hashmap_zst
...
Optimize `HashMap` size for zero-sized Allocators
2025-05-13 16:22:28 -05:00
4cd27d7fd4
Merge pull request #106094 from shiena/feature/support-android-camera
...
Add CameraFeed support for Android
2025-05-13 16:22:27 -05:00
f70420a8b1
Merge pull request #106346 from mihe/jolt/scu-support
...
Fix SCU build issues related to Jolt Physics
2025-05-13 16:22:26 -05:00
2053f8d6bf
Merge pull request #106343 from timothyqiu/scene-tree-unused
...
Remove unused `SceneTree::make_group_changed`
2025-05-13 16:22:26 -05:00
1c4b660312
Merge pull request #96611 from Dynamic-Pistol/master
...
Add `PROPERTY_HINT_INPUT_NAME` for use with `@export_custom` to allow using input actions
2025-05-13 16:22:25 -05:00
d9c8376fe0
Merge pull request #105825 from Alex-Onceanu/playground
...
Fix `Camera2D` right and bottom limit to depend on bottom right corner
2025-05-13 16:22:24 -05:00
f648eea7f4
Merge pull request #106209 from YYF233333/opt_get_actions
...
Optimize `InputMap::get_actions`
2025-05-13 16:22:23 -05:00
93140c0f76
Merge pull request #99676 from BlueCube3310/tex-import-vram-specified
...
Add Channel Remap settings to ResourceImporterTexture
2025-05-13 16:22:22 -05:00
7d9c75d5e8
Merge pull request #106329 from aaronfranke/nav-2d
...
Rename nav_2d namespace to Nav2D to match Nav3D
2025-05-13 16:22:21 -05:00
7439ea95f6
Merge pull request #105302 from KoBeWi/scenic
...
Add `--scene` command line argument
2025-05-13 16:22:20 -05:00
cce59ac25f
Merge pull request #106326 from KoBeWi/editor_node_when_it_doesn't_check_unsaved_status_for_one_frame- 😖
...
Optimize unsaved history checking
2025-05-13 16:22:19 -05:00
74b466ac29
Merge pull request #105942 from PhairZ/isthisoptimization-evenworthit
...
Make `script_class_get_icon_path()` return any value when `r_valid` is passed.
2025-05-13 16:22:19 -05:00
d3cd48cb51
Merge pull request #106319 from adamscott/web-simd
...
[Web] Add WebAssembly SIMD support (`wasm_simd`) and enable it by default
2025-05-13 16:22:18 -05:00
9c5254e1e4
Merge pull request #106187 from roughbits01/editor-confirmation-1
...
Remove `Don't save` button from "running project" confirmation modal
2025-05-13 16:22:17 -05:00
b59d6bea4f
Merge pull request #67777 from aaronfranke/virtually-annotated
...
Add a keyword for abstract classes in GDScript
2025-05-13 16:22:16 -05:00
243c8932d3
Merge pull request #82497 from Repiteo/typed-array-consolidation
...
Typed array equality operator update
2025-05-13 16:22:15 -05:00
4e507792f2
Merge pull request #105918 from DarkMessiah/fix_tree_item_custom_bg_color
...
Fix background size calculation in TreeItem
2025-05-13 16:22:14 -05:00
a2b49d0800
Merge pull request #93883 from TV4Fun/variant_join
...
Consolidate and simplify string joining code in `VariantUtilityFunctions`
2025-05-13 16:22:13 -05:00
5db0aab505
Merge pull request #104857 from shiena/feature/discovery-continuity-camera
...
macOS: Allow users to select Continuity Camera
2025-05-13 16:22:12 -05:00
172794337c
Merge pull request #99985 from allenwp/release-only-crash-99797
...
Print error message when index is out of range in `Variant::iter_get`
2025-05-13 16:22:11 -05:00
88c0552077
Merge pull request #104462 from solidpixel/astcenc_5.3.0
...
Update astcenc to the upstream 5.3.0 release
2025-05-13 16:22:10 -05:00
30a0e46f1f
Merge pull request #103689 from timothyqiu/text-file
...
EditorHelpBit: Fix symbol type name capitalization for text files
2025-05-13 16:22:09 -05:00
5b935881fc
Typed array equality operator logic updated
...
• Instead of calling to `_ref`, the same effect is achieved by calling to the base class assignment operator
• No longer need to be expose `_ref`; set back to private & remove reference from gdextension_interface
2025-05-13 14:41:16 -05:00
5657ecc542
Print error message when index is out of range in Variant::iter_get of DEBUG_ENABLED builds.
...
Mitigates #99797
2025-05-13 13:57:16 -04:00
887fa78fc1
[macOS] Fix transparent window state detection for embedded process.
2025-05-13 17:09:51 +03:00
296ca79b9d
Add CameraFeed support for Android
...
Co-authored-by: KOGA Mitsuhiro <shiena.jp@gmail.com >
2025-05-13 22:46:06 +09:00
0babb2ab02
Optimize HashMap size for zero-sized Allocators.
2025-05-13 21:44:39 +08:00
f114a8d1d1
Add WebAssembly SIMD support
2025-05-13 07:35:53 -04:00
209a446e36
Merge pull request #106349 from bruvzg/mac_resize
...
[macOS] Fix embedded window position when host control is moved, but not resized.
2025-05-13 13:30:45 +02:00
ddefe73c41
[macOS] Fix embedded window position when host control is moved, but not resized.
2025-05-13 14:17:45 +03:00
af62a09b42
Merge pull request #106348 from akien-mga/macos-fix-template_debug-build
...
macOS: Fix `template_debug` build after #105884
2025-05-13 12:49:11 +02:00
20f279cd34
Merge pull request #106345 from bruvzg/gl_leak
...
[X11] Fix GL init memory leak when transparency is enabled.
2025-05-13 12:49:08 +02:00
29f13d8cd8
Merge pull request #106340 from bruvzg/trasn_emb_bg
...
Draw checkerboard (or clear color) under embedded window.
2025-05-13 12:49:04 +02:00
3e2c064302
macOS: Fix template_debug build after #105884
2025-05-13 12:42:13 +02:00
9cea7ebc91
Fix SCU build issues related to Jolt Physics
2025-05-13 12:34:55 +02:00
a12503b88c
[X11] Fix GL init memory leak when transparency is enabled.
2025-05-13 13:20:02 +03:00
6a118b5027
Draw checkerboard (or clear color) under embedded window.
2025-05-13 13:16:22 +03:00
c0ebba60de
Merge pull request #106166 from stuartcarnie/macos_embed_fixes
...
macOS: Embedded window fixes
2025-05-13 12:11:35 +02:00
51a063d6d3
Remove unused SceneTree::make_group_changed
2025-05-13 16:40:17 +08:00
0d56b1c995
Remove Don't save button from "running project" confirmation modal
2025-05-13 07:43:17 +02:00
6eedddbd3c
Rename nav_2d namespace to Nav2D to match Nav3D
2025-05-12 16:59:53 -07:00
db66343528
Merge pull request #106317 from stuartcarnie/sgc_macos_first_click
...
macOS: Process first click event without requiring focus
2025-05-13 01:05:53 +02:00
8b93b67e14
Merge pull request #106315 from Riteo/popping-up-everywhere
...
Wayland: Fix error spam when closing popup
2025-05-13 01:05:49 +02:00
620206b0ae
Merge pull request #106309 from aaronp64/string_chr_appends
...
Avoid single character `String` allocations when appending characters
2025-05-13 01:05:45 +02:00
cc102dc5a9
Merge pull request #106302 from akien-mga/msvs-crlf
...
Preserve CRLF line terminators for MSVS project template
2025-05-13 01:05:41 +02:00