Wojtek Figat
aaaf7c5c37
Various fixes to scripting
2023-03-06 16:17:52 +01:00
85c5c7f309
Fix generated network RPC execute method visibility
2023-03-05 19:32:28 +02: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
60f21d1a92
Update old copyright headers
2023-03-03 17:14:35 +01:00
Wojtek Figat
a26d0d03eb
Upgrade to PhysX 5.1.3
2023-03-03 17:13:46 +01:00
Wojtek Figat
0112f70c05
Merge remote-tracking branch 'origin/master' into dotnet7
2023-03-01 19:50:22 +01:00
Wojtek Figat
9fe54dc02c
Merge commit '2016297fce673c2ac48549a6d8e8a772cf29d4fe' into dotnet7
2023-02-28 20:26:02 +01:00
Wojtek Figat
6691aaca1e
Fix crash on arm64 mac
2023-02-28 18:49:48 +01:00
Wojtek Figat
2a4a283c4b
Merge branch 'libstdcpp_version' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-libstdcpp_version
2023-02-28 15:52:49 +01:00
Wojtek Figat
a17981bc87
Merge branch 'system_array_marshalling' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-system_array_marshalling
2023-02-28 10:26:56 +01:00
Wojtek Figat
f88dd50098
Merge commit '272ffe2ea22eecb8f7cd6662efc1cadbe5593feb' into dotnet7
2023-02-27 23:17:04 +01:00
Wojtek Figat
ad4c2484f3
Add deps for arm64 mac
2023-02-27 23:00:04 +01:00
Wojtek Figat
3be4e50b78
Amr64 on mac impl progress
2023-02-27 22:57:42 +01:00
Wojtek Figat
6f9f40192e
Update min macOS version to 10.15 "Catalina"
2023-02-22 19:57:47 +01:00
Wojtek Figat
64752781ed
Add arm64 support for macOS
2023-02-21 18:15:22 +01:00
87e9046e41
Fix native to managed marshalling of System.Array
2023-02-19 20:33:12 +02:00
Wojtek Figat
bef4ba1829
Fix crash when cross-compiling C# bindings-only without toolchain installed
2023-02-19 18:17:51 +01:00
Wojtek Figat
d7e24f0168
Fix missing dotnet hosting components for not yet supported platforms during projects generation stage
2023-02-19 15:16:34 +01:00
Wojtek Figat
0cf40729fa
Merge remote-tracking branch 'origin/master' into dotnet7
2023-02-19 15:04:02 +01:00
Wojtek Figat
c00769e2b8
Fix deprecation warning
2023-02-19 14:32:34 +01:00
Wojtek Figat
1096daaeb7
Dont assume path ends with directory slash in dotnet root
2023-02-19 14:30:42 +01:00
Wojtek Figat
0d78a6ba67
Fix path combine error
2023-02-19 14:01:37 +01:00
Wojtek Figat
e07a07f13e
Support 'DOTNET_ROOT' env var in build tool for custom .NET SDK location
2023-02-19 13:51:54 +01:00
Wojtek Figat
2c1409c2a4
Add macOS build for dotnet7
2023-02-19 13:31:57 +01:00
Wojtek Figat
b44c7ab32c
Print missing SDKs in Flax.Build
2023-02-19 13:03:29 +01:00
Wojtek Figat
c18cefbb0b
Add support for dotnet7 on macOS
2023-02-19 13:03:12 +01:00
eb364f51e0
Improve C++ standard library version detection
2023-02-17 23:21:24 +02:00
f77063f615
Include thirdparty files in the includes cache
2023-02-17 23:20:22 +02:00
91247cc080
Improve Linux dotnet runtime identifier detection
2023-02-17 17:01:13 +02:00
Wojtek Figat
51604302e2
Merge branch 'rider_vcpp_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-rider_vcpp_fix
2023-02-16 10:42:23 +01:00
df000bc99e
Fix linking against C#-only modules
...
(cherry picked from commit 7ccc0b83ff )
2023-02-16 10:24:07 +01:00
Wojtek Figat
30fa911832
Merge remote-tracking branch 'origin/master' into dotnet7
...
# Conflicts:
# README.md
2023-02-16 09:54:22 +01:00
Wojtek Figat
8695ba6fdb
Merge branch 'linux_linker_changes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-linux_linker_changes
2023-02-15 15:39:56 +01:00
Wojtek Figat
55ea197d4f
Hide not important log error
2023-02-15 13:53:43 +01:00
Wojtek Figat
d48f61ea33
Fix regression from e40f51cfc5
2023-02-15 11:18:15 +01:00
Wojtek Figat
e40f51cfc5
Add better logging for the Linxu includes search
2023-02-15 10:34:17 +01:00
Wojtek Figat
47afc7817f
Improve building for Android
2023-02-14 15:27:13 +01:00
7ccc0b83ff
Fix linking against C#-only modules
2023-02-13 20:11:00 +02:00
Wojtek Figat
cb83de4769
Fix compilation issues with various C++ scripting cases
2023-02-13 16:05:14 +01:00
Wojtek Figat
46cfa01622
Add this to API_PARAM for static method extension of a type
2023-02-13 16:04:33 +01:00
Wojtek Figat
ac59cc4633
Merge remote-tracking branch 'origin/master' into dotnet7
2023-02-13 10:05:51 +01:00
Wojtek Figat
dff13626c4
Merge branch 'linux_dotnet7_sdk_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-linux_dotnet7_sdk_fix
2023-02-13 10:05:24 +01:00
Wojtek Figat
e9fa76c34a
Fix RPC codegen
2023-02-10 13:37:02 +01:00
Wojtek Figat
9197d583ce
Fix using Ray parameter in Network RPC
2023-02-10 11:07:13 +01:00
Wojtek Figat
07ca64c8a0
Fix using RPC attribute without ctor usage
2023-02-10 11:02:06 +01:00
Wojtek Figat
b8a7f36c85
Fix crash when passing boxes Vector2/3/4 type data to C# due to custom structure usage
2023-02-09 20:42:25 +01:00
Wojtek Figat
bc4514c905
Add missing Mono.Cecil from Editor deployment
2023-02-08 23:32:38 +01:00
533a6576b8
Link against zlib
2023-02-07 22:11:24 +02:00
Wojtek Figat
daff3abdc1
Add engine version defines to C++ game scripts
2023-02-06 11:09:52 +01:00
Wojtek Figat
a175e58107
Add FLAX_X_Y_OR_NEWER to game code defines
2023-02-06 11:09:47 +01:00