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
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
Wojtek Figat
e83b8afdd3
Add nethost for ps4
2023-03-11 21:30:56 +01:00
Wojtek Figat
b7d4758dde
Update PhysX building for consoles
2023-03-06 17:39:18 +01:00
envision3d
4ce89f56cc
implement openal hrtf audio support
...
- upgrade openal version
- add support to create openal context with hrtf enabled
- add option in audio settings for hrtf enablement
- add static property on Audio class for runtime toggling of hrtf
- fix bug with left/right and front/back being reversed
2023-03-04 20:37:56 -06:00
Wojtek Figat
a26d0d03eb
Upgrade to PhysX 5.1.3
2023-03-03 17:13:46 +01:00
Wojtek Figat
ad4c2484f3
Add deps for arm64 mac
2023-02-27 23:00:04 +01:00
Wojciech Figat
eebc4951de
Merge branch '1.5' into dotnet7
...
# Conflicts:
# Source/Platforms/DotNet/NUnit/agents/net40/nunit-agent.exe
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/agents/net7.0/nunit.agent.addins
# Source/Platforms/DotNet/NUnit/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.dll
# Source/Platforms/DotNet/NUnit/nunit3-console.exe
# Source/Platforms/DotNet/NUnit/nunit3-console.exe.config
# Source/Platforms/DotNet/NUnit/testcentric.engine.metadata.dll
# Source/Tools/Flax.Build/Deps/Downloader.cs
# Source/Tools/Flax.Stats/CodeFrame.cs
# Source/Tools/Flax.Stats/CodeFrameNode.cs
# Source/Tools/Flax.Stats/Flax.Stats.Build.cs
# Source/Tools/Flax.Stats/Languages.cs
# Source/Tools/Flax.Stats/Program.cs
# Source/Tools/Flax.Stats/TaskType.cs
# Source/Tools/Flax.Stats/Tools.cs
# Source/Tools/FlaxEngine.Tests/TestEditorUtils.cs
2023-01-10 15:49:44 +01:00
Wojciech Figat
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
Wojciech Figat
84a68c5977
Update Newtonsoft.Json to 13.0.2 and .Net 7
2022-12-17 13:38:30 +01:00
Wojciech Figat
4495737f94
Fix missing mono symbols export on Windows
2022-01-29 15:00:47 +01:00
Wojciech Figat
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
Wojciech Figat
cd72916838
Adjust mono dependency build branching for git
2022-01-10 15:20:42 +01:00
Wojciech Figat
f3d05cd98e
Add option to throw exception in build tool process utility
2022-01-10 14:36:19 +01:00
Wojtek Figat
dd569b9f1e
Add audio support for Mac (via OpenAL soft)
2022-01-05 11:09:36 +01:00
Wojtek Figat
7471a819e1
Add Vulkan support for Mac (via MoltenVK)
2022-01-05 10:25:46 +01:00
Wojtek Figat
ca62cd2661
Mac impl progress
2022-01-03 13:59:52 +01:00
Wojtek Figat
d1e7805f7a
Fix mono build for Mac to use correct min osx ver
2021-12-31 16:23:39 +01:00
Wojtek Figat
9df132bd77
Mac impl progress
2021-12-31 15:06:44 +01:00
Wojtek Figat
039f5f6e15
Mac impl progress
2021-12-30 16:30:38 +01:00
Wojtek Figat
e361ab811a
Mac support progress
2021-12-29 19:43:53 +01:00