Thaddeus Crews
|
53cd6fd0dc
|
Merge pull request #104879 from Arnklit/axis-snap-bezier-key-move
Add axis snapping for bezier key move in `Animation Player`
|
2025-06-02 18:51:37 -05:00 |
|
Thaddeus Crews
|
8572766d6c
|
Merge pull request #106795 from akien-mga/tileset-atlas-toolbar-crash-fix
TileSet: Fix potential crash updating stale atlas source editor toolbar
|
2025-06-02 18:51:36 -05:00 |
|
Thaddeus Crews
|
ec5a771d62
|
Merge pull request #104999 from RobProductions/patch-1
[Docs] Update RichTextLabel alignment documentation
|
2025-06-02 18:51:35 -05:00 |
|
Thaddeus Crews
|
e77b244bf3
|
Merge pull request #106921 from Calinou/fontfile-clamp-face-index
Clamp FontFile Face Index to a valid range in the inspector
|
2025-06-02 18:51:34 -05:00 |
|
Thaddeus Crews
|
eb85faa812
|
Merge pull request #106918 from mihe/jolt/area-ref-count
Fix Area3D signal emissions when using Jolt Physics
|
2025-06-02 18:51:33 -05:00 |
|
Thaddeus Crews
|
79db51871c
|
Merge pull request #106917 from shiena/fix/camera-feed-document
Update CameraFeed document for Android
|
2025-06-02 18:51:32 -05:00 |
|
Thaddeus Crews
|
291f34c0ea
|
Merge pull request #104228 from arkology/run-instances-window
Fix Run Instances window being too big in single-window mode for window at minimum size
|
2025-06-02 18:51:31 -05:00 |
|
Thaddeus Crews
|
46a7fc317b
|
Merge pull request #103716 from aaronp64/script_dictionary_docs
Link `Script` method documentation to details about returned dictionaries
|
2025-06-02 18:51:30 -05:00 |
|
Thaddeus Crews
|
0e4bc43cdf
|
Merge pull request #107041 from lawnjelly/fti_scene_tree_fix_forced
`SceneTreeFTI` - Fix `identity_xform` flag getting out of sync
|
2025-06-02 18:51:30 -05:00 |
|
Thaddeus Crews
|
a654f7b2b5
|
Merge pull request #105502 from tehKaiN/editor_interface_close_scene
Add `EditorInterface::close_scene()`
|
2025-06-02 18:51:29 -05:00 |
|
Thaddeus Crews
|
e8a02152c4
|
Merge pull request #105757 from bruvzg/no_temp
[PCK] Move directory to the end of file, write exported/saved PCK in place.
|
2025-06-02 18:51:28 -05:00 |
|
Thaddeus Crews
|
3f24d9bf6f
|
Merge pull request #106903 from KoBeWi/cache_locality_will_thank_you
Remove redundant `data.inside_tree`
|
2025-06-02 18:51:27 -05:00 |
|
Thaddeus Crews
|
4f64eaef0c
|
Merge pull request #69012 from KoBeWi/settings_of_editor_project
Allow to override editor settings per project
|
2025-06-02 18:51:26 -05:00 |
|
Thaddeus Crews
|
46800458c4
|
Merge pull request #106516 from lodetrick/tabbar-margins
Fix TabContainer not respecting `tabbar_background`'s margins
|
2025-06-02 18:51:25 -05:00 |
|
Thaddeus Crews
|
3e5338bc6c
|
Merge pull request #107028 from Bitlytic/file-search-qol
Add file search QoL when focused on folder text box
|
2025-06-02 18:51:25 -05:00 |
|
Thaddeus Crews
|
04924c6e71
|
Merge pull request #106899 from roughbits01/line-edit-extra-queue-draw
Remove redundant `queue_redraw()` & fix typo
|
2025-06-02 18:51:24 -05:00 |
|
Thaddeus Crews
|
430bb6294c
|
Merge pull request #107022 from Calinou/doc-softbody3d-recommend-jolt
Recommend Jolt Physics in SoftBody3D class reference
|
2025-06-02 18:51:23 -05:00 |
|
Thaddeus Crews
|
e41af67e29
|
Merge pull request #107020 from Aioshiro/typo-array-slice
Fix extra parenthesis in `Array.slice` description
|
2025-06-02 18:51:22 -05:00 |
|
Thaddeus Crews
|
2d950c8d2e
|
Merge pull request #106624 from timothyqiu/custom-base
Fix error when closing all scene tabs on the last tab
|
2025-06-02 18:51:21 -05:00 |
|
Thaddeus Crews
|
d7d6bc77ed
|
Merge pull request #106369 from Calinou/doc-array-get
Improve documentation for `Array.get()` and `Packed*Array.get()` methods
|
2025-06-02 18:51:20 -05:00 |
|
Thaddeus Crews
|
167a9e33d3
|
Merge pull request #106880 from dsnopek/meta-depth-api-nonhacks
Minor rendering and XR changes to allow Meta enivornment depth API to work entirely from GDExtension
|
2025-06-02 18:51:19 -05:00 |
|
kobewi
|
b41d6ecf8c
|
Allow to override editor settings per project
|
2025-06-02 17:51:26 +02:00 |
|
Kasper Arnklit Frandsen
|
2cc2f19a45
|
Add axis snapping for bezier key move
|
2025-06-02 15:54:49 +02:00 |
|
lawnjelly
|
e729fa7c54
|
SceneTreeFTI - fix identity_xform flag getting out of sync
This could cause incorrect rendered xform for one frame.
|
2025-06-02 11:17:23 +01:00 |
|
Pāvels Nadtočajevs
|
8cb2817976
|
[PCK] Move directory to the end of file, write exported/saved PCK in place.
|
2025-06-02 12:54:09 +03:00 |
|
Bitlytic
|
3978aafecd
|
Add file search QoL when focused on folder text box
|
2025-06-01 16:46:32 -04:00 |
|
Hugo Locurcio
|
b89b2e9aa7
|
Recommend Jolt Physics in SoftBody3D class reference
Jolt Physics has greatly improved SoftBody3D usability in Godot
compared to what was previously available with GodotPhysics3D.
|
2025-06-01 17:16:04 +02:00 |
|
Aioshiro
|
8fc060b8b3
|
Fix extra parenthesis in Array.slice description
|
2025-06-01 17:05:30 +02:00 |
|
Rémi Verschelde
|
64b09905c7
|
Merge pull request #106999 from fire/vsk-does-not-declare-anything-4.5
Avoid `-Wmissing-declarations` warning in RenderingShaderContainer
|
2025-06-01 00:31:57 +02:00 |
|
Rémi Verschelde
|
4bbef7dd0a
|
Merge pull request #106942 from bruvzg/macos_borderless_maximize
[macOS] Fix borderless window maximization.
|
2025-06-01 00:31:53 +02:00 |
|
Rémi Verschelde
|
626a75abb1
|
Merge pull request #106915 from KoBeWi/invalid_reservation
Fix `SCROLL_MODE_RESERVE` with RTL layout
|
2025-06-01 00:31:50 +02:00 |
|
Rémi Verschelde
|
2df41d8144
|
Merge pull request #104458 from marcosc90/fix-thread-collision-shape-3d
[Web] Use actual `PThread` pool size for `get_default_thread_pool_size()`
|
2025-06-01 00:31:44 +02:00 |
|
K. S. Ernest (iFire) Lee
|
bc2bf7de74
|
Avoid -Wmissing-declarations warning in RenderingShaderContainer
|
2025-05-31 14:01:30 -07:00 |
|
Logan Detrick
|
944295ab04
|
Fix TabContainer respecting tabbar_background margins
|
2025-05-31 13:49:38 -07:00 |
|
Rémi Verschelde
|
eb72ce2db4
|
Merge pull request #59595 from Calinou/scons-use-sse4.2
Use SSE 4.2 as a baseline when compiling Godot
|
2025-05-31 02:08:34 +02:00 |
|
Hugo Locurcio
|
be1f9a878b
|
Use SSE 4.2 as a baseline when compiling Godot
This lets the compiler do more optimizations, leading to increased
performance for demanding CPU tasks.
|
2025-05-30 23:49:47 +02:00 |
|
Marcos Casagrande
|
a7d18f51a2
|
Web: Add godot_pool_size/emscripten_pool_size config
|
2025-05-30 20:38:24 +02:00 |
|
Mikael Hermansson
|
b3ddb88035
|
Fix Area3D signal emissions when using Jolt Physics
|
2025-05-30 11:53:17 +02:00 |
|
Pāvels Nadtočajevs
|
798a644dd5
|
[macOS] Fix borderless window maximization.
|
2025-05-30 00:13:53 +03:00 |
|
arkology
|
3ec1440e80
|
Fix Run Instances window being too big
|
2025-05-29 23:03:02 +03:00 |
|
Marwen Azouzi
|
873833b4a7
|
Remove redundant queue_redraw() & fix typo
|
2025-05-29 17:22:32 +02:00 |
|
Rémi Verschelde
|
b89c47bb85
|
Merge pull request #106925 from stuartcarnie/metal_fix_multiview
Metal: Fix multi-view support
|
2025-05-29 09:45:40 +02:00 |
|
Rémi Verschelde
|
7cc0e6308d
|
Merge pull request #106924 from clayjohn/GL-blit-viewport
Correctly place viewport and use viewport relative rect for the final blit in Compatibility renderer
|
2025-05-29 09:45:37 +02:00 |
|
Rémi Verschelde
|
a872e1bd3e
|
Merge pull request #106920 from mieko/shader-baker-deprecated-no
Shader Baker: Build when `deprecated=no`
|
2025-05-29 09:45:30 +02:00 |
|
clayjohn
|
8b2dda868b
|
Correctly place viewport and use viewport relative rect for the final blit in Compatibility renderer
|
2025-05-28 22:11:20 -07:00 |
|
Stuart Carnie
|
06ebcc911d
|
Metal: Fix multi-view support
Introduced in #102552
|
2025-05-29 11:30:26 +10:00 |
|
Hugo Locurcio
|
0a800df58e
|
Clamp FontFile Face Index to a valid range in the inspector
Previously, you could set it to an invalid value in the inspector,
which caused an error to be printed by TextServerAdvanced.
|
2025-05-29 03:23:37 +02:00 |
|
Mike Owens
|
5f2eb6de8c
|
Shader Baker: Build when deprecated=no
Shader Baker was using the unadorned `VERSION_NUMBER` and `VERSION_HASH` symbols,
which are no longer defined when `deprecated=no` is set.
|
2025-05-28 19:37:02 -04:00 |
|
KOGA Mitsuhiro
|
7762f70f69
|
Update CameraFeed document for Android
|
2025-05-29 07:24:00 +09:00 |
|
Thaddeus Crews
|
de37627404
|
Merge pull request #102552 from DarioSamo/shader-baker
Add shader baker to project exporter.
|
2025-05-28 17:09:38 -05:00 |
|