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
|
1ffe8a7b60
|
Add OpenAL AL_SOFT_source_spatialize extension support for stereo spatial audio playback
Add `AllowSpatialization` option to `AudioSource`
|
2023-04-20 15:01:22 +02: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
|
af7b53814d
|
Merge remote-tracking branch 'origin/1.5' into dotnet7
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/TAA.flax
|
2022-12-30 09:24:10 +01:00 |
|
Wojciech Figat
|
c2bb717a69
|
Exclude StreamingStats from default value generation
|
2022-12-29 13:56:52 +01:00 |
|
Wojtek Figat
|
7539504a8c
|
Fix typo
|
2022-12-28 19:54:27 +01:00 |
|
Wojciech Figat
|
ed700cb070
|
Add **Assets profiler** to Editor
|
2022-12-09 15:46:01 +01:00 |
|
Wojtek Figat
|
42d1f40b9c
|
Optimize some code by manual inlining
|
2022-10-21 18:36:29 +02:00 |
|
Wojciech Figat
|
3dbff3cab7
|
Fix crash when closing handles to asset file while any asset streaming task is active for asset from that file
|
2022-07-18 13:02:34 +02:00 |
|
Wojciech Figat
|
5345d1f685
|
Add events for streamable resources residency changes tracking
|
2022-04-21 12:37:39 +02:00 |
|
Wojciech Figat
|
26191935a7
|
Fix issues with OpenAL audio backend
|
2022-02-01 17:34:46 +01:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojciech Figat
|
46934b086d
|
Fix crash if texture streaming fails on different texture format on Vulkan due to fallback usage
|
2021-11-15 16:39:18 +01:00 |
|
Wojtek Figat
|
4b735a365b
|
Fix crash when streaming texture with unsupported format by the GPU driver
|
2021-11-04 16:47:43 +01:00 |
|
Wojtek Figat
|
3cfdf8871f
|
Add Streaming.Stats for resources streaming statistics
|
2021-07-07 10:15:21 +02:00 |
|
Wojtek Figat
|
b367be2b12
|
Optimize DateTime include in StreamableResource
|
2021-07-02 15:39:48 +02:00 |
|
Wojtek Figat
|
891961b03b
|
Optimize Streaming service with Task Graph to use async update on a Job System
|
2021-07-02 14:56:46 +02:00 |
|
Wojtek Figat
|
a3dfb1c5d3
|
Add support for using per-texture group sampler in Materials
|
2021-06-29 16:16:56 +02:00 |
|
Wojtek Figat
|
4681d8da56
|
Fix texture streaming minimum mips to load for block compressed textures
|
2021-06-18 14:42:09 +02:00 |
|
Wojtek Figat
|
f582ca5051
|
Add dynamic textures streaming based on visibility
|
2021-06-18 14:41:44 +02:00 |
|
Wojtek Figat
|
47da355878
|
Add api to force refresh streaming
|
2021-06-18 11:57:08 +02:00 |
|
Wojtek Figat
|
3b31fd7c71
|
Add support for editing texture group in editor (without reimporting)
|
2021-06-18 10:49:04 +02:00 |
|
Wojtek Figat
|
4744fa05ef
|
Refactor Streaming with new settings and textures streaming configuration
|
2021-06-17 15:33:34 +02:00 |
|
Wojtek Figat
|
14bc9501c7
|
Cleanup some code
|
2021-06-10 16:59:59 +02:00 |
|
Wojtek Figat
|
0e75dba142
|
Optimize C++ compilation time
|
2021-04-30 16:27:57 +02:00 |
|
W2.Wizard
|
4d8cc9aef7
|
Fixed additional typos
Went through the source with VNNCC to correct as many found typos as possible
Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com>
|
2021-01-05 02:14:21 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|