Wojtek Figat
|
5e52bf6469
|
Fix missing code from 80de56f469
|
2025-09-09 23:21:10 +02:00 |
|
Wojtek Figat
|
8482f93a0f
|
Merge remote-tracking branch 'origin/1.11' into 1.11
|
2025-09-09 22:58:34 +02:00 |
|
Wojtek Figat
|
64c62f269c
|
Optimize D3D12 with D3D12_HEAP_FLAG_CREATE_NOT_ZEROED in some cases
|
2025-09-09 22:54:37 +02:00 |
|
Wojtek Figat
|
19d0d3b683
|
Remove system lockers during asset loads or saving (only unload needs it)
|
2025-09-09 15:26:27 +02:00 |
|
Wojtek Figat
|
1f56c75821
|
Minor fixes
|
2025-09-09 15:26:03 +02:00 |
|
Wojtek Figat
|
64e127a47a
|
Fix crashes of scripting backend on Android
|
2025-09-09 15:25:24 +02:00 |
|
Wojtek Figat
|
8921cf5156
|
Add label/button text to string convertion for better debugging
|
2025-09-09 10:42:10 +02:00 |
|
Wojtek Figat
|
24e088fc08
|
Fix compilation warnings
|
2025-09-09 10:23:07 +02:00 |
|
Wojtek Figat
|
14a69a11df
|
Add Android native crashes caching
|
2025-09-07 23:50:41 +02:00 |
|
Wojtek Figat
|
42b542d190
|
Improve recent changes to memory barriers on Vulkan
|
2025-09-07 00:17:11 +02:00 |
|
Wojtek Figat
|
576b0710e0
|
Fix GPU particles issues with missing sorting keys data when shader is not yet loaded
|
2025-09-06 23:37:24 +02:00 |
|
Wojtek Figat
|
44e70692a2
|
Fix render memory alignment issues to prevent crashes on Android
|
2025-09-06 23:36:54 +02:00 |
|
Wojtek Figat
|
857b0c5ac3
|
Fix various graphics issues detected by Vulkan Validation Layers on Android
|
2025-09-06 23:32:54 +02:00 |
|
Wojtek Figat
|
1f6d837117
|
Fix regression from 6d05bf16b1
|
2025-09-05 08:51:43 +02:00 |
|
Wojtek Figat
|
c5d06b2c8b
|
Fix crash regression from #3588 when editing active particle emitters
|
2025-09-04 22:05:31 +02:00 |
|
Wojtek Figat
|
831fb0f442
|
Optimize textures/buffers uploading on Vulkan with page allocator
|
2025-09-04 21:38:07 +02:00 |
|
Wojtek Figat
|
cd22cd059d
|
Various small fixes and improvements
|
2025-09-04 15:56:33 +02:00 |
|
Wojtek Figat
|
3e363c8275
|
Remove ConcurrentSystemLocker and use ReadWriteLock instead of better threading synchronization
|
2025-09-04 14:48:52 +02:00 |
|
Wojtek Figat
|
c44d939c08
|
Add ReadWriteLock to platform api
|
2025-09-04 14:46:56 +02:00 |
|
Wojtek Figat
|
c0c9df49dc
|
Optimize DDGI probes update to overlap both irradiance and distance data at once
|
2025-09-03 23:21:45 +02:00 |
|
Wojtek Figat
|
80de56f469
|
Optimize Global SDF dispatches with UAV write overlaps
2-3x faster rasterization
|
2025-09-03 23:12:55 +02:00 |
|
Wojtek Figat
|
f1ecbf828e
|
Fix debug check on Vulkan backbuffer texture usage
|
2025-09-03 22:11:48 +02:00 |
|
Wojtek Figat
|
f1c4fd464a
|
Optimize GPU textures and buffers uploads with a batched memory barrier
|
2025-09-03 22:11:26 +02:00 |
|
Wojtek Figat
|
212b0de29b
|
Add RenderListAlloc to simplify rendering memory allocations
|
2025-09-03 13:00:28 +02:00 |
|
Wojtek Figat
|
5a2555f845
|
Improve cdb09847ec and 499ef51875 to swap key bits during sorting
#2271
|
2025-09-02 22:30:50 +02:00 |
|
Wojtek Figat
|
c57e128ff1
|
Merge remote-tracking branch 'origin/master' into 1.11
# Conflicts:
# Source/Engine/Level/Scene/SceneRendering.cpp
# Source/Engine/Physics/Colliders/Collider.cpp
# Source/Engine/Physics/Colliders/Collider.h
|
2025-09-02 22:23:45 +02:00 |
|
Wojtek Figat
|
eff5f84185
|
Improve shadow maps sharing in nested scene rendering
|
2025-09-02 22:14:07 +02:00 |
|
Wojtek Figat
|
ad1163bccc
|
Fix HashSet::Add returning incorrect value
|
2025-09-02 21:41:54 +02:00 |
|
Wojtek Figat
|
1042ad4e7d
|
Fix object ids remapping inside nested prefabs
#3255
|
2025-09-02 21:41:36 +02:00 |
|
Wojtek Figat
|
8fdda1a71a
|
Fix scene object reference serialization in C++ to use correct serializer
#3255
|
2025-08-30 23:52:54 +02:00 |
|
Wojtek Figat
|
adbc546978
|
Merge branch 'textrender-scaling-fix' of https://github.com/fibref/FlaxEngine into fibref-textrender-scaling-fix
|
2025-08-29 22:26:32 +02:00 |
|
Wojtek Figat
|
9fafb47abb
|
Fix debug drawing wheeled vehicle in prefab viewport
#3591
|
2025-08-29 21:03:44 +02:00 |
|
frank
|
a3073321cf
|
fix scaling for TextRender
|
2025-08-28 17:24:06 +08:00 |
|
Wojtek Figat
|
826009c1b4
|
Merge remote-tracking branch 'origin/master' into 1.11
# Conflicts:
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Source/Engine/Scripting/Scripting.cpp
|
2025-08-25 23:48:08 +02:00 |
|
Wojtek Figat
|
4ca399af71
|
Add model import options auto-restore from model prefab
|
2025-08-25 23:15:37 +02:00 |
|
Wojtek Figat
|
df6f8fd8ae
|
Codestyle adjustments #3343
|
2025-08-24 13:46:53 +02:00 |
|
Wojtek Figat
|
4bd8ce37ac
|
Merge branch 'layer-methods' of https://github.com/Tryibion/FlaxEngine into Tryibion-layer-methods
|
2025-08-24 13:43:35 +02:00 |
|
Wojtek Figat
|
9003d855b3
|
Merge branch 'animated-model-additions' of https://github.com/Swiggies/FlaxEngine into Swiggies-animated-model-additions
|
2025-08-22 23:03:54 +02:00 |
|
Wojtek Figat
|
cb07ee77aa
|
Change #3588 to be editor-only
|
2025-08-22 22:31:08 +02:00 |
|
Wojtek Figat
|
680783f2b0
|
Merge branch 'fix-particle-effect-params-overide-update' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-particle-effect-params-overide-update
|
2025-08-22 22:29:59 +02:00 |
|
Wojtek Figat
|
b6f853a01c
|
Merge branch 'add-ctor-matbrush-inst' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-ctor-matbrush-inst
|
2025-08-15 14:41:05 +02:00 |
|
Wojtek Figat
|
6ccfbfeff1
|
Fix saving skinned models with blend shapes
#3612
|
2025-08-15 14:20:16 +02:00 |
|
Wojtek Figat
|
f21accd466
|
Fix crash when memory stream reading fails and perform soft error handling
#3612
|
2025-08-15 14:19:59 +02:00 |
|
Chandler Cox
|
38b4ace1a8
|
Use material base as ctor parameter.
|
2025-08-15 07:01:48 -05:00 |
|
Wojtek Figat
|
0e50e47cce
|
Merge branch 'linux_hotreload_cleanup_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-linux_hotreload_cleanup_fix
|
2025-08-14 22:46:45 +02:00 |
|
Wojtek Figat
|
69ed0bf56f
|
Merge branch 'fix-anim-event-backwards' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-anim-event-backwards
|
2025-08-14 22:41:20 +02:00 |
|
Wojtek Figat
|
f6d0b073da
|
Merge branch 'fix-not-finised-tag-richtextbox' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-not-finised-tag-richtextbox
|
2025-08-14 22:21:27 +02:00 |
|
Wojtek Figat
|
a91360529f
|
Merge branch 'make-empty-stringview-const' of https://github.com/Tryibion/FlaxEngine into Tryibion-make-empty-stringview-const
|
2025-08-14 22:15:53 +02:00 |
|
Wojtek Figat
|
bf9ca14deb
|
Fix sampling textures in decals to use custom mip-level
#3599
|
2025-08-14 22:14:03 +02:00 |
|
Wojtek Figat
|
cb92a2b8cb
|
Optimize decals rendering with depth test
#3599
|
2025-08-14 13:04:57 +02:00 |
|