Wojtek Figat
|
3e363c8275
|
Remove ConcurrentSystemLocker and use ReadWriteLock instead of better threading synchronization
|
2025-09-04 14:48:52 +02: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
|
f21accd466
|
Fix crash when memory stream reading fails and perform soft error handling
#3612
|
2025-08-15 14:19:59 +02:00 |
|
Wojtek Figat
|
c639a3103c
|
Add memory profiling events to the main areas of the engine
|
2025-05-22 04:47:01 +02:00 |
|
Wojtek Figat
|
9c3fd052cd
|
Remove copyright year from source files and update to 2025
|
2025-04-07 19:22:21 +02:00 |
|
Wojtek Figat
|
7e145c56fd
|
Merge remote-tracking branch 'origin/master' into 1.10
# Conflicts:
# Source/Editor/Windows/Profiler/Memory.cs
|
2025-03-25 13:37:15 +01:00 |
|
Wojtek Figat
|
e25efa8c6f
|
Fix naming convention
|
2025-03-18 09:09:06 +01:00 |
|
Wojtek Figat
|
2ab9adab24
|
Merge remote-tracking branch 'origin/master' into 1.10
|
2025-02-24 23:27:56 +01:00 |
|
Wojtek Figat
|
060bc0aaf8
|
Fix crash in animations system when assets gets loading/unloaded while async jobs are active
#2974
|
2025-02-18 22:30:49 +01:00 |
|
Wojtek Figat
|
8a7ceef288
|
Add content deprecation system that auto-saves assets in Editor that use old data format
|
2025-01-20 23:46:49 +01:00 |
|
Wojtek Figat
|
1497acef58
|
SImplify capacity presetting for Dictionary to handle memory slack scale internally as suers care about items count only
|
2025-01-16 17:42:01 +01:00 |
|
Wojtek Figat
|
6111f67e33
|
Add ToSpan for MemoryWriteStream and simplify code with it
|
2025-01-16 17:35:28 +01:00 |
|
Wojtek Figat
|
db4d7d2a05
|
**Refactor meshes format to support custom vertex layouts and new flexible api to access mesh data**
#3044 #2667
|
2025-01-06 22:47:19 +01:00 |
|
Wojtek Figat
|
668f3fa68d
|
Update read and write streaming api to use the newest format
|
2024-12-29 23:00:40 +01:00 |
|
Wojtek Figat
|
935e25ab7d
|
Fix compile warnings
|
2024-11-05 11:32:49 +01:00 |
|
Wojtek Figat
|
9f9564895e
|
Fix collecting referenced asses from Animation asset
#3013
|
2024-10-25 19:02:31 +02:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
d08843900e
|
Add AnimationRootMotionFlags to configure root motion component extraction
Add `RootMotionMode` to support extracting root motion from animated skeleton pose center of mass
#1429 #2152
|
2024-02-09 15:37:29 +01:00 |
|
Wojtek Figat
|
5b50562a9f
|
Refactor Skeleton Mapping to be handled by Skinned Model instead of Animation asset
|
2023-04-26 14:27:01 +02:00 |
|
Wojciech Figat
|
a7e428a21c
|
Merge branch 'master' into 1.5
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GI/GlobalSurfaceAtlas.flax
# Content/Shaders/TAA.flax
# Content/Shaders/VolumetricFog.flax
# Source/Editor/CustomEditors/Editors/ActorTagEditor.cs
# Source/Engine/Core/Config/GraphicsSettings.cpp
# Source/Engine/Engine/PostProcessEffect.cs
# Source/Engine/Graphics/GPUResourcesCollection.cpp
# Source/Engine/Graphics/GPUResourcesCollection.h
# Source/Engine/Graphics/PostProcessBase.h
# Source/FlaxEngine.Gen.cs
|
2023-01-10 15:37:55 +01:00 |
|
Wojciech Figat
|
9626e9bbb6
|
Update copyright year
|
2023-01-10 15:29:37 +01:00 |
|
Wojciech Figat
|
d4601ecb44
|
Add memory usage query for various asset types
|
2022-12-09 15:48:43 +01:00 |
|
Wojciech Figat
|
32e052a87b
|
Refactor native Stream serialization to new API
|
2022-10-20 17:28:12 +02:00 |
|
Wojtek Figat
|
3b52914416
|
Add **Nested Animations** for compositing animation clips
|
2022-07-31 15:53:09 +02:00 |
|
Wojtek Figat
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojciech Figat
|
c53a463bb1
|
Refactor HashSet to support custom allocator
|
2022-04-19 17:14:29 +02:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojtek Figat
|
844fad2ced
|
Fix crash when animation has anim events and scripting is disposed before content
|
2022-01-08 18:29:13 +01:00 |
|
Wojtek Figat
|
82a43dea28
|
Add **Animation Events**
|
2022-01-08 15:06:25 +01:00 |
|
Wojtek Figat
|
233de2d4a4
|
Fix Animation timeline load/save with the latest format
|
2021-12-20 18:47:19 +01:00 |
|
Wojtek Figat
|
cb59f2185c
|
Add memory usage info to Animation details
|
2021-07-16 13:08:37 +02:00 |
|
Wojtek Figat
|
f5e5686853
|
Optimize includes in ThreadLocal.h
|
2021-07-08 00:34:49 +02:00 |
|
Wojtek Figat
|
0e75dba142
|
Optimize C++ compilation time
|
2021-04-30 16:27:57 +02:00 |
|
Wojtek Figat
|
d69b005792
|
Move Curve data serialization to binary format into CurveSerialization.h
|
2021-02-01 14:16:32 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|