smix8
e64fe63f17
Improve Path2D debug performance
...
Improves Path2D node debug performance by changing the debug to use mesh and multimesh instead of slower canvas draw functions.
2025-06-09 17:25:06 +02:00
Rémi Verschelde
8f87e60307
Merge pull request #107241 from TokageItLab/fix-anim-insert-type
...
Fix animation track inserted path and key type
2025-06-09 09:42:26 +02:00
Rémi Verschelde
3799846a7a
Merge pull request #107251 from syntaxerror247/game-menu-bar
...
Fix Game runtime debugging in the Android Editor
2025-06-09 00:45:26 +02:00
Rémi Verschelde
e0ca031eae
Merge pull request #107249 from beicause/color-picker-ok-hs-hl-rectangles
...
ColorPicker: Add okhsl HS and HL rectangular picker shapes
2025-06-09 00:45:18 +02:00
Rémi Verschelde
6a1c64188f
Merge pull request #107248 from Ryan-000/Fix_hint_radians_as_degress_on_other_vector_types
...
Fix `hint.radians_as_degrees` on Vector2 and Vector4 editor properties
2025-06-09 00:45:14 +02:00
Rémi Verschelde
c6c6b2eecd
Merge pull request #107244 from TokageItLab/fix-animplayeredit-finish
...
Fix AnimationPlayer finished state in the editor
2025-06-09 00:45:10 +02:00
Rémi Verschelde
8bae32e6dd
Merge pull request #107196 from timothyqiu/events-improvements
...
Improve Input Map and Shortcuts editor
2025-06-09 00:45:02 +02:00
Rémi Verschelde
75dd9ab482
Merge pull request #105678 from bruvzg/btn_ac_mode
...
Change editor button focus mode to `FOCUS_ACCESSIBILITY`.
2025-06-09 00:44:05 +02:00
Rémi Verschelde
443989950e
Merge pull request #103678 from aaronfranke/anim-lib-scene-error-msg
...
Improve error message when trying to load scene as an animation library
2025-06-09 00:44:01 +02:00
Pāvels Nadtočajevs
22b5a2fc5c
Change editor button focus mode to `FOCUS_ACCESSIBILITY`.
2025-06-08 15:53:27 +03:00
Silc Lizard (Tokage) Renew
d5ac08b279
Fix AnimationPlayer finished state in the editor
2025-06-08 00:02:16 +09:00
LuoZhihao
7b4c95e6d8
ColorPicker: Add okhsl HS and HL rectangular picker shapes
2025-06-07 22:30:40 +08:00
Silc Lizard (Tokage) Renew
19f342e043
Fix animation track inserted path and key type
...
Co-authored-by: SaracenOne <SaracenOne@gmail.com>
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
2025-06-07 23:11:50 +09:00
Haoyu Qiu
146599d3b2
Improve Input Map and Shortcuts editor
...
- Fixes not being able to search by pressing ESC.
- Removes double translations.
- Cleans up `InputEventConfigurationDialog` for auto-translation.
- Adapts to editor theme change.
- Unifies search bar boilerplate code.
- Shortcuts: disable the "erase" button if there is no event to remove.
- Input Map: always include built-in actions when searching.
2025-06-07 17:51:41 +08:00
Anish Mishra
079a52453a
Fix Game runtime debugging in the Android Editor
2025-06-07 12:33:57 +05:30
Ryan
305befb482
Fix hint.radians_as_degrees on Vector2 and Vector4 editor properties
2025-06-06 21:52:33 -04:00
Rémi Verschelde
42c7f14422
Merge pull request #107221 from timothyqiu/visionos
...
Fix capitalization for visionOS and tvOS
2025-06-07 00:44:20 +02:00
Rémi Verschelde
a663949a7d
Merge pull request #107215 from syntaxerror247/fix-warning
...
Show shader baker related export warnings only if enabled
2025-06-07 00:44:06 +02:00
Haoyu Qiu
5a7a411916
Fix capitalization for visionOS and tvOS
2025-06-07 01:43:40 +08:00
Rémi Verschelde
2a8240bdd0
Merge pull request #107182 from stuartcarnie/107066_fix_embedded
...
Editor: Fix multi-instance behavior with embedded game view
2025-06-06 17:37:49 +02:00
Rémi Verschelde
5c0c1ca120
Merge pull request #106905 from timothyqiu/that-is-all
...
Remove parentheses around "All" option in the feature tag menu
2025-06-06 17:37:25 +02:00
Rémi Verschelde
09c7214235
Merge pull request #106846 from TokageItLab/mod-target
...
Implement `ModifierBoneTarget3D` which can be target of the other `SkeletonModifier3D`s
2025-06-06 17:37:19 +02:00
Rémi Verschelde
36f08ae659
Merge pull request #106762 from lodetrick/dragging-docks
...
Editor: Add highlight around docks when dragging
2025-06-06 17:37:13 +02:00
Rémi Verschelde
37559a10c8
Merge pull request #106634 from nukethebees/c4724_fix
...
Fix MSVC warning for potential mod by 0 (C4724)
2025-06-06 17:37:03 +02:00
Rémi Verschelde
b9e07ac65e
Merge pull request #105442 from Calinou/editor-external-flags-fix-sublime-text
...
Fix Sublime text external editor Exec Flags setting
2025-06-06 17:36:58 +02:00
Rémi Verschelde
912be41ef2
Merge pull request #93246 from KoBeWi/one_inspector_to_theme_them_all
...
Add theme cache to the inspector
2025-06-06 17:36:38 +02:00
Anish Mishra
8bf87a6b2c
Show shader baker related export warnings only if enabled
2025-06-06 21:05:39 +05:30
Rémi Verschelde
50c4b36578
i18n: Sync translations with Weblate
...
First sync with 4.5 changes.
Applies the conversion of tabs to spaces in code blocks following #89819 .
Removes Irish and Tamil doc translations which seem clearly AI generated
and are broken.
2025-06-06 16:46:47 +02:00
kobewi
13f642d959
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
Logan Detrick
0413297f7f
Add dock dragging area and highlight
2025-06-05 16:02:33 -07:00
kobewi
d3c34c4f38
Add theme cache to the inspector
2025-06-05 23:50:34 +02:00
Stuart Carnie
afd82d7cb3
Editor: Fix multi-instance behaviour with embedded game view
...
Closes #107066
2025-06-06 07:37:04 +10:00
Rémi Verschelde
b6f04cbe10
Merge pull request #107130 from timothyqiu/pure-virtual
...
Doc: Add "required" qualifier to methods
2025-06-05 17:24:58 +02:00
Rémi Verschelde
47d95212a1
Merge pull request #107080 from kleonc/tile_map_transformed_tile_dest_rect_fix
...
Fix rotated/flipped tiles destination rect calculations
2025-06-05 17:24:50 +02:00
Rémi Verschelde
6b14aa07ae
Merge pull request #75950 from pkowal1982/icon
...
Export: Modify template without rcedit
2025-06-05 17:24:32 +02:00
Silc Lizard (Tokage) Renew
aa2c3da63a
Implement ModifierBoneTarget3D which can be target of the other mods
2025-06-05 23:46:36 +09:00
Haoyu Qiu
1ca5bc2d04
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
kleonc
f397e4f752
Fix rotated/flipped tiles destination rect calculations
2025-06-05 14:50:00 +02:00
Rémi Verschelde
3de0fa7b09
Merge pull request #107133 from timothyqiu/nothing
...
Fix crash when inspecting Variant export variable
2025-06-05 13:13:56 +02:00
Rémi Verschelde
bb9d6d0d02
Merge pull request #107113 from mihe/macos-open-in-program
...
Add `OS::open_with_program` for opening files/directories with a specific program on macOS
2025-06-05 13:13:49 +02:00
Rémi Verschelde
1dc398885a
Merge pull request #107108 from Meorge/feat/what-is-fuzzy
...
Describe "Fuzzy Search" in Quick Open tooltip
2025-06-05 13:13:44 +02:00
Rémi Verschelde
d83c797895
Merge pull request #107001 from KoBeWi/sneaky_overlay_injection
...
Make TileMapLayer editor match layer's filter
2025-06-05 13:12:39 +02:00
Rémi Verschelde
61639d9574
Merge pull request #106996 from Ivorforce/no-oa-hashmap
...
Core: Remove `OAHashMap`, in favour of `AHashMap`
2025-06-05 13:12:34 +02:00
Rémi Verschelde
d724ff20d8
Merge pull request #106923 from timothyqiu/category-created-equal
...
Improve `EditorInspectorCategory`
2025-06-05 13:12:29 +02:00
Rémi Verschelde
f342601ce2
Merge pull request #106217 from DeeJayLSP/variable-weights-editor
...
Force weights on custom editor fonts when variable
2025-06-05 13:11:35 +02:00
Rémi Verschelde
8f08e9df7d
Merge pull request #106076 from TheoLomeuBraga/fix_creating_outline_skined_mesh
...
Fix creating outline for skinned meshes
2025-06-05 13:11:26 +02:00
Rémi Verschelde
b25f609eed
Merge pull request #105994 from syntaxerror247/split_container
...
Add option for a touch-friendly drag handle in `SplitContainer`
2025-06-05 13:11:14 +02:00
Rémi Verschelde
8343ab45e6
Merge pull request #105888 from TokageItLab/optional-rotation-axis-spring
...
Add optional rotation axis & Fix initial pose with rotation axis in SpringBone
2025-06-05 13:11:01 +02:00
Rémi Verschelde
4df2e1b61a
Merge pull request #104996 from KeyboardDanni/ruler_width_setting
...
Add ruler width editor setting to 2D editor
2025-06-05 13:10:44 +02:00
Rémi Verschelde
23066df271
Merge pull request #103980 from Calinou/editor-resource-dropdown-add-paste-as-unique
...
Add Paste as Unique option to the editor resource picker dropdown
2025-06-05 13:10:37 +02:00