Rémi Verschelde
|
7aee071097
|
Merge pull request #106013 from akien-mga/move-MovieWriterMJPEG-to-jpg-module
Move MovieWriterMJPEG class to `jpg` module it depends on
|
2025-06-05 13:11:18 +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
|
0dbd71bffe
|
Merge pull request #105953 from youngminz/ios-input-singleton-null-check
[iOS] Prevent startup crash with Input singleton null check
|
2025-06-05 13:11:10 +02:00 |
Rémi Verschelde
|
9d0b4ee74f
|
Merge pull request #105927 from Joy-less/Don't-create-unnecessary-arrays-in-C#
Don't create unnecessary arrays in C#
|
2025-06-05 13:11:06 +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
|
1f517a029d
|
Merge pull request #105746 from mihe/jolt/area-vs-static
Remove Jolt Physics project setting "Areas Detect Static Bodies"
|
2025-06-05 13:10:57 +02:00 |
Rémi Verschelde
|
8d14f8332f
|
Merge pull request #105343 from bruvzg/ac_wait_loop_timer
[Accessibility] Use system timer/wait functions for frame delay when screen reader is active.
|
2025-06-05 13:10:54 +02:00 |
Rémi Verschelde
|
c27c87b852
|
Merge pull request #105245 from timothyqiu/canvas-layer-range
Relax the range hint for canvas layer properties
|
2025-06-05 13:10:50 +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
|
db170e8636
|
Merge pull request #104533 from leandro-benedet-garcia/doc-change
Add clarifications to PhysicsDirectSpaceState docs on how to get their instance
|
2025-06-05 13:10:40 +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
|
ebc04d7587
|
Merge pull request #103231 from aaronfranke/doc-free-memdelete
Document that `memdelete()` is the GDExtension C++ version of `free()`
|
2025-06-05 13:10:32 +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 |
Rémi Verschelde
|
6f27654aa8
|
Merge pull request #101880 from Chubercik/move_glyph_ranges
Move `unicode_ranges` out of `dynamic_font_import_settings.cpp` into its own file
|
2025-06-05 13:10:24 +02:00 |
Rémi Verschelde
|
088ef7b6f6
|
Merge pull request #100283 from devloglogan/vk-motion-vectors
Implement motion vectors in mobile renderer
|
2025-06-05 13:10:20 +02:00 |
Rémi Verschelde
|
8131883b16
|
Merge pull request #99504 from LunaCapra/audio-metadata
Add metadata tags to WAV and OGG audio streams
|
2025-06-05 13:10:12 +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 |
Leandro (Cerberus1746) Benedet Garcia
|
f3ef56dafa
|
Add clarifications to PhysicsDirectSpaceState docs on how to get their instance
|
2025-06-05 11:46:42 +02:00 |
Pāvels Nadtočajevs
|
332352d37f
|
[RTL] Add options to override underline color and default alpha.
|
2025-06-05 12:39:25 +03:00 |
Airyzz
|
5f8f0ac305
|
[web] add support for pen pressure
|
2025-06-05 18:04:37 +09:30 |
Rémi Verschelde
|
78eb0b68d3
|
Move MovieWriterMJPEG class to `jpg` module it depends on
Fixes #90932.
|
2025-06-05 10:29:22 +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 |
Pāvels Nadtočajevs
|
09727b29c3
|
[macOS] Fix clipboard and TTS not working in embedded game mode.
|
2025-06-05 11:06:04 +03:00 |
Marwen Azouzi
|
5cba0b22e9
|
Fix LineEdit's caret desyncing issue when toggling secret mode
|
2025-06-05 10:01:11 +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
|
678fb63451
|
Fix ambiguous AnimationNode's parameter type in default value
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
|
2025-06-05 10:02:22 +09:00 |
Silc Lizard (Tokage) Renew
|
4f1d1fefa3
|
Refactore BoneAttachment property registration
|
2025-06-05 09:42:31 +09: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 |
Kaleb Reid
|
bac9427325
|
Fix sky energy in fog sun scatter + colour space discrepancy in compatibility
|
2025-06-04 13:59:53 -07: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
|
0d88e17143
|
Merge pull request #105629 from aaronp64/list_sort
Reuse and optimize sorting logic for `List`, `SelfList`, and `HashMap`
|
2025-06-04 10:34:37 -05:00 |
Thaddeus Crews
|
5439b0dc38
|
Merge pull request #105692 from adamscott/prepare-for-new-emscripten
[Web] Add required exported functions and runtime methods for emscripten
|
2025-06-04 10:34:36 -05:00 |
Thaddeus Crews
|
fa2533ba5a
|
Merge pull request #107026 from Chubercik/clipper2-1.5.3
clipper2: Update to 1.5.3
|
2025-06-04 10:34:35 -05:00 |
Thaddeus Crews
|
56b492d154
|
Merge pull request #107055 from roughbits01/line-edit-drag-selection
Fix LineEdit continues to force showing the caret after drag is aborted
|
2025-06-04 10:34:34 -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
|
1abf6e0ff9
|
Merge pull request #106863 from beicause/soft-body-3d-fti
SoftBody3D: Support physics Interpolation
|
2025-06-04 10:34:32 -05:00 |
Thaddeus Crews
|
6c16d3a61f
|
Merge pull request #106286 from BrotherShort/FileSystemTree-rename-offset
Fix FileSystemTree rename TextEdit is offset
|
2025-06-04 10:34:31 -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
|
bf6bec9ac5
|
Merge pull request #106911 from Yobbolita/patch-1
Improve the `PhysicsShapeQueryParameters3D`'s description
|
2025-06-04 10:34:29 -05:00 |
Thaddeus Crews
|
2a74c5e521
|
Merge pull request #106729 from roughbits01/line-edit-vk-keep_editing_on_text_submit
Keep virtual keyboard visible when `keep_editing_on_text_submit` is enabled
|
2025-06-04 10:34:29 -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 |
Thaddeus Crews
|
850ab1286a
|
Merge pull request #107046 from Faless/debugger/dont_hide_my_handlers
Editor: Explicit SceneDebugger `parse_message` handlers
|
2025-06-04 10:34:27 -05:00 |
Thaddeus Crews
|
46437d3c9f
|
Merge pull request #82083 from ronyeh/typo
Remove unnecessary spaces.
|
2025-06-04 10:34:26 -05:00 |
Thaddeus Crews
|
5a89010752
|
Merge pull request #106946 from KoBeWi/support_for_all_scripts
Improve auto-translation of Script Editor
|
2025-06-04 10:34:24 -05:00 |
Thaddeus Crews
|
cc4bbf78fb
|
Merge pull request #105345 from Zylann/gdextension_print_version
Print Godot version when an extension is found to be incompatible
|
2025-06-04 10:34:24 -05:00 |