Wojtek Figat
|
5ae27a0e92
|
Code style fix
|
2023-08-14 15:25:12 +02:00 |
|
|
|
e6878942f9
|
Fix missing C++ standard version in VC++ projects intellisense options
|
2023-08-13 21:33:17 +03:00 |
|
|
|
13e11091fc
|
Support user defined .NET analyzers/source generators in Flax.Build
|
2023-07-30 21:58:11 +03:00 |
|
Wojtek Figat
|
fb6bc75e3a
|
Fix launchSettings.json generation bug
|
2023-06-28 13:42:18 +02:00 |
|
|
|
b82f19a0df
|
Support changing C# nullable references context build option
|
2023-06-19 19:33:13 +03:00 |
|
Wojtek Figat
|
5f019dc79f
|
Improve Visual Studio solution generation with nested C# project cross-references to properly place projects in group folders
|
2023-06-16 13:45:54 +02:00 |
|
Wojtek Figat
|
ee9627bc15
|
Add launchSettings.json generation for Visual Studio 2022 with .NET 7
|
2023-06-14 13:14:16 +02:00 |
|
Wojtek Figat
|
7c39e5726d
|
Improve csproj project files generation
|
2023-04-12 14:00:24 +02:00 |
|
Wojtek Figat
|
60f21d1a92
|
Update old copyright headers
|
2023-03-03 17:14:35 +01:00 |
|
Wojtek Figat
|
0cf40729fa
|
Merge remote-tracking branch 'origin/master' into dotnet7
|
2023-02-19 15:04:02 +01:00 |
|
|
|
847a28d133
|
Fix running VC++-project build commands with Rider on Linux
|
2023-02-03 22:37:31 +02:00 |
|
Wojtek Figat
|
4f71976958
|
CoreCRL fixes and tweaks
|
2023-01-27 14:24:53 +01:00 |
|
Wojtek Figat
|
de7edf9e78
|
Fix ccatching C# exceptions in Visual Studio Code when debugging native code
|
2023-01-25 20:10:40 +01:00 |
|
Wojciech Figat
|
761d3735a7
|
Minor adjust followup #894
|
2023-01-24 09:41:18 +01:00 |
|
Wojciech Figat
|
c6be71c4ff
|
Merge branch 'dotnet7_vscode_debugging' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet7_vscode_debugging
|
2023-01-24 09:32:25 +01:00 |
|
Wojciech Figat
|
c9c35eb74e
|
Merge remote-tracking branch 'origin/1.5' into dotnet7
|
2023-01-24 09:25:45 +01:00 |
|
Wojtek Figat
|
a853850116
|
Merge branch 'vscode_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-vscode_fixes
|
2023-01-23 20:34:35 +01:00 |
|
Wojtek Figat
|
a633aa69c3
|
Remove mono debugger from VS Code extensions list
|
2023-01-17 15:35:15 +01:00 |
|
Wojciech Figat
|
7b20bc38a4
|
Merge branch '1.5' into dotnet7
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GI/GlobalSurfaceAtlas.flax
# Content/Shaders/TAA.flax
# Content/Shaders/VolumetricFog.flax
# Source/Tools/Flax.Build/Projects/VisualStudio/VCProjectGenerator.cs
|
2023-01-17 11:52:52 +01:00 |
|
Wojciech Figat
|
99ce5cd4d4
|
Fix for Visual Studio projects when using vs2022
|
2023-01-16 13:33:36 +01:00 |
|
|
|
20d8c9f4ee
|
Generate omnisharp.json file for VS Code solutions
|
2023-01-14 19:25:36 +02:00 |
|
|
|
5e9d153c6a
|
Generate C# debugger launch profiles for VSCode
|
2023-01-14 19:17:54 +02:00 |
|
Wojciech Figat
|
3df10d1d0a
|
Add configuration-specific C# libs references to generates csproj file
|
2023-01-11 16:25:47 +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 |
|
Wojtek Figat
|
4e4f4e700b
|
Updates for dev with dotnet on linux
|
2023-01-08 20:27:28 +01:00 |
|
Wojtek Figat
|
5ec9716eac
|
Progress for dotnet7 support on Linux
|
2023-01-08 15:05:36 +01:00 |
|
Wojciech Figat
|
0b8d4850f0
|
Use manual pdb file loading for debug symbols in C#
|
2023-01-04 09:56:58 +01:00 |
|
Wojciech Figat
|
26f8e5aa9e
|
Use embedded debug information for C# dll to have proper stack trace information on game scripts exceptions
|
2023-01-03 18:38:44 +01:00 |
|
Wojciech Figat
|
da08b18ec5
|
Fix VisualStudioInstance.GetInstances() to be sorted from newest to oldest
(cherry picked from commit 6eaecc8793)
|
2022-12-29 22:23:37 +01:00 |
|
Wojciech Figat
|
b2beeb653b
|
Remove unused using statement
|
2022-12-21 11:04:13 +01:00 |
|
Wojciech Figat
|
2fee75517d
|
Updates for vs2022
|
2022-12-20 18:23:20 +01:00 |
|
Wojciech Figat
|
580f4120dc
|
Update nunit for Unit Tests running with .net7
|
2022-12-20 18:21:45 +01:00 |
|
Wojciech Figat
|
f874a0ad57
|
Update csprojects to the latest NetCore7
|
2022-12-19 17:39:39 +01:00 |
|
Wojciech Figat
|
84a68c5977
|
Update Newtonsoft.Json to 13.0.2 and .Net 7
|
2022-12-17 13:38:30 +01:00 |
|
Wojciech Figat
|
6eaecc8793
|
Fix VisualStudioInstance.GetInstances() to be sorted from newest to oldest
|
2022-12-17 12:58:58 +01:00 |
|
|
|
4e4fb91a6f
|
Prevent optimizing C#-projects in Development builds for better debugging
|
2022-11-29 21:18:42 +02:00 |
|
|
|
55e287c890
|
Disable self-contained Flax.Build binaries and other build script fixes
|
2022-11-29 19:38:12 +02:00 |
|
|
|
bf190810dd
|
Fix building VC++-projects
|
2022-11-27 15:49:39 +02:00 |
|
|
|
76ee695a59
|
Cleanup and minor fixes
|
2022-11-27 14:45:55 +02:00 |
|
|
|
fe943ca010
|
Temporary fix to build errors in VC++ projects
|
2022-11-26 13:55:19 +02:00 |
|
|
|
cb09fb570d
|
Change build scripts to call build tool with dotnet
|
2022-11-26 13:50:32 +02:00 |
|
|
|
5e6fcc9669
|
Prepare Flax.Build project for .NET 7
Add .NET SDK project generator and upgrade Flax.Build project files
|
2022-11-26 13:50:31 +02:00 |
|
Wojtek Figat
|
93c0dd704e
|
Merge branch 'master' into 1.5
# Conflicts:
# Source/Engine/Serialization/Stream.cpp
|
2022-11-21 15:51:57 +01:00 |
|
Wojtek Figat
|
26ff8e62eb
|
Additional change to vscode project
|
2022-11-16 17:55:20 +01:00 |
|
Wojciech Figat
|
e115aa2c4e
|
Merge remote-tracking branch 'origin/master' into 1.5
# Conflicts:
# Source/Engine/Content/JsonAsset.cpp
|
2022-10-19 13:36:46 +02:00 |
|
Wojtek Figat
|
a006fcec40
|
Fix overlapping VC++ and CSharp projects in Visual Studio solution
|
2022-09-12 20:17:52 +02:00 |
|
Crawcik
|
dd8f923bf5
|
VSC dotnet gen & omnisharp flags
|
2022-09-07 16:54:42 +02:00 |
|
Wojtek Figat
|
93fe79c0ac
|
Update to .Net Framework 4.5.2
|
2022-07-13 21:19:47 +02:00 |
|