mafiesto4
e450658834
Remove deprecated mono runtime backend
...
Old `mono` backend was not maintained for since 1.7 (July 2023)
`dotnet` backend still can run `mono` on AOT platforms but with the latest .NET features.
2026-06-03 16:35:06 +02:00
mafiesto4
d3be79fdc4
Fix missing SDK print for ones from modules or plugins
2026-06-01 15:50:25 +02:00
mafiesto4
fb21ffd3be
Rename FLAX_REVERSE_Z macro to REVERSE_Z
...
#2684
2026-05-08 10:52:46 +02:00
mafiesto4
241441d5b9
Merge branch 'reverse-z' of https://github.com/HydrogenC/FlaxEngine into HydrogenC-reverse-z
...
# Conflicts:
# Source/Engine/Graphics/GPUDevice.cpp
# Source/Engine/Graphics/Materials/DeferredMaterialShader.cpp
# Source/Engine/Graphics/Materials/ForwardMaterialShader.cpp
# Source/Engine/Graphics/Materials/TerrainMaterialShader.cpp
# Source/Engine/Renderer/LightPass.cpp
# Source/Engine/Renderer/ReflectionsPass.cpp
# Source/Engine/Renderer/ShadowsPass.cpp
# Source/Shaders/SSR.hlsl
# Source/Shaders/ShadowsSampling.hlsl
# Source/Shaders/Sky.shader
2026-05-07 19:55:03 +02:00
mafiesto4
2ce1103530
Add VersionControlInfo to output game build info and log game version with branch/commit info
2026-04-22 23:11:29 +02:00
mafiesto4
b79335c920
Fix compiling C# scripts that use nuget package to properly resolve it on 1st build
2026-04-19 21:30:16 +02:00
mafiesto4
750fd1f941
Optimize Web export size
2026-03-17 23:31:34 +01:00
mafiesto4
6fcc963cf6
Cleanup dependency modules code a bit
2026-03-06 12:20:16 +01:00
mafiesto4
341dc08f7c
Fix dependencies building to check for target platform build support, not the host platform
2026-03-06 11:10:40 +01:00
mafiesto4
2b546eb4b3
Add OpenAL audio to Web
2026-02-17 18:43:52 +01:00
mafiesto4
9772227146
Add shared libraries support for Web to load game module (C++)
2026-02-17 15:07:11 +01:00
mafiesto4
6f13a33be2
Add LTO and Sanitizers support to Web build
2026-02-16 12:00:24 +01:00
mafiesto4
25e90deed6
Fix Web (and consoles) to run without exceptions throw/catch support
2026-02-16 11:50:52 +01:00
mafiesto4
7bc687194f
Fix Web to run without dotnet
2026-02-16 11:49:34 +01:00
mafiesto4
f12ad5c874
Add **Web platform with Emscripten**
2026-02-14 00:07:21 +01:00
mafiesto4
9c9e17a9d9
Fix warning when building C# lib with newer .NET than base version used on deps
2026-02-12 18:26:43 +01:00
mafiesto4
ee22b9dc25
Merge branch 'sdl_platform' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sdl_platform
...
# Conflicts:
# Source/Editor/GUI/Dialogs/ColorPickerDialog.cs
# Source/Editor/Modules/UIModule.cs
2026-02-11 14:08:57 +01:00
mafiesto4
645df4fb06
Merge branch 'dotnet10_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet10_fixes
2026-02-11 00:08:37 +01:00
Ari Vuollet
f870fc3ae2
Merge remote-tracking branch 'origin/master' into sdl_platform
...
# Conflicts:
# Source/Editor/Viewport/MainEditorGizmoViewport.cs
2026-02-03 17:39:43 +02:00
mafiesto4
b09fbe2d9b
Fix deploying NuGet packages to include dependencies (recursive)
...
#3900
2026-01-22 23:39:38 +01:00
mafiesto4
6dbfd25bdb
Fix deploying NuGet packages to include correct library file name
...
#3900
2026-01-22 19:57:16 +01:00
mafiesto4
ecfd03f79c
Fix restoring NuGet packages for target with multiple projects
...
Fix restoring `NuGet` packages to run before project build to ensure files are downloaded
#3900
2026-01-22 18:49:47 +01:00
Ari Vuollet
46fd5a5855
Ensure Flax.Build tasks and utilities output error messages as errors
2025-12-16 00:11:06 +02:00
Ari Vuollet
3e91ba3fb2
Merge remote-tracking branch 'origin/master' into sdl_platform
2025-12-15 19:03:05 +02:00
Ari Vuollet
ae03bc2dd2
Improve Linux .NET runtime identifier detection
...
Use the runtime identifier detected during runtime instead of
calling the dotnet tool in order to query it.
2025-12-14 20:25:33 +02:00
Ari Vuollet
5cd27032b4
Set C# language version to 14 with .NET 10
2025-12-14 20:25:33 +02:00
Ari Vuollet
7445064d97
Improve installed .NET runtime version detection
2025-12-14 20:25:33 +02:00
mafiesto4
0a8752ec0a
Fix cross-building building engine with separate executable and library for Unix platforms on Windows
2025-12-10 09:48:27 +01:00
Ari Vuollet
eb69186271
Merge remote-tracking branch 'origin/master' into sdl_platform
2025-11-28 11:58:44 +02:00
mafiesto4
403d2cedc0
Updates to engine for porting to blue platform
2025-11-26 06:28:54 -08:00
mafiesto4
bea75f51bd
Fix AOT libs cooking to avoid file dirtying for more accurate iterative cooking
2025-11-26 00:02:40 -08:00
Ari Vuollet
0ac3ab2329
Merge remote-tracking branch 'origin/master' into sdl_platform
2025-11-19 18:30:08 +02:00
Ari Vuollet
49918a1067
Fix Windows dotnet root path detection
2025-11-11 22:14:41 +02:00
Ari Vuollet
c61ecc0545
Merge branch 'master' into sdl_platform
2025-10-30 22:42:29 +02:00
Ari Vuollet
2841ac22df
Bump the maximum supported .NET SDK version to 10
2025-10-25 22:35:48 +03:00
Ari Vuollet
0d140c4f39
Fix Windows dotnet version lookup without installed SDK
...
Having only x86 dotnet SDK installed while expecting x64 version fails
prematurely.
2025-10-24 23:27:17 +03:00
Ari Vuollet
32b4efc175
Add missing .NET installation architecture info to error messages
2025-10-24 23:27:17 +03:00
Ari Vuollet
668a4dbb4d
Merge remote-tracking branch 'origin/master' into sdl_platform
2025-10-14 01:09:26 +03:00
mafiesto4
87e2c4c4d5
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Source/Editor/Windows/OutputLogWindow.cs
# Source/Engine/Level/Actor.cpp
2025-09-24 18:18:27 +02:00
mafiesto4
a151c78412
Fix loading projects that have similar path to engine folder
...
#3565
2025-09-22 08:42:16 +02:00
Ari Vuollet
f0dea9d528
Add support for Visual Studio 2026 and v145 MSVC toolset
2025-09-10 20:05:56 +03:00
Ari Vuollet
1d8f221f1b
Merge remote-tracking branch 'origin/1.11' into sdl_platform_1.11
...
# Conflicts:
# Source/Engine/Platform/Windows/WindowsPlatform.cpp
# Source/Tools/Flax.Build/Build/ProjectTarget.cs
# Source/Tools/Flax.Build/Configuration.cs
2025-09-07 19:31:16 +03:00
mafiesto4
826009c1b4
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Source/Engine/Scripting/Scripting.cpp
2025-08-25 23:48:08 +02:00
Ari Vuollet
fc341a86e7
Merge remote-tracking branch 'origin/master' into sdl_platform
2025-08-24 09:44:28 +03:00
mafiesto4
1cf98e2188
Merge branch 'initial-nuget' of https://github.com/Tryibion/FlaxEngine into Tryibion-initial-nuget
2025-08-19 13:18:51 +02:00
mafiesto4
34ba45cd5a
Add Stack to Sanitizers options
2025-08-02 17:36:48 +02:00
mafiesto4
5e4d564338
Add **GPU profiling support to Tracy integration**
2025-07-30 19:08:45 +02:00
mafiesto4
751d179cdb
Fix missing brace
2025-07-24 11:34:48 +02:00
mafiesto4
735d611de1
Fix AOT libs rebuild when corlib was modified to avoid version mismatch
2025-07-23 18:15:52 +02:00
Tryibion
c8622d1801
Change method name from add to restore.
2025-06-20 15:26:58 -05:00