Pāvels Nadtočajevs
|
dfe2abbf26
|
[macOS/Linux] Add module information to the crash handler.
|
2026-04-17 15:52:00 +03:00 |
|
Thaddeus Crews
|
a6ed51df17
|
Merge pull request #118623 from YeldhamDev/too_late_i_guess
Deprecate `TabContainer.all_tabs_in_front` due to now being useless
|
2026-04-16 09:41:20 -05:00 |
|
Thaddeus Crews
|
a6dccbf731
|
Merge pull request #118339 from bruvzg/winrt_color
[Windows] Add support for `AdvancedColorInfo` info and change callback.
|
2026-04-16 09:41:19 -05:00 |
|
Thaddeus Crews
|
e0815c0bc9
|
Merge pull request #118633 from jaydensipe/small-icon-fix
Fix max icon width in remote scene view/debugger
|
2026-04-16 09:41:18 -05:00 |
|
Thaddeus Crews
|
12a980d13d
|
Merge pull request #118614 from bruvzg/dict_prop_menu
Restore inspector context menu for dictionary elements.
|
2026-04-16 09:41:17 -05:00 |
|
Thaddeus Crews
|
59c7d31bda
|
Merge pull request #118617 from CookieBadger/area-light-vertex-shader-compat-fix
Fix AreaLight3D compatibility vertex shading compilation error
|
2026-04-16 09:41:16 -05:00 |
|
Thaddeus Crews
|
771325eb59
|
Merge pull request #118620 from WhalesState/text-edit-unused-var
TextEdit: Remove unused `next_item_id` variable.
|
2026-04-16 09:41:15 -05:00 |
|
Thaddeus Crews
|
070d9a408b
|
Merge pull request #118608 from shiena/fix/118581-multitouch-button-signals
Fix BaseButton multitouch signals firing for only 1 button
|
2026-04-16 09:41:14 -05:00 |
|
Thaddeus Crews
|
9b4b3831d2
|
Merge pull request #118588 from Bromeon/feature/more-required-ptrs
Use `RequiredParam`/`RequiredResult` in several more APIs
|
2026-04-16 09:41:13 -05:00 |
|
Thaddeus Crews
|
c8c9a07a62
|
Merge pull request #118604 from ryevdokimov/fix-transform
Fix 3D viewport drag-translate triggering without mouse button held
|
2026-04-16 09:41:13 -05:00 |
|
Thaddeus Crews
|
790c68368f
|
Merge pull request #118590 from Bromeon/feature/required-ptr-conversion
Add `RequiredParam` -> `RequiredResult` conversion
|
2026-04-16 09:41:12 -05:00 |
|
Thaddeus Crews
|
343655bfa3
|
Merge pull request #117532 from syntaxerror247/just-hide
Hide `Remote Deploy` button when not configured
|
2026-04-16 09:41:11 -05:00 |
|
Thaddeus Crews
|
f4c839f7b3
|
Merge pull request #118417 from syntaxerror247/resize-and-move
Allow moving and resizing the embedded game window on Android
|
2026-04-16 09:41:10 -05:00 |
|
Thaddeus Crews
|
2dc3039d56
|
Merge pull request #118128 from dhoverb/update_spatial_entities_apis
Make OpenXR Spatial Entities easier to extend
|
2026-04-16 09:41:09 -05:00 |
|
Thaddeus Crews
|
e5d0a8d814
|
Merge pull request #117072 from KoBeWi/template_shattering_event
Rework export template dialog to allow individual templates
|
2026-04-16 09:41:08 -05:00 |
|
Thaddeus Crews
|
2c61f26274
|
Merge pull request #115938 from Kaleb-Reid/remove-argument-prefixes
Remove `p_` and add `r_` prefixes to argument names
|
2026-04-16 09:41:07 -05:00 |
|
kobewi
|
2f079a1360
|
Extract individual templates from remote TPZ
Co-authored-by: Alexander Hartmann <alex.hart.278@gmail.com>
|
2026-04-16 13:17:59 +02:00 |
|
kobewi
|
64c8952975
|
Rework export template dialog to allow individual templates
|
2026-04-16 12:31:58 +02:00 |
|
Jayden Sipe
|
333fda8fd0
|
Fix max icon width in remote scene view
|
2026-04-16 01:03:42 -04:00 |
|
Michael Alexsander
|
3729bc8940
|
Deprecate TabContainer.all_tabs_in_front due to now being useless
|
2026-04-15 19:02:05 -03:00 |
|
Kaleb Reid
|
f973e3e346
|
Remove p_ and add r_ prefixes to argument names
|
2026-04-15 13:47:15 -07:00 |
|
Thaddeus Crews
|
3f63a400fa
|
Merge pull request #118503 from m4gr3d/update_perfetto_tracing
Hook up `perfetto` script and frame profiling logic
|
2026-04-15 14:02:37 -05:00 |
|
Thaddeus Crews
|
4836ba26f0
|
Merge pull request #115340 from wagnerfs/add-translation-context
Add translation context to Controls
|
2026-04-15 14:02:36 -05:00 |
|
Thaddeus Crews
|
21dbe711c5
|
Merge pull request #113886 from deralmas/wl-touch
Wayland: Implement touch support
|
2026-04-15 14:02:35 -05:00 |
|
Thaddeus Crews
|
37e53d7a54
|
Merge pull request #118609 from HolonProduction/rm-cmt
Remove obsolete header guard comment
|
2026-04-15 14:02:34 -05:00 |
|
Thaddeus Crews
|
66dd6fe737
|
Merge pull request #118582 from Ivorforce/is_class_sn
Change `Object::is_class` to take `StringName` instead of `String`, for better performance
|
2026-04-15 14:02:32 -05:00 |
|
Mounir Tohami
|
de3337977a
|
TextEdit: Remove unused next_item_id variable.
|
2026-04-15 20:51:29 +02:00 |
|
CookieBadger
|
eb6e4eb234
|
fix AreaLight3D compatibility vertex shading compilation error
|
2026-04-15 20:20:33 +02:00 |
|
Pāvels Nadtočajevs
|
f0b1b61a94
|
Restore inspector context menu for dictionary elements.
|
2026-04-15 21:07:11 +03:00 |
|
Anish Kumar
|
eb3d2940e3
|
Allow moving and resizing the embedded game window on Android
|
2026-04-15 22:18:12 +05:30 |
|
Anish Kumar
|
5cb7a9133d
|
Hide Remote Deploy button when not configured
|
2026-04-15 21:25:46 +05:30 |
|
dhoverb
|
d72e8691f2
|
Update spatial entities APIs
|
2026-04-15 13:43:34 +00:00 |
|
HolonProduction
|
2be6fea3b0
|
Remove obsolete header guard comment
|
2026-04-15 15:26:26 +02:00 |
|
KOGA Mitsuhiro
|
8e30e2ee89
|
Fix BaseButton multitouch signals firing for only 1 button
|
2026-04-15 21:45:35 +09:00 |
|
ryevdokimov
|
9f4c35ab4d
|
Fix 3D viewport drag-translate triggering without mouse button held
|
2026-04-15 07:40:45 -04:00 |
|
Lukas Tenbrink
|
299b0f69f9
|
Change Object::is_class to take StringName for better performance (intended for GDExtension casting and inheritance checks).
|
2026-04-15 13:08:43 +02:00 |
|
Rémi Verschelde
|
4fe68a9ed4
|
Merge pull request #118597 from dillyo09/scons-redundant-clones
Build: Remove redundant SCons environment clones
|
2026-04-15 12:41:22 +02:00 |
|
Rémi Verschelde
|
2bd673bc30
|
Merge pull request #118591 from StarryWorm/fix-meshlibrary-crash
Fix `MeshLibrary` crash
|
2026-04-15 12:41:19 +02:00 |
|
Rémi Verschelde
|
705c96e3c8
|
Merge pull request #118567 from brandonhare/fix-dpi-texture-color-map
Add missing dictionary type hints in SVG DPITexture import options
|
2026-04-15 12:41:15 +02:00 |
|
Rémi Verschelde
|
60c2e1e59d
|
Merge pull request #118542 from shiena/fix/118517
Fix BaseButton popup unresponsive on touchscreen after first tap
|
2026-04-15 12:41:11 +02:00 |
|
Rémi Verschelde
|
9fc8f0e0cf
|
Merge pull request #118510 from bruvzg/mac_vm_metal
[macOS] Fix Metal crash in VM.
|
2026-04-15 12:41:07 +02:00 |
|
Rémi Verschelde
|
c1c88f88c1
|
Merge pull request #118372 from mrTag/noise_tex_threadpool
Switch NoiseTexture2D/3D from using Threads to WorkerThreadPool
|
2026-04-15 12:41:03 +02:00 |
|
Rémi Verschelde
|
972d21ebf4
|
Merge pull request #118283 from m4gr3d/deprecate_and_remove_obb
Android: Remove deprecated Google Play OBB support
|
2026-04-15 12:40:59 +02:00 |
|
Rémi Verschelde
|
4de52251de
|
Merge pull request #118060 from Ivorforce/gdextension-move
Fix tutorial links for the GDExtension section for a move of the articles
|
2026-04-15 12:40:54 +02:00 |
|
Rémi Verschelde
|
cc212fb90a
|
Merge pull request #117788 from kleonc/canvas_item_shader_generate_sdf_on_using_normal
Generate SDF texture on `texture_sdf_normal` usage
|
2026-04-15 12:40:50 +02:00 |
|
Rémi Verschelde
|
37b6d4d8be
|
Merge pull request #117776 from migueldeicaza/fix-crash-viewport
Fix a potential crash in `Viewport` 3D physics picking
|
2026-04-15 12:40:44 +02:00 |
|
Rémi Verschelde
|
316bdc1d1a
|
Merge pull request #117432 from vaner-org/animationtree-unify-error
Allow toggling AnimationTree error panel
|
2026-04-15 12:40:39 +02:00 |
|
Rémi Verschelde
|
96c2ddf39a
|
Merge pull request #117060 from AThousandShips/fix_symbols_linux
[Linux] Improve crash trace symbols
|
2026-04-15 12:40:35 +02:00 |
|
Rémi Verschelde
|
0fd8c2cf2f
|
Merge pull request #116308 from deralmas/wl/restore-workaround
Wayland: Re-enable window restore logic
|
2026-04-15 12:40:31 +02:00 |
|
Rémi Verschelde
|
637e23472b
|
Merge pull request #112992 from YeldhamDev/asset_store_new_api
Improve asset store and port it to the new API
|
2026-04-15 12:40:26 +02:00 |
|