Thaddeus Crews
eb6e8e59b1
Merge pull request #91594 from RedMser/remove-old-path-remaps
...
Remove old path remaps system
2025-04-23 12:01:25 -05:00
Thaddeus Crews
7602f7b205
Merge pull request #105639 from bruvzg/lbl_ac_set
...
Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default.
2025-04-23 12:01:24 -05:00
Lukas Tenbrink
7c37188ca1
Smoke test: In collections, log an error if reserve() is called with a number smaller than the current size. Don't log an error if it is called with a number smaller than the current capacity.
2025-04-23 16:47:47 +02:00
mobile-bungalow
387980a40a
move movie writer to post extension init step
2025-04-23 07:30:37 -07:00
RedMser
5c83d25eda
Consider search keywords in CreateDialog
2025-04-23 15:59:44 +02:00
RedMser
a96e8ac62c
Remove old path remaps system
...
Unused in public repositories, deprecated for over 6 years, and the
replacement system is well-tested by now.
2025-04-23 15:48:33 +02:00
Lukas Tenbrink
91fe434a86
Always use String as StringName backing internally.
2025-04-23 14:57:03 +02:00
Pāvels Nadtočajevs
5b49fd4207
Selectively apply FOCUS_ACCESSIBILITY to the Labels instead of setting it by default.
2025-04-23 12:47:31 +03:00
mrjustaguy
bc746f2962
Implement FXAA 3.11
2025-04-22 22:19:06 -07:00
Pāvels Nadtočajevs
e45dd45156
[macOS] Fix close button hidden and title bar transparent in fullscreen mode.
2025-04-23 08:13:33 +03:00
Fredia Huya-Kouadio
fac2ebed78
Update the project NDK to the latest LTS version (r27c)
2025-04-22 19:43:59 -07:00
Thaddeus Crews
1696ab0cb6
Merge pull request #105662 from Repiteo/ci/mold
...
CI: Replace `gold` with `mold`
2025-04-22 18:25:53 -05:00
Thaddeus Crews
78a7612a6b
Merge pull request #105661 from Repiteo/ci/trim-dependencies
...
CI: Remove legacy dependency
2025-04-22 18:25:53 -05:00
Thaddeus Crews
179630278f
Merge pull request #105658 from aaronp64/blend_space_2d_sort
...
Sort animation nodes in `AnimationNodeBlendSpace2DEditor` popup menu
2025-04-22 18:25:52 -05:00
Thaddeus Crews
72717099d2
Merge pull request #105624 from dsnopek/openxr-action-map-uid-error
...
OpenXR: Fix saving action map when UID is used in project settings
2025-04-22 18:25:51 -05:00
Thaddeus Crews
1f7a8eac9d
Merge pull request #101973 from clayjohn/sky-material-opt
...
Optimize ProceduralSkyMaterial by removing uses of acos and simplifying logic
2025-04-22 18:25:51 -05:00
Thaddeus Crews
6b8a0f1edd
Merge pull request #105650 from van800/size_t_red_code_fix
...
Fixes for `.sln` project generation for Rider on Mac/Linux
2025-04-22 18:25:50 -05:00
Thaddeus Crews
19b9c035bd
Merge pull request #103111 from rt9391/rt9391
...
Fix CanvasLayer 'Follow Viewport' documentation to match its behavior
2025-04-22 18:25:49 -05:00
Thaddeus Crews
34cb8999b0
Merge pull request #105605 from m4gr3d/setup_debug_symbols
...
Android: Enable native debug symbols generation
2025-04-22 18:25:49 -05:00
Thaddeus Crews
fdf8f3ac73
Merge pull request #105089 from Summersay415/current-anim
...
Fix `current_animation_changed` emission on animation finish
2025-04-22 18:25:48 -05:00
Thaddeus Crews
68623229a6
Merge pull request #105664 from smix8/gridmap_selection_crash
...
Fix GridMap move selection crashing on invalid MeshLibrary item
2025-04-22 18:25:47 -05:00
Muller-Castro
d702460caf
Fix apksigner execution failure on linux
2025-04-22 19:47:30 -03:00
smix8
1742901ae4
Fix GridMap move selection crashing on invalid MeshLibrary item
...
Fixes GridMap move selection crashing on invalid MeshLibrary item.
2025-04-22 22:27:35 +02:00
Thaddeus Crews
fa1f41e9ab
CI: Use mold as linker on Linux
2025-04-22 14:23:12 -05:00
Adam Wychowaniec
d193af78c5
Expose AnimationNode(StateMachine/BlendTree).get_node_list()
2025-04-22 21:08:26 +02:00
Thaddeus Crews
92b1b0402c
CI: Remove legacy dependency
2025-04-22 12:54:24 -05:00
Ivan Shakhov
df622f1f0b
Fixes for Rider on Mac: 1. size_t ambigious symbol 2. LanguageStandard was not parsed from AdditionalOptions
2025-04-22 19:34:32 +02:00
aaronp64
8584737525
Sort animation nodes in AnimationNodeBlendSpace2DEditor popup menu
...
Updated AnimationNodeBlendSpace2DEditor::_blend_space_gui_input to sort animation nodes for menu when adding new points, to match ordering in AnimationNodeBlendSpace1DEditor and AnimationNodeStateMachineEditor. Old code had the sort call before adding the node names, so it wasn't reflected in the menu.
2025-04-22 12:17:27 -04:00
Fredia Huya-Kouadio
8a514ae56f
Enable native debug symbols generation
2025-04-22 09:04:49 -07:00
Thaddeus Crews
0ed1c192e8
Merge pull request #105565 from smix8/gridmap_list
...
Replace GridMap legacy use of `List` with `LocalVector`
2025-04-22 10:44:32 -05:00
Thaddeus Crews
c928676582
Merge pull request #105531 from Repiteo/style/specify-attribute-macros
...
Style: Declare inline macros as attributes
2025-04-22 10:44:32 -05:00
Thaddeus Crews
b45cf573a2
Merge pull request #105498 from adamscott/add-compiler-launcher
...
Add `{c,cpp}_compiler_launcher` options
2025-04-22 10:44:31 -05:00
Thaddeus Crews
5168214c48
Merge pull request #105329 from smix8/gridmap_octant_raster
...
Fix GridMap OctantKey cell rasterization
2025-04-22 10:44:30 -05:00
Thaddeus Crews
00be4c3bb4
Merge pull request #105488 from Calinou/doc-vector2-from-angle-not-normalized
...
Document `Vector2.from_angle()` not always returning a normalized vector
2025-04-22 10:44:30 -05:00
Thaddeus Crews
e49d04b72b
Merge pull request #104461 from lodetrick/action-map-ui
...
Editor: Replace TextEdit with EditorSpinSlider for XR Action Set Priority
2025-04-22 10:44:29 -05:00
Thaddeus Crews
3d0107c98b
Merge pull request #105548 from jss2a98aj/windows-validate-VARIANT-in-get_video_adapter_driver_info
...
Ensure `VARIANT` instances are actually `VT_BSTR` before treating them as such in `OS_Windows::get_video_adapter_driver_info()`
2025-04-22 10:44:28 -05:00
Thaddeus Crews
6dcca1eb00
Merge pull request #102667 from BlueCube3310/betsy-its-ogre-now
...
Betsy: Remove OGRE aliases
2025-04-22 10:44:28 -05:00
Thaddeus Crews
1c51640a1c
Merge pull request #105563 from smix8/gridmap_get_quadrupled
...
Optimize GridMap rendering scenario quadruple-getters
2025-04-22 10:44:27 -05:00
Thaddeus Crews
355a98faed
Merge pull request #105640 from scgm0/SvgTexture-not-in-3D
...
SvgTexture not in 3D
2025-04-22 10:44:26 -05:00
Thaddeus Crews
dac95d3131
Merge pull request #105574 from kitbdev/desc-progress-bar
...
Update ProgressBar description
2025-04-22 10:44:26 -05:00
Thaddeus Crews
2ffd5a3913
Merge pull request #104738 from YYF233333/cleanup_rid_owner
...
Use `LocalVector` in `RID_Owner::get_owned_list`
2025-04-22 10:44:25 -05:00
Thaddeus Crews
2806b3a096
Merge pull request #105307 from KoBeWi/more_project_settings
...
Support custom features in project settings dialog
2025-04-22 10:44:24 -05:00
Thaddeus Crews
4d48c8f69a
Merge pull request #102240 from KoBeWi/RAWR
...
Fix ColorPicker sliders in overbright RGB
2025-04-22 10:44:24 -05:00
Anish Mishra
eb5f1c3484
Hide one-click deploy button on Android and XR editor.
2025-04-22 20:21:18 +05:30
David Snopek
217333e7a0
OpenXR: Fix saving action map when UID is used in project settings
2025-04-22 09:28:03 -05:00
BlueCube3310
affa27d188
Betsy: Remove OGRE aliases
2025-04-22 14:54:57 +02:00
scgm0
42ff52a079
SvgTexture not in 3D
2025-04-22 17:50:43 +08:00
Logan Detrick
294303eac9
Add inspector support for typed property hints
2025-04-22 01:26:42 -07:00
kit
b25d071413
Update ProgressBar description
2025-04-21 15:06:45 -04:00
Thaddeus Crews
9f03bbf908
Merge pull request #100723 from spoxii/patch/gridmap/palette_item_cursor
...
Update cursor instance when calling `set_selected_palette_item`
2025-04-21 08:24:26 -05:00