Commit Graph

3229 Commits

Author SHA1 Message Date
GoaLitiuM
33fe5e7518 Fix uninitialized values and release COM resources after use 2022-03-17 21:25:56 +02:00
GoaLitiuM
e794911755 Enable flip presentation mode and tearing in D3D11 2022-03-17 21:25:56 +02:00
Wojtek Figat
b780e33a5b Fix for faster models exporting 2022-03-14 20:32:38 +01:00
Wojtek Figat
6da3dff5de Fix editor options startup to not log error on missing file 2022-03-14 20:32:10 +01:00
Wojtek Figat
8e28fef91f Fix Lightmap UVs Source not working in model import options 2022-03-13 19:31:33 +01:00
Wojtek Figat
aed6f0403d Fix dylibs list
#693
2022-03-04 23:20:45 +01:00
Wojtek Figat
09c995d67b Fix for macOS dylib path
#693
2022-03-04 23:14:36 +01:00
Wojtek Figat
20075e0fbd Fixes for compilation on Windows for x86 2022-03-02 21:06:21 +01:00
Wojtek Figat
e52cf67447 Fix crash on Vulkan swapchain resize if the previous size was 0 (eg. due to window animation on Windows 11r) 2022-03-02 10:00:06 +01:00
Wojtek Figat
cdc74a9c49 Reduce includes in Serialization header 2022-02-28 23:16:15 +01:00
Wojtek Figat
3a1475fa9c Use SoftObjectReference for deformable asset ref to prevent removing it by Content GC 2022-02-28 23:16:00 +01:00
Wojtek Figat
4a9c746bed Add SoftAssetReference type 2022-02-28 23:15:35 +01:00
Wojtek Figat
6738bc8dea Fix minor things 2022-02-28 19:15:02 +01:00
Wojtek Figat
57e408761d Bump up the build number 2022-02-28 19:14:52 +01:00
Wojtek Figat
87cb553c61 Optimize Vector3 method to be inlined more often 2022-02-28 19:14:14 +01:00
Wojciech Figat
5c443f305d Fix memory leak in RenderTargetPool on texture init fail 2022-02-27 16:13:06 +01:00
Diewa
d2c252879e Fixes for macOS 2022-02-24 21:42:00 +01:00
Wojtek Figat
58de04ccd6 Fix crash on particles instance invalidated 2022-02-23 22:41:26 +01:00
Wojtek Figat
6b84773190 Fix crash on CharacterController in prefab 2022-02-23 22:41:06 +01:00
Wojtek Figat
3a07d767fb Fix rare crash on division by 0 2022-02-20 20:28:19 +01:00
Wojtek Figat
111a2f3b25 Fix crash with terrain in prefab window
#689
2022-02-19 17:59:40 +01:00
Wojtek Figat
4424d93d56 Use Windows Server 2019 for Github Actions 2022-02-19 12:09:29 +01:00
Wojtek Figat
56491569df Optimize C# bindings in Engine code to static functions that native ABI matches managed signature 2022-02-19 00:29:09 +01:00
Wojtek Figat
71b9324bcb Fix potential exception in PluginManager dispose in Editor 2022-02-19 00:27:53 +01:00
Wojciech Figat
69a1e007a6 Add some missing changes 2022-02-08 19:56:11 +01:00
Wojciech Figat
afed5a30bc Add ClearUA to GPUContext to clear texture with float values 2022-02-08 19:56:07 +01:00
Wojciech Figat
bac8058aa8 Fix depth pitch in UpdateTexture on D3D11 for volume textures 2022-02-08 19:56:03 +01:00
Wojciech Figat
066a4c65bb Add additional UploadMipMapAsync for GPUTexture update with custom row/slice pitch 2022-02-08 19:55:59 +01:00
Wojciech Figat
3c9a5bcf1a Fix CollisionsHelper::ClosestPointPointTriangle 2022-02-08 19:55:55 +01:00
Wojtek Figat
3feeec1649 Fix structure initialization with default field value if attribute has different value HasInvalidPathChar
#688
2022-02-06 22:44:40 +01:00
Wojtek Figat
73976149da Fix blend shape dirty vertices range 2022-02-06 21:25:52 +01:00
Wojtek Figat
9cfc638ce0 Fix for editor 2022-02-06 14:11:31 +01:00
Wojtek Figat
748d69a3cb Add CollisionMeshesPrefix option to import collision data from model asset 2022-02-06 14:11:13 +01:00
Wojciech Figat
a186d1a7fc Merge branch 'master' of https://gitlab.flaxengine.com/flax/flaxengine 2022-02-03 12:02:24 +01:00
Wojciech Figat
2144a9d2fc Add tooltips from xml docs usage in GenericEditor 2022-02-03 12:01:47 +01:00
Wojtek Figat
9de470f670 Add new build tool log location for project files generation (as Launcher might want) 2022-02-01 22:07:21 +01:00
Wojciech Figat
01cb08a924 Expose PhysicsBackend to the user 2022-02-01 17:40:28 +01:00
Wojciech Figat
5e9dac49a8 Remove breakpoint on OpenAL error 2022-02-01 17:38:55 +01:00
Wojciech Figat
26191935a7 Fix issues with OpenAL audio backend 2022-02-01 17:34:46 +01:00
Wojciech Figat
cf6fb07a05 Fix updating audio window toolbar 2022-02-01 16:21:47 +01:00
Wojciech Figat
9260b45e0e Fix resizing textures with alpha on import to preserve transparent colors (instead of black) 2022-01-31 14:21:14 +01:00
Wojciech Figat
d0e37ba6ef Fix crash on native type in JsonAsset due to scripting hot-reload in Editor 2022-01-31 10:33:05 +01:00
Wojciech Figat
f8eba66b5e Add Level::ScriptsReloaded event 2022-01-31 10:25:56 +01:00
Wojciech Figat
8d47ea7d2f Fix doc comment 2022-01-31 10:23:27 +01:00
Wojtek Figat
9b79d7df09 Fix potential error 2022-01-30 20:06:05 +01:00
Wojtek Figat
e9fac4b504 Add user for Switch 2022-01-30 19:41:49 +01:00
Wojciech Figat
7a08e035a5 Fix module libraries linking in modular build mode 2022-01-29 21:34:42 +01:00
Wojciech Figat
6a614d66de Fix warning 2022-01-29 20:55:00 +01:00
Wojciech Figat
1e83518c71 Add support for custom settings asset creation 2022-01-29 17:56:02 +01:00
Wojciech Figat
1907504ff6 Fixes 2022-01-29 15:26:41 +01:00