09e0754902
Compile glslang for Windows on ARM
2024-05-19 23:58:41 +03:00
3dfe0e6c5a
Compile assimp for Windows on ARM
2024-05-19 23:58:41 +03:00
9e7af72046
Add dependencies to copy dbghelp and dxcompiler files from SDK
2024-05-19 23:58:41 +03:00
96eb8cb0ca
Build astc for Windows on ARM
2024-05-19 23:58:41 +03:00
ff86057a0a
Update OpenAL to use CMake for compilation on Windows
2024-05-19 23:58:40 +03:00
56abd82c9b
Update ogg and vorbis to use CMake for compilation on Windows
2024-05-19 23:58:40 +03:00
9fedacb404
Use VS2022 Win10 MSVC solutions in DirectX-related dependencies
2024-05-19 23:58:40 +03:00
84f7fde753
Build NvCloth for Windows on ARM
2024-05-19 23:58:39 +03:00
a5566d297f
Update PhysX with Windows on ARM support
2024-05-19 23:58:39 +03:00
3f299f99cd
Update curl to 7.88.1
2024-05-19 23:58:39 +03:00
741fc959e6
Update Freetype to 2.13.2
2024-05-19 23:58:38 +03:00
93fd560723
Fix rebuilding dependencies using Git with existing local folders
2024-05-19 23:58:38 +03:00
Wojtek Figat
0cdce9dba2
Upgrade GDK to 230305 and support v143 MSVC toolset
2024-04-25 23:09:18 +02:00
Wojtek Figat
5fd808af19
Update DirectXTex to mar2024
2024-04-16 13:40:42 +02:00
Wojtek Figat
9251b80b78
Update to build for Xbox
2024-03-21 18:07:21 +01:00
Wojtek Figat
0a0bb997e4
Update year in copyright note
2024-02-26 19:53:58 +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
10180de9c6
Merge remote-tracking branch 'origin/master' into 1.8
...
# Conflicts:
# Source/Editor/Utilities/EditorUtilities.cpp
# Source/Editor/Utilities/EditorUtilities.h
2024-02-19 22:26:16 +01:00
Wojtek Figat
4c082ef17f
Codestyle fixes
2024-02-19 14:59:02 +01:00
Wojtek Figat
3bdc70a4c6
Add automatic building of nethost for consoles
2024-01-15 17:30:45 +01:00
Wojtek Figat
9a70f698b9
Various improvements to building nethost
2024-01-12 13:44:50 +01:00
Wojtek Figat
c49c875165
Add astc lib for Windows x64
2024-01-03 22:05:25 +01:00
Wojtek Figat
f2d1b75d1f
Improve build tool api for deps modules
2023-12-24 22:46:30 +01:00
Wojtek Figat
4d8b8e5311
Merge branch 'astc' into 1.8
2023-12-22 10:36:37 +01:00
Wojtek Figat
799fde1a26
Add ‘astc’ encoder lib
2023-12-15 14:33:09 +01:00
Wojtek Figat
3761eb5a1e
Add normal logs for deps build subcommands
2023-12-15 13:41:37 +01:00
Wojtek Figat
f16406df8a
Update Newtonsoft.Json.dll to dotnet8
2023-11-26 17:23:48 +01:00
Wojtek Figat
06ad316f94
Update to .NET 8
2023-11-26 15:09:46 +01:00
Wojtek Figat
5012d4432e
Add NvCloth for Linux
2023-07-17 18:22:40 +02:00
Wojtek Figat
18fb7fb849
Add NvCloth for iOS
2023-07-15 11:27:26 +02:00
Wojtek Figat
6664972fbf
Add NvCloth for macOS
2023-07-15 11:22:00 +02:00
Wojtek Figat
f81989a171
Add **Cloth** simulation with physics
2023-07-03 10:38:36 +02:00
Wojtek Figat
8818b3b07c
Add NvCloth dependency
2023-07-03 09:51:42 +02:00
Wojtek Figat
4741f194f6
Update CMake project to the latest VS 2022
2023-06-21 23:07:52 +02:00
Wojtek Figat
390460907d
Merge remote-tracking branch 'origin/master' into 1.6
...
# Conflicts:
# Source/Editor/Scripting/CodeEditors/VisualStudioCodeEditor.cpp
# Source/Tools/Flax.Build/Deps/Dependencies/OpenAL.cs
2023-04-22 18:59:41 +02:00
Wojtek Figat
c2117f0254
Update OpenAL version to 1.23.1
...
#963
2023-04-19 13:11:04 +02:00
Wojtek Figat
68c6a01805
Update Switch platform support
2023-04-11 15:53:53 +02:00
Wojtek Figat
92520a3c17
Add .NET 7 improvements for platforms
2023-04-06 13:07:45 +02:00
Wojtek Figat
09bd7c696b
Add .NET 7 for PlayStation 4
2023-04-05 19:17:22 +02:00
Wojtek Figat
84bb56d68b
Minor dotnet tweaks
2023-04-03 14:12:27 +02:00
Wojtek Figat
e1a0e51bc7
Optimzie Newtonsoft.Json lib by removing Xml, Schema support and making it AOT-friendly for AOT game builds
2023-04-01 23:34:24 +02:00
Wojtek Figat
4cc0807384
Skip nethost dependency from automatic building (manual-only)
2023-03-31 14:42:14 +02:00
Wojtek Figat
7cbafcd86b
Implement C# AOT process for .NET 7 for Windows platform
2023-03-31 14:41:42 +02:00
Wojtek Figat
510fc443e8
Refactor CoreCLR runtime into explicit dotnet api instead of mocking mono api
...
Required by platforms that will use mono under the hood for .Net 7
New `USE_CSHARP` define for C# ability
Engine doesn't use `mono_*` apis directly but via MCore/MClass/MMethod/ apis
2023-03-27 17:29:42 +02:00
Wojtek Figat
eed2cdfe04
Progress on dotnet7 runtime hosting with mono
2023-03-22 17:59:46 +01:00
Wojtek Figat
30e825db75
Add dotnet7 for Android (wip)
2023-03-21 22:49:09 +01:00
Wojtek Figat
d719c534d4
Missing change
2023-03-20 18:57:34 +01:00
Wojtek Figat
c615ad18a8
Build deps for iOS
2023-03-16 22:13:37 +01:00
Wojtek Figat
e00bf92f05
Add .Net Runtime deployment for cooked game
2023-03-13 10:23:42 +01:00