1
0
Fork 0
Commit Graph

18701 Commits

Author SHA1 Message Date
Rémi Verschelde d1f2a35d76
Merge pull request #104015 from bruvzg/poly_center
[Polygon2DEditor] Add tool to automatically move center of gravity to origin.
2025-06-10 16:22:35 +02:00
Rémi Verschelde 7b9e7b9162
Merge pull request #98929 from dsnopek/editor-syntax-highlighter-create
Expose the `EditorScriptHighlighter::_create()` method to GDExtension
2025-06-10 16:22:22 +02:00
Rémi Verschelde 17dc4ccc65
Merge pull request #107240 from Calinou/editor-copy-system-info-add-memory
Add memory amount to output from the Copy System Info editor action
2025-06-10 12:30:34 +02:00
Rémi Verschelde b8485366c2
Merge pull request #107211 from bruvzg/mat_ext_and_over
Restore 3.x style material auto-extraction import option.
2025-06-10 12:30:26 +02:00
Rémi Verschelde d6be90983f
Merge pull request #106850 from Calinou/editor-theme-reduce-font-placeholder-opacity
Decrease font placeholder opacity in the editor theme
2025-06-10 12:30:06 +02:00
Rémi Verschelde a3d297ae92
Merge pull request #98014 from SaracenOne/import_subresource_overwrite_fix
Fix resetting imported scene parameters to default.
2025-06-10 12:29:26 +02:00
Pāvels Nadtočajevs a0c4a8c4a9
Restore 3.x style material auto-extraction import option. 2025-06-10 12:03:45 +03:00
Thaddeus Crews 0f05e91889
Merge pull request #82808 from dalexeev/gds-vararg
GDScript: Add support for variadic functions
2025-06-09 17:08:48 -05:00
Thaddeus Crews 0717eda470
Merge pull request #107119 from DarioSamo/explicit-fp16
Optimize Mobile renderer by using FP16 explicitly.
2025-06-09 17:08:46 -05:00
Thaddeus Crews 8bff3c90ee
Merge pull request #105606 from smix8/path_nodes
Improve Path2D debug performance
2025-06-09 17:08:43 -05:00
Thaddeus Crews 8ecc6da249
Merge pull request #100899 from dalexeev/core-unify-display-of-error-type-prefixes
Core: Unify display of error type prefixes
2025-06-09 17:08:41 -05:00
Danil Alexeev ee121ef80e
GDScript: Add support for variadic functions 2025-06-09 21:53:05 +03:00
Dario 46277836a6 Optimize Mobile renderer by using FP16 explicitly. 2025-06-09 14:39:35 -03:00
Thaddeus Crews a19cb97642
Merge pull request #103029 from KoBeWi/increase_offset
Increase size of Offset field in audio import dialog
2025-06-09 12:31:41 -05:00
Thaddeus Crews 18b849cb8f
Merge pull request #106688 from sakubou/106306-ignore-f2-in-remote-tab
Disable local-node shortcuts when Remote tab is active in SceneTreeDock
2025-06-09 12:31:37 -05:00
Thaddeus Crews ae9c0786b0
Merge pull request #106409 from dalexeev/gds-add-abstract-methods
GDScript: Add abstract methods
2025-06-09 12:31:33 -05:00
Thaddeus Crews 7d5ecc2c6f
Merge pull request #107295 from Ivorforce/explicit-math-to-string
Remove implicit conversions from math types to `String`, to avoid accidental conversions
2025-06-09 12:31:30 -05:00
Danil Alexeev 24494d840e
Core: Unify display of error type prefixes 2025-06-09 20:18:51 +03:00
Danil Alexeev a7cf2069d5
GDScript: Add abstract methods
Co-authored-by: ryanabx <ryanbrue@hotmail.com>
2025-06-09 20:11:58 +03:00
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
Lukas Tenbrink ed836df150 Make conversions from math types to `String` explicit, to avoid accidental conversions. 2025-06-09 01:58:18 +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
Hugo Locurcio e496cdbc3b
Add memory amount to output from the Copy System Info editor action
This is useful information to have for out-of-memory issues.
2025-06-07 00:06:24 +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