1
0
Fork 0
Commit Graph

77006 Commits

Author SHA1 Message Date
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
Hugo Locurcio aaa9c58b2c
Link demo project in AStar2D and AStarGrid2D documentation 2025-06-03 01:50:18 +02:00
syzygy f9c0789326 Clarify offest.y behavior for Sprite2D vs Sprite3D 2025-06-02 15:35:32 -06:00
Max Hilbrunner 7ef1cf3c2e Expose WorkerThreadPool.get_caller_task_id() 2025-06-02 22:00:24 +02:00
kobewi 55c139f9f5 Clarify set_initial_value() 2025-06-02 21:58:49 +02:00
Mikael Hermansson 6929823838 Fix various race conditions with capturing of script backtraces 2025-06-02 19:46:19 +02: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
Adam Scott 02d9ff99e5
Fix alphabetical order of codespell ignore list 2025-06-02 09:31:06 -04:00
tomsterBG b3f633defa
Add description for `Skeleton3D.bone_list_changed` 2025-06-02 15:23:29 +02:00
Ozelot Vanilla 3772e7690d Fix `ResourceSaver` saving default value 2025-06-02 22:21:28 +09: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
Ozelot Vanilla 94669955d8 fix: EditorContextMenuPlugin CONTEXT_SLOT_FILESYSTEM_CREATE does not receive path information for some menu
Also add explanation in `EditorContextMenuPlugin`'s doc for fixing path information passing

(Accept PR #106820 suggestion by: Tomasz Chabora <kobewi4e@gmail.com>)
2025-06-02 15:37:12 +09:00
Aaron Franke f6f1df7d73
Add 64-bit versions of core power of 2 functions 2025-06-01 23:11:12 -07:00
Pāvels Nadtočajevs 2d93e004b9
Cleanup and unify `DisplayServer` screen methods and documentation. 2025-06-02 08:03:48 +03:00
Pāvels Nadtočajevs c464a3078a
Check script sample characters to filter out incorrect script support information. 2025-06-01 23:57:56 +03:00
Bitlytic 3978aafecd Add file search QoL when focused on folder text box 2025-06-01 16:46:32 -04:00
Silc Lizard (Tokage) Renew 4a2a95678b Implement BoneConstraint3D with Copy/ConvertTransfrom & TrackBone mods 2025-06-02 03:42:45 +09:00
LuoZhihao cc52fd777e SoftBody3D: Support physics Interpolation 2025-06-01 23:56:08 +08: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
David Snopek fd220081c1 OpenXR: Add controller interaction profile for Pico 4 Ultra 2025-06-01 06:05:30 -05:00
Jakub Marcowski f3da6201f8
manifold: Update to 3.1.1 2025-06-01 10:13:46 +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
Lukas Tenbrink 963c20565b Remove `OAHashMap`, in favour of `AHashMap`.
The two types had (mostly) the same decisions, but `AHashMap` is a faster implementation, and is more consistent with `HashMap`.
2025-05-31 15:50:10 +02:00
Capry 20c0a0b489 Add metadata tags to WAV and OGG audio streams 2025-05-31 11:43:01 +02:00
daniel080400 08343189dc Rework scene preview thumbnails 2025-05-31 16:57:51 +08: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
Lukas Tenbrink a6664af0d6 Fix infinite recursion on `GDScriptTests` if a script cannot be reloaded. 2025-05-30 21:33:35 +02:00
Marcos Casagrande a7d18f51a2 Web: Add godot_pool_size/emscripten_pool_size config 2025-05-30 20:38:24 +02:00
devloglogan 3b70fbdc3c Implement motion vectors in mobile renderer 2025-05-30 13:09:54 -05:00
Fredia Huya-Kouadio 658d3736f4 Update the documentation for `JavaClassWrapper` and `AndroidRuntimePlugin`
Follow-up to https://github.com/godotengine/godot-docs/pull/10979
2025-05-30 09:39:53 -07:00
Pāvels Nadtočajevs 3198b7bea2
[Accessibility] Always auto-translation mode for names/descriptions. 2025-05-30 17:55:27 +03:00
Pāvels Nadtočajevs 617e12a6b4
[Windows] Drop support for Windows 7/8/8.1. 2025-05-30 17:30:23 +03:00
Anish Mishra 458850b2d9 Add support for `OS.get_version_alias()` on Android 2025-05-30 19:57:15 +05:30
kobewi 0138e33792 Fix get_class_icon() ignoring fallback 2025-05-30 14:59:28 +02:00
kobewi bc6f0d29cc Improve auto-translation of main screens 2025-05-30 13:41:44 +02:00