Wojciech Figat
|
4a8f336118
|
Change build script for tests
|
2023-01-11 15:08:03 +01:00 |
|
Wojciech Figat
|
6ec6f9501b
|
Change build script for tests
|
2023-01-11 15:05:49 +01:00 |
|
Wojciech Figat
|
b1ecb2f0eb
|
Fix xcopy path on Windows in Flax.Build
|
2023-01-11 14:27:37 +01:00 |
|
Wojciech Figat
|
474ce10e7e
|
Update test projects to properly build and run under dotnet7
|
2023-01-11 14:27:17 +01:00 |
|
Wojciech Figat
|
3c40c22049
|
Tweaks to tests
|
2023-01-11 11:06:10 +01:00 |
|
Wojciech Figat
|
9281db73a7
|
Update nunit to properly run teests with dotnet7
|
2023-01-11 11:05:31 +01:00 |
|
Wojciech Figat
|
45a557f9c0
|
Minor tweaks
|
2023-01-10 16:50:52 +01:00 |
|
Wojciech Figat
|
7698e79143
|
Fix dotnet7 method runtime invoke to match return value boxing
|
2023-01-10 16:47:02 +01:00 |
|
Wojciech Figat
|
1c584e937a
|
Fix mono_class_get_interfaces on dotnet7 to match mono behavior
|
2023-01-10 16:39:48 +01:00 |
|
Wojciech Figat
|
6ef5c76e1a
|
Fix regression from recent scripting fixes/features on 1.5
|
2023-01-10 16:13:53 +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
|
a7e428a21c
|
Merge branch 'master' into 1.5
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GI/GlobalSurfaceAtlas.flax
# Content/Shaders/TAA.flax
# Content/Shaders/VolumetricFog.flax
# Source/Editor/CustomEditors/Editors/ActorTagEditor.cs
# Source/Engine/Core/Config/GraphicsSettings.cpp
# Source/Engine/Engine/PostProcessEffect.cs
# Source/Engine/Graphics/GPUResourcesCollection.cpp
# Source/Engine/Graphics/GPUResourcesCollection.h
# Source/Engine/Graphics/PostProcessBase.h
# Source/FlaxEngine.Gen.cs
|
2023-01-10 15:37:55 +01:00 |
|
Wojciech Figat
|
9626e9bbb6
|
Update copyright year
|
2023-01-10 15:29:37 +01:00 |
|
Wojciech Figat
|
e7f40a4c0e
|
Fix unit test if running under .net 4.6.2 unit test agent
|
2023-01-10 14:33:51 +01:00 |
|
Wojciech Figat
|
6b076e4fd4
|
Update NUnit to 3.16.1
|
2023-01-10 14:26:26 +01:00 |
|
Wojciech Figat
|
79864ffd5f
|
Change missing VulkanSDK error to be logged once per session
|
2023-01-10 13:51:29 +01:00 |
|
Wojciech Figat
|
4d6f758994
|
Update NUnit to 3.16.1
|
2023-01-10 13:41:58 +01:00 |
|
Wojciech Figat
|
442641eeab
|
Add running Tests on Windows in Github Actions CI
|
2023-01-10 13:41:23 +01:00 |
|
Wojtek Figat
|
ca2e2e1f41
|
Fix native scripting interface method override in managed scripts on Clang-platforms
|
2023-01-10 11:45:23 +01:00 |
|
Wojtek Figat
|
a74b847e65
|
Fix ScriptingObject::FromInterface to return object if the pointer is already valid object
|
2023-01-10 11:45:23 +01:00 |
|
Wojtek Figat
|
17f9219cd0
|
Add TargetCompiler to Flax.Build toolchains
|
2023-01-10 11:45:23 +01:00 |
|
Wojciech Figat
|
0595f38fe4
|
Fix threading issues with GPU buffers mapping
|
2023-01-09 22:41:06 +01:00 |
|
Wojciech Figat
|
e2aa6b8970
|
Fix default value in viewport options
|
2023-01-09 22:40:54 +01:00 |
|
Wojciech Figat
|
67c63f1410
|
Optimize GPU Resource name to prevent memory allocs when changing name frequently
|
2023-01-09 22:40:26 +01:00 |
|
Wojciech Figat
|
70cce0e1ee
|
Fix regression crash when using DoF, optimize DoF usage of GPU memory
|
2023-01-09 16:06:47 +01:00 |
|
Wojciech Figat
|
8c9a3055e1
|
Fix foliage paint brush transparency
|
2023-01-09 11:55:39 +01:00 |
|
Wojtek Figat
|
4e4f4e700b
|
Updates for dev with dotnet on linux
|
2023-01-08 20:27:28 +01:00 |
|
Wojtek Figat
|
bf60955e5e
|
Fix C# tests running with dotnet
|
2023-01-08 19:17:41 +01:00 |
|
Wojtek Figat
|
c53af39c92
|
Merge remote-tracking branch 'origin/1.5' into dotnet7
|
2023-01-08 15:05:56 +01:00 |
|
Wojtek Figat
|
d034874fb7
|
Add dotnet setup to other github actions
|
2023-01-08 15:05:36 +01:00 |
|
Wojtek Figat
|
5ec9716eac
|
Progress for dotnet7 support on Linux
|
2023-01-08 15:05:36 +01:00 |
|
Wojtek Figat
|
4c671012bf
|
Fix name upper-case
|
2023-01-08 13:52:45 +01:00 |
|
Wojtek Figat
|
8db75ffa36
|
Fix name upper-case
|
2023-01-08 13:52:33 +01:00 |
|
Wojtek Figat
|
58844622a0
|
Simplify managed method invoke generation for AOT vs JIT platforms
|
2023-01-08 13:50:45 +01:00 |
|
Wojtek Figat
|
cfcf29a62e
|
Fixes for passing new unit tests with edge cases of scripting bindigns usage
|
2023-01-08 00:34:33 +01:00 |
|
Wojtek Figat
|
064994eb1a
|
Add more test cases for various scripting bindings features
|
2023-01-08 00:34:32 +01:00 |
|
Wojciech Figat
|
c011e8af62
|
Add support for CanRender in postFx to depend on specific render setup
|
2023-01-06 13:45:36 +01:00 |
|
Wojciech Figat
|
b753b18682
|
Add profiler events for plugins init/deinit
|
2023-01-06 13:36:12 +01:00 |
|
Wojciech Figat
|
8896ebadda
|
Minor fixes for dotnet7
|
2023-01-06 11:31:08 +01:00 |
|
Wojciech Figat
|
a6050e6f27
|
Add managed memory allocations profiling with dotnet7
|
2023-01-06 09:18:11 +01:00 |
|
Wojciech Figat
|
1e046c0033
|
Optimize GPU Resource name to prevent memory allocs when changing name frequently
|
2023-01-06 08:56:03 +01:00 |
|
Wojciech Figat
|
34cc546f00
|
Minor tweaks
|
2023-01-05 11:32:25 +01:00 |
|
Wojciech Figat
|
b21aeedae2
|
Fix build
|
2023-01-05 09:38:46 +01:00 |
|
Wojtek Figat
|
0872002dae
|
Attempt to restore Linux build with dotnet7
|
2023-01-04 19:01:21 +01:00 |
|
Wojtek Figat
|
c4e4e38c4f
|
Update readme
|
2023-01-04 19:00:24 +01:00 |
|
Wojtek Figat
|
63d3c9b1e0
|
Fix build on Linux
|
2023-01-04 19:00:06 +01:00 |
|
Wojciech Figat
|
ccd919d4d6
|
Fix default value in viewport options
|
2023-01-04 14:29:00 +01:00 |
|
Wojciech Figat
|
88bd5b2534
|
Fix threading issues with GPU buffers mapping
|
2023-01-04 12:06:56 +01:00 |
|
Wojciech Figat
|
0b8d4850f0
|
Use manual pdb file loading for debug symbols in C#
|
2023-01-04 09:56:58 +01:00 |
|
Wojtek Figat
|
4012434102
|
Fix test
|
2023-01-03 23:04:09 +01:00 |
|