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
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
Rémi Verschelde
ea76c48bd0
Merge pull request #102313 from daniel080400/generate_scene_thumbnails
...
Rework scene preview thumbnails
2025-06-05 13:10:28 +02:00
unknown
6f071a8054
Export: Modify template without rcedit
2025-06-05 13:05:45 +02:00
Théo
fe42467d17
Fix creating outline for skinned meshes
2025-06-05 12:41:47 +02:00
kobewi
7e994feafb
Make TileMapLayer editor match layer's filter
2025-06-05 12:22:39 +02:00
Mikael Hermansson
f610c81943
Add `OS::open_with_program` for opening files/directories with a specific program on macOS
...
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
2025-06-05 10:12:01 +02:00
Haoyu Qiu
c323df2d8a
Fix crash when inspecting Variant export variable
2025-06-05 14:51:34 +08:00
Haoyu Qiu
fbca6f0f6f
Improve EditorInspectorCategory
...
- Simplified the implementation and removed the hacks.
- Adapted the control to locale & theme changes.
- Made the context menu lazy-created.
2025-06-05 09:37:19 +08:00
Silc Lizard (Tokage) Renew
9cef0d5ca5
Add optional rot axis / Fix initial pose with rot axis in SpringBone
2025-06-05 09:38:06 +09:00
Jakub Marcowski
d21007cf9a
Move `unicode_ranges` out of `dynamic_font_import_settings.cpp` into its own file
2025-06-04 23:16:06 +02:00
Thaddeus Crews
978b38797b
Merge pull request #107103 from timothyqiu/handle-handling
...
Fix WorldBoundaryShape2D handle when distance is negative
2025-06-04 10:34:39 -05:00
Thaddeus Crews
34c6da4413
Merge pull request #107102 from lodetrick/debugger-margin
...
Fix Debugger Dock bottom margin
2025-06-04 10:34:38 -05:00
Thaddeus Crews
82a93254db
Merge pull request #106831 from YeldhamDev/lets_put_that_scrollbar_on_a_diet
...
Reorganize scroll and zoom elements in the audio import dialog
2025-06-04 10:34:33 -05:00
Thaddeus Crews
08e341d0d6
Merge pull request #107051 from hayahane/import_editor_icon_respect_saturation
...
Make svg files respect `interface/theme/icon_saturation` setting when imported for editor use
2025-06-04 10:34:30 -05:00
Thaddeus Crews
1adc080e07
Merge pull request #107111 from bruvzg/bmp_imp_list
...
[Image font import] Allow comma separated lists as a character range.
2025-06-04 10:34:27 -05:00
Malcolm Anderson
24a1d2d11c
Provide a description of fuzzy search
...
Update editor/gui/editor_quick_open_dialog.cpp
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
2025-06-04 08:18:52 -07:00
kobewi
c32a031908
Improve auto-translation of Script Editor
2025-06-04 14:41:15 +02:00
Pāvels Nadtočajevs
d5ce7ac86a
[Image font import] Allow comma separated lists as a character range.
2025-06-04 13:21:00 +03:00
Haoyu Qiu
73002a6c2c
Fix WorldBoundaryShape2D handle when distance is negative
2025-06-04 08:43:35 +08:00
Logan Detrick
775fba20cd
Fix Debugger bottom margin
2025-06-03 15:50:35 -07:00
Thaddeus Crews
344b8ce1f1
Merge pull request #106190 from aaronfranke/compression64
...
Support 64-bit sizes in Compression
2025-06-03 15:30:24 -05:00
Thaddeus Crews
e24d536b9f
Merge pull request #95564 from Arnklit/default-bezier-keys
...
Add option to auto tangent new bezier points in animation editor
2025-06-03 15:30:23 -05:00
Thaddeus Crews
9fee8ed7c9
Merge pull request #107084 from passivestar/filter-track-size
...
Fix animation track filter size bug
2025-06-03 15:30:22 -05:00
Thaddeus Crews
51b17759a2
Merge pull request #103719 from YeldhamDev/build_detection_improvements
...
Make build profile project detection also set build options
2025-06-03 15:30:14 -05:00
passivestar
b2981bd444
Fix animation track filter size bug
2025-06-03 18:23:06 +04:00
Anish Mishra
b5dad5a0b2
Improve SplitContainer usability in the Android editor
2025-06-03 19:49:56 +05:30
Michael Alexsander
454e4f817c
Make build profile project detection also set build options
2025-06-03 11:11:33 -03:00
Ricardo Buring
e521d69d39
Texture format error on export: Show project setting
...
Changing the project setting manually will prompt for a restart, which
will trigger the required re-import of textures.
Previously the project setting would be changed automatically but
textures would not be re-imported, which could be unexpected.
2025-06-03 13:25:45 +02:00
Kasper Arnklit Frandsen
5934804335
Add option to auto tangent new bezier points in animation editor
...
Co-authored-by: Mikael Hermansson <mikael@hermansson.io>
2025-06-03 11:04:35 +02:00
Aaron Franke
5777a88b76
Support 64-bit sizes in Compression
2025-06-03 00:03:01 -07:00
alpacat
d20333cc29
Make svg files respect `interface/theme/icon_saturation` setting when being imported as `Texture2D`.
2025-06-03 08:35:04 +08:00
Thaddeus Crews
5935356962
Merge pull request #100984 from TokageItLab/bone-constraint
...
Implement `BoneConstraint3D` with `CopyTransform`/`ConvertTransform`/`Aim` Modifiers
2025-06-02 18:51:57 -05:00
Thaddeus Crews
b0f3c3fa22
Merge pull request #106966 from bruvzg/ac_trans_simpl
...
[Accessibility] Always auto-translation mode for names/descriptions.
2025-06-02 18:51:49 -05:00
Thaddeus Crews
f6c6977a96
Merge pull request #106963 from KoBeWi/a_wild_crash_has_occured
...
Fix `get_class_icon()` ignoring fallback
2025-06-02 18:51:49 -05:00