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
f874a0ad57
Update csprojects to the latest NetCore7
2022-12-19 17:39:39 +01:00
Wojciech Figat
a56090e70f
Update deprecated WebClient into HttpClient in Flax.Build files download utility
2022-12-19 11:17:09 +01:00
Wojciech Figat
84a68c5977
Update Newtonsoft.Json to 13.0.2 and .Net 7
2022-12-17 13:38:30 +01:00
Wojtek Figat
b2e91b8a07
Improvements for dependencies building utilities
2022-03-22 19:04:10 +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
Wojciech Figat
d017dd14ca
Add Mac platform
2021-12-27 14:04:16 +01:00
Wojtek Figat
e8b680c78b
Add ps5 changes
2021-11-21 19:02:37 +01:00
Wojtek Figat
5dbbfed654
PS5 support progress
2021-10-20 15:35:12 +02:00
Wojtek Figat
48a867ef16
Add PS5 platform defines and types
2021-10-08 16:25:16 +02:00
Wojtek Figat
d9410f9cdd
Post merge fixes and cleanup
...
#571
2021-08-26 17:27:38 +02:00
honzapatCZ
c17d86a134
removal of old XboxOneStuff
2021-07-21 15:10:39 +02:00
Wojtek Figat
d5a129cb1b
Add mono building for Switch
2021-05-28 09:12:15 +02:00
Wojtek Figat
ac1eb8d58d
Merge branch 'master' into 1.2
2021-04-13 09:52:03 +02:00
Wojtek Figat
3e080c44c6
Fix using curl lib on Linux (use self compiled static lib)
2021-04-08 22:12:55 +02:00
Wojtek Figat
eb24c29f7e
Add support for OnSerializing, OnSerialized, OnDeserializing and OnDeserialized callbacks for C# types serialization with Json
2021-04-08 10:02:08 +02:00
Wojtek Figat
b0fe4e9945
Merge remote-tracking branch 'origin/master' into 1.2
2021-03-30 17:58:29 +02:00
Wojtek Figat
c191815b82
Use static linking for Assimp on Linux, strip it from unused symbols and formats support
2021-03-26 21:30:30 +01:00
Wojtek Figat
c7c339957b
Merge remote-tracking branch 'origin/1.1' into 1.2
...
# Conflicts:
# Source/Editor/Editor.Build.cs
2021-03-15 09:38:58 +01:00