Wojtek Figat
00cb2e25eb
Update OpenFBX to Jun 22, 2024
2024-07-26 23:15:15 +02:00
Wojtek Figat
642fb510f8
Merge branch 'openfbx_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-openfbx_fixes
2024-07-26 09:36:58 +02:00
Wojtek Figat
a79fb237e5
Update Assimp to v5.4.1
...
#2727
2024-07-02 09:59:30 +02:00
6436fb3bde
Update AssImp to latest version
2024-06-21 21:55:30 +03:00
8166790113
Fix compilation errors with miniz
2024-06-01 23:37:00 +03:00
3fe634f8b9
Update miniz for tinyexr
2024-06-01 21:50:52 +03:00
cc106ab42f
Fix compile errors in libdeflate
2024-06-01 00:24:13 +03:00
76e45564f8
Reapply OpenFBX patches
2024-06-01 00:24:13 +03:00
7454e9abd2
Update OpenFBX
...
Updated to commit 365f52c1edad6bd283c8a645f1d8d2347dbd1e35
2024-06-01 00:24:12 +03:00
Wojtek Figat
44006dd533
Various code improvements
2024-05-09 18:59:09 +02:00
Wojtek Figat
41ffc16b66
Fix FindRandomPointAroundCircle to always find a valid point on a NavMesh in the radius
...
#2398
2024-04-20 15:01:27 +02:00
Wojtek Figat
1a87e5a2ca
Add support for importing .exr textures
...
#2375
2024-04-16 15:19:33 +02:00
Wojtek Figat
5fd808af19
Update DirectXTex to mar2024
2024-04-16 13:40:42 +02:00
Wojtek Figat
51504d0d92
Fix building macOS/iOS with the latest Vulkan SDK
2024-03-24 19:39:16 +01:00
Wojtek Figat
9e11d45c1c
Update copyright year
2024-03-19 21:52:46 +01:00
Wojtek Figat
14902dc29e
Merge remote-tracking branch 'origin/master' into 1.8
...
# Conflicts:
# Flax.flaxproj
2024-02-26 19:49:39 +01:00
Wojtek Figat
859c420d76
Update year in copyright note
2024-02-26 19:00:48 +01:00
Wojtek Figat
fa58b171ec
Add support for using Tracy profiler on Switch
2024-01-30 18:14:53 +01:00
Wojtek Figat
a0e127b9cc
Various porting patches
2024-01-22 21:17:58 +01:00
Wojtek Figat
37fe11e19f
Add missing mono lib to consoles build
2024-01-19 20:33:28 +01:00
Wojtek Figat
697db443ac
Skip astc on macOS x64 due to precompiled lib with too new clang ver
2024-01-11 17:58:02 +01:00
Wojtek Figat
3c6ed303fe
Dont use astc on windows/limux yet
2023-12-24 22:45:44 +01:00
Wojtek Figat
4d8b8e5311
Merge branch 'astc' into 1.8
2023-12-22 10:36:37 +01:00
Wojtek Figat
e4c8639697
Merge remote-tracking branch 'origin/master' into 1.8
...
# Conflicts:
# Flax.flaxproj
# Source/Editor/Cooker/Steps/DeployDataStep.cpp
2023-12-20 00:39:15 +01:00
Wojtek Figat
8a94e053a8
Fix crash when resizing navmesh capacity with crowd created for that navmesh
2023-12-18 21:45:27 +01:00
Wojtek Figat
799fde1a26
Add ‘astc’ encoder lib
2023-12-15 14:33:09 +01:00
Wojtek Figat
74f5d14ec9
Merge remote-tracking branch 'origin/master' into 1.8
2023-12-08 11:23:06 +01:00
Wojtek Figat
7886069783
Update meshoptimizer to v0.20
2023-12-06 10:33:14 +01:00
Wojtek Figat
38a0718b70
Fix invalid tracy events from C# profiling api when profiler gets connected mid-event
2023-12-06 00:24:30 +01:00
Wojtek Figat
06ad316f94
Update to .NET 8
2023-11-26 15:09:46 +01:00
Wojtek Figat
40d6e18e7e
Add -dotnet=ver command arg to Flax.Build to specify .NET SDK version to use for build
2023-11-25 12:16:13 +01:00
Wojtek Figat
2555b07edf
Merge branch 'dotnet8_rollforward_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet8_rollforward_fix
2023-11-15 11:44:21 +01:00
Wojtek Figat
bc3107d1db
Fix build warnings on the latest XCode
2023-11-14 19:03:46 +01:00
3f5c92e2fa
Improve .NET 8 runtime and SDK detection
...
Setting the environment variable `DOTNET_ROLL_FORWARD_TO_PRERELEASE=1`
is required to enable runtime support for release candidate builds of
future major .NET releases.
2023-11-14 17:00:51 +02:00
Wojtek Figat
7dc645c114
Update Tracy Profiler to 0.10
2023-11-06 20:50:37 +01:00
Wojtek Figat
9c1a7a20d4
Add volk.h header to distributed build files
2023-10-28 22:10:41 +02:00
Wojtek Figat
9fa0b174f5
Fix deprecation warnings on Apple
2023-10-22 15:32:56 +02:00
Wojtek Figat
cd2f03d8ef
Tweaks
2023-10-05 10:48:52 +02:00
Wojtek Figat
e6c45fccb3
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Engine/Level/Actors/AnimatedModel.cpp
2023-10-05 10:44:03 +02:00
Wojtek Figat
bd14790628
Merge branch 'pugixml_extra' of https://github.com/Arcnor/FlaxEngine into Arcnor-pugixml_extra
2023-10-04 17:36:55 +02:00
Wojtek Figat
fe9b6d73a8
Fix build regression from b3b6251c10
2023-10-04 16:54:50 +02:00
Edu Garcia
f1600b3014
Move custom pugixml changes to pugixml_extra
2023-10-04 13:14:06 +01:00
Wojtek Figat
b3b6251c10
Add GlobalInfo parsing to OpenFBX
...
#1525
2023-10-04 09:47:48 +02:00
Wojtek Figat
68a713fb95
Fix model importer to use precomputed Offset Matrix for skeletal model bones
...
#1525
2023-10-03 22:30:58 +02:00
Wojtek Figat
167fead18d
Backport 0f53d0461f
2023-10-03 12:24:06 +02:00
Wojtek Figat
58c6e0cd15
Backport dde6cbeb14
2023-10-03 12:23:36 +02:00
Wojtek Figat
ee83c60e1f
Backport 756d9b28aa
2023-10-03 12:23:13 +02:00
Wojtek Figat
78b08b4552
Backport ccceff4f78
2023-10-03 12:22:35 +02:00
Wojtek Figat
a71de7357c
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-19 21:42:53 +02:00
Wojtek Figat
2655dd12d6
Reapply e218cc417f but a little better
2023-09-19 13:40:01 +02:00