mafiesto4
b1f85b7462
Add Auto collision option to handle imported or created model collider asset
...
#3792
2026-02-03 09:23:50 +01:00
mafiesto4
3a0af54f48
Add Collision Meshes Postfix to filter collision meshes inside imported model via ending
...
#3792
2026-02-03 09:23:19 +01:00
mafiesto4
4e3e9386cc
Fix restoring Min Screen Size of the model on reimport
...
#3807
2026-02-02 22:25:08 +01:00
Saas
b27e556363
expose material instance
2026-02-02 21:35:40 +01:00
mafiesto4
449fc597b5
Fix crash when using overlapping instances
...
#3899
2026-02-02 19:21:45 +01:00
Saas
b0a0c5b66c
change selectedSegment to int
2026-02-02 12:52:54 +01:00
Saas
f1d5c0257f
improve radial menu control
...
- Add AllowChangeSelectionWhenOutside to allow changing the selection from the outside the menu
- Expose UpdateAngle() to get *some* kind of controller support
- Expose `SelectedSegment`
- Improve various doc comments
2026-02-02 12:50:24 +01:00
Phantom
ae46520edf
Merge branch 'master' into Improve-HighlightedPopUpColor
2026-02-02 10:31:24 +01:00
mafiesto4
aba995a42f
Merge branch 'fix-view-band-sel' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-view-band-sel
2026-02-01 23:33:04 +01:00
mafiesto4
bf0c7fe0dc
Fix timescale in FixedTimestep particles update and when using Editor preview
...
#3811
2026-02-01 23:32:00 +01:00
mafiesto4
2ab8b9dd55
Add Texture Group option for triplanar and procedural samplers
...
#3904
2026-02-01 23:11:44 +01:00
Tryibion
e1ffdee57a
If UI is culling children, dont return children outside of client area for raycast.
2026-01-30 15:51:53 -06:00
Tryibion
7c44767d4d
Fix viewport rubberban selector.
2026-01-30 12:07:36 -06:00
mafiesto4
87ccaa9dd8
Add keyboard navgation to context menu child menus
...
#3676
2026-01-30 18:00:16 +01:00
mafiesto4
e8c2f18a4d
Add tab navigation to Editor context menus and popups
...
#3676
2026-01-30 17:50:24 +01:00
mafiesto4
bb2a883dc7
Merge branch 'CurvePresets' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-CurvePresets
2026-01-30 17:39:09 +01:00
mafiesto4
4a1490f0b1
Follow up on #3642 and move node resizing code to shared code
2026-01-30 17:31:59 +01:00
mafiesto4
e0d0acc33c
Merge branch 'VisjectResizeCurveNodes' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectResizeCurveNodes
2026-01-30 16:58:01 +01:00
mafiesto4
afc04dc41c
Minor cleanup and fix
...
#3733
2026-01-30 16:43:48 +01:00
mafiesto4
bdfa503c05
Merge branch 'fix-terrain-closest-point' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-terrain-closest-point
2026-01-30 16:38:50 +01:00
mafiesto4
205a8b2ebe
Fix GPU Vertex Layout usage with explicit offsets to properly hash and calculates stride
...
#3625
2026-01-30 15:10:31 +01:00
mafiesto4
d18c245730
Fix rare async task crash when it's canceled while dequeuing
2026-01-30 13:14:36 +01:00
mafiesto4
e4eb064562
Add bake button to nav mesh bounds and minor improvements
2026-01-30 13:12:45 +01:00
mafiesto4
9fc9382e58
Refactor navmesh building to support updating all scenes automatically without specifying one
...
#3744
2026-01-30 13:11:56 +01:00
mafiesto4
2bf9efaf30
Fix rebuilding navmesh data for multiple scenes at once that share the same navmesh runtime
...
#3744
2026-01-29 17:28:34 +01:00
mafiesto4
528b4c89ce
Add memory profiler category for engine debug data
2026-01-29 17:15:04 +01:00
mafiesto4
277dabc8b4
Fix documentation typos
2026-01-29 13:07:59 +01:00
mafiesto4
9a5bc444ba
Fix build issues on MSVC on Windows
2026-01-29 12:38:23 +01:00
mafiesto4
e834fc5a42
Add more profiler categories for navigation
2026-01-29 12:35:36 +01:00
mafiesto4
a65a74b866
Merge branch 'fix-drag-tree-open' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-drag-tree-open
2026-01-29 11:00:34 +01:00
mafiesto4
29b8326042
Merge branch 'fix-tabs-panel2' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-tabs-panel2
2026-01-29 10:58:48 +01:00
mafiesto4
8ed6a92022
Merge branch 'fix-scaling-issue' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-scaling-issue
2026-01-29 10:58:03 +01:00
mafiesto4
c9d16e16cc
Fix Rich Text Box vertical alignment of the inlined images and whole contents
...
#3502 ae4ae7a638 7ee2e66881
2026-01-29 10:55:10 +01:00
Tryibion
d9f9401c5a
Fix tree node not expanding on drag over arrow.
2026-01-28 20:04:39 -06:00
mafiesto4
1e9918b9cc
Add CPU profiler events to texture and buffer creation
2026-01-28 21:46:42 +01:00
mafiesto4
43b337e163
Fix Vulkan synchronization between CPU and GPU to prevent running over frames in flight
2026-01-28 20:43:01 +01:00
mafiesto4
45306ca20e
Minor Vulkan fixes
2026-01-28 20:35:42 +01:00
mafiesto4
259d93f95c
Fix RenderDoc detection on Vulkan
2026-01-28 17:08:00 +01:00
mafiesto4
61b6aeb252
Fix missing DDGI on D3D11 when object counter readback buffer doesn't have data on time
...
(eg. during very fast rendering)
2026-01-28 14:04:43 +01:00
mafiesto4
f105d6f84f
Fix SSR artifacts when ray goes towards the screen
2026-01-28 09:22:48 +01:00
mafiesto4
b1b6953200
Optimize Volumetric Fog on 2k/4k displays by limiting res to 1080p
2026-01-28 08:53:15 +01:00
mafiesto4
fa428e343b
Add dithering to Volumetric Fog to reduce aliasing
2026-01-28 08:39:56 +01:00
Tryibion
5d9d64e6e7
Fix missing scale for inverse squared setting for lights.
2026-01-27 22:10:22 -06:00
mafiesto4
dbbb67f398
Cleanup old Volumetric Fog pass code
2026-01-27 23:32:13 +01:00
mafiesto4
a9bddfa784
Fix Volumetric Fog sampling to use the same code path for depth slices conversion
2026-01-27 23:24:47 +01:00
mafiesto4
f9b784a42a
Add improvements to Volumetric Fog quality and performance
2026-01-27 22:20:48 +01:00
mafiesto4
d47bd5d6e7
Fix small lights and small particles rasterization into Volumetric Fog
2026-01-27 21:00:20 +01:00
mafiesto4
e1013aec94
Add using medium shadow quality in Volumetric Fog for smoother shadowed lights scattering
2026-01-27 20:52:41 +01:00
mafiesto4
305296883d
Fix Volumetric Fog to not flicker on temporal blend when resizing the screen or changing quality
2026-01-27 13:56:26 +01:00
Tryibion
a7016d1186
Fix issue with tabs not collapsing panel 1 if no tabs on panel 1
2026-01-26 21:56:30 -06:00