Mikael Hermansson
3528e83ff3
Various fixes and style nitpicks
2025-07-09 14:27:48 +02:00
Rémi Verschelde
0adf0898eb
Various style nitpicks
2025-07-08 16:39:24 +02:00
Aleksander Litynski
78f1543e35
Add an ObjectDB Profiling Tool
...
A new tab is added to the debugger that can help profile a game's memory usage.
Specifically, this lets you save a snapshot of all the objects in a running
game's ObjectDB to disk. It then lets you view the snapshot and diff two
snapshots against each other. This is meant to work similarly to Chrome's
heap snapshot tool or Unity's memory profiler.
2025-07-08 16:39:24 +02:00
Thaddeus Crews
4d1f26e1fd
Merge pull request #108255 from thygrrr/tab-container-deselect-enable-fix
...
Fix: TabBar/TabContainer can't start with all tabs deselected
2025-07-07 10:08:04 -05:00
Thaddeus Crews
85b00616b9
Merge pull request #107998 from m4gr3d/update_build_logic
...
Android: Fix the build logic to generate the native debug symbols
2025-07-07 10:08:03 -05:00
Thaddeus Crews
aa035bc1e8
Merge pull request #108284 from dmlary/nav2d_obstacle-avoidance-enabled-fix
...
NavMap2D: check if obstacles have avoidance enabled
2025-07-07 10:08:03 -05:00
Thaddeus Crews
bb4763e255
Merge pull request #108377 from timothyqiu/inspector-plugin-full
...
Fix can't remove inspector plugins after reaching max count
2025-07-07 10:08:02 -05:00
Thaddeus Crews
5699180262
Merge pull request #108249 from Nikitf777/polygon-2d-editor-fix-selecting-wrong-point
...
Fix selecting wrong vertices in the Polygon2D editor when adding a polygon
2025-07-07 10:08:01 -05:00
Thaddeus Crews
db1b6b9356
Merge pull request #108028 from stuartcarnie/apple_image_atomics
...
Metal: Use image atomic operations on supported Apple hardware
2025-07-07 10:08:00 -05:00
Thaddeus Crews
9d917f4b14
Merge pull request #108281 from dmlary/nav_obstacle-avoidance-enabled-fix
...
NavMap3D: check if obstacles have avoidance enabled
2025-07-07 10:08:00 -05:00
Thaddeus Crews
bea6e99885
Merge pull request #108308 from beicause/fix-get-arrays-wrong-index-array
...
Fix `surface_get_arrays` returns wrong index array when using empty vertex array
2025-07-07 10:07:59 -05:00
Thaddeus Crews
96a4c683f1
Merge pull request #108371 from akien-mga/mbedtls-3.6.4
...
mbedTLS: Update to version 3.6.4, fixes GCC 15 compatibility
2025-07-07 10:07:58 -05:00
Thaddeus Crews
b31def69f2
Merge pull request #108367 from timothyqiu/light-left
...
Fix typo in `TextParagraph.direction` hint string
2025-07-07 10:07:57 -05:00
Thaddeus Crews
94a455dbd8
Merge pull request #108264 from lodetrick/group-enable-hover
...
Fix `PROPERTY_HINT_GROUP_ENABLE` display on hover
2025-07-07 10:07:56 -05:00
Thaddeus Crews
320484a8fb
Merge pull request #108262 from aaronfranke/csharp-crash-bad-enum
...
Fix crash in C# bindings generator with bad enum documentation XML
2025-07-07 10:07:56 -05:00
Thaddeus Crews
2be0d7bb8f
Merge pull request #108230 from Miziziziz/patch-1
...
Fix image download example code
2025-07-07 10:07:55 -05:00
Thaddeus Crews
fffe830077
Merge pull request #108290 from smix8/revert_csg_opti
...
Revert "Create more optimized CSGShape3D baked static mesh"
2025-07-07 10:07:54 -05:00
Thaddeus Crews
72a26f1100
Merge pull request #108354 from Repiteo/thirdparty/windows-arm64-fix
...
Thirdparty: Fix SDL arm64 compilation on Windows
2025-07-07 10:07:53 -05:00
Haoyu Qiu
bbd7c9b5f2
Fix can't remove inspector plugins after reaching max count
2025-07-07 20:52:54 +08:00
Tiger Jove
c6c7b508b6
TabBar current tab now stays -1 when adding first tab on deselect_enable
2025-07-07 10:18:49 +02:00
Rémi Verschelde
f2eb6b5fed
mbedTLS: Update to version 3.6.4, fixes GCC 15 compatibility
...
- Security fixes: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.4
- Fixes #107754 .
- Fixes #108048 .
2025-07-07 10:17:40 +02:00
Haoyu Qiu
fcfbc1d541
Fix typo in TextParagraph.direction hint string
2025-07-07 15:22:45 +08:00
Thaddeus Crews
fab646329b
Thirdparty: Fix SDL arm64 compilation on Windows
2025-07-06 15:11:56 -05:00
Logan Detrick
e9c5c713c9
Fix Group Enable Hover Display
2025-07-05 12:43:46 -07:00
Fredia Huya-Kouadio
c376348b16
Fix the build logic to generate the native debug symbols
2025-07-05 10:38:22 -07:00
Nikita Samusev
abfa249686
Fix selecting wrong vertices in the Polygon2D editor when adding a polygon
2025-07-05 16:12:43 +03:00
LuoZhihao
05eaafc546
Fix surface_get_arrays returns wrong index array when using empty vertex array
2025-07-05 18:15:02 +08:00
Stuart Carnie
5230f6c60c
Apple: Use image atomic operations on supported Apple hardware
...
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-07-05 05:59:00 +10:00
smix8
c2f8e70aa0
Revert "Create more optimized CSGShape3D baked static mesh"
...
This reverts commit 28875459d9 .
2025-07-04 20:43:28 +02:00
Thaddeus Crews
53be3b78d1
Merge pull request #108247 from Nikitf777/zed-gitignore
...
Add .zed/ to .gitignore
2025-07-04 12:39:29 -05:00
Thaddeus Crews
3c37a21da8
Merge pull request #108276 from AThousandShips/fix_rendering_method_select
...
[Web] Restrict rendering method selection
2025-07-04 12:39:28 -05:00
Thaddeus Crews
4aa2afa4ba
Merge pull request #104696 from AThousandShips/editor_redux
...
Editor: Restructure editor code
2025-07-04 12:39:27 -05:00
A Thousand Ships
f11aff3841
Editor: Restructure editor code
...
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00
Nikita Samusev
8e50420c62
Add .zed to .gitignore
2025-07-04 18:49:36 +03:00
David M. Lary
780f3d5e3b
NavMap2D: check if obstacles have avoidance enabled
...
In NavMap2D::_update_rvo_obstacles_tree() check if the NavObstacle2D
has avoidance enabled before adding it to the tree.
This is the 2D fix for #108259
2025-07-04 10:30:49 -05:00
David M. Lary
09c9bccb85
NavMap3D: check if obstacles have avoidance enabled
...
In `NavMap3D::_update_rvo_obstacles_tree_2d()` check if the
`NavObstacle3D` has avoidance enabled before adding it to the
tree.
fixes #108259
2025-07-04 10:16:40 -05:00
Thaddeus Crews
3954b2459d
Merge pull request #108119 from Chaosus/vs_fix_preview_subinspector
...
Fix subinspector for parameter preview in visual shader editor
2025-07-04 10:09:07 -05:00
Thaddeus Crews
eb2625cf57
Merge pull request #108243 from m4gr3d/fix_android_plugin_init
...
Android: Fix Android plugins regression
2025-07-04 10:09:06 -05:00
Thaddeus Crews
8f816614f6
Merge pull request #108239 from mihe/jolt/scene-switch-crash
...
Fix crash in Jolt Physics when switching scenes in editor
2025-07-04 10:09:05 -05:00
Thaddeus Crews
6340fa0813
Merge pull request #108207 from KoBeWi/spamygon2d
...
Fix error spam caused by `internal_vertex_count` property
2025-07-04 10:09:04 -05:00
Thaddeus Crews
6caf4c698f
Merge pull request #107915 from QbieShay/fix_emitting_reset
...
Fix particles resetting properties when emitting is toggled
2025-07-04 10:09:03 -05:00
A Thousand Ships
e729cf786a
[Web] Restrict rendering method selection
...
Currently only the compatibility method is supported, this ensures only
it can be selected.
2025-07-04 15:27:11 +02:00
Aaron Franke
ab90808fee
Fix crash in C# bindings generator with bad enum documentation XML
2025-07-03 20:48:09 -07:00
Thaddeus Crews
9b22b41531
Merge pull request #105087 from HolonProduction/lsp-annotations
...
LSP: Extract annotations from `EditorHelp`
2025-07-03 12:21:28 -05:00
Thaddeus Crews
b7dcb1f728
Merge pull request #108094 from simpkins/jolt_soft_body_transform
...
Jolt physics: wake up a soft body when its transform changes
2025-07-03 12:21:27 -05:00
Thaddeus Crews
fc20bb6b03
Merge pull request #100187 from atlasapplications/dotnet-export-icu
...
Update Dotnet iOS Export Process
2025-07-03 12:21:26 -05:00
Thaddeus Crews
6d8469da8c
Merge pull request #108216 from mihe/shared-typed-collections
...
Fix typed collections using same reference across scene instances
2025-07-03 12:21:25 -05:00
Thaddeus Crews
dcd58937a5
Merge pull request #108113 from dogboydog/fix_getoptionvisibility_docs
...
Fix signature in docs of `EditorImportPlugin.GetOptionVisibility`
2025-07-03 12:21:25 -05:00
Thaddeus Crews
afa4e2ac89
Merge pull request #108144 from bruvzg/sdl_std_inc
...
[SDL] Fix missing header build error on some Linux systems.
2025-07-03 12:21:24 -05:00
Thaddeus Crews
6e5297a07d
Merge pull request #107919 from lodetrick/toggle-section-key
...
Fix animation keying not working with toggleable inspector sections
2025-07-03 12:21:23 -05:00