Wojtek Figat
3a59cfcf20
Change Globals.BuildErrors into BuildException #1673
2023-11-15 11:57:53 +01:00
Wojtek Figat
e7ef3ebef2
Merge branch 'csharp_vs_build' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-csharp_vs_build
2023-11-15 11:44:42 +01:00
3f5c92e2fa
Improve .NET 8 runtime and SDK detection
...
Setting the environment variable `DOTNET_ROLL_FORWARD_TO_PRERELEASE=1`
is required to enable runtime support for release candidate builds of
future major .NET releases.
2023-11-14 17:00:51 +02:00
Wojtek Figat
6fd34bf5cc
Fix compilation regression
2023-11-14 12:15:51 +01:00
Wojtek Figat
4e2ee897bc
Fix missing codesign for macOS game binaries
2023-10-31 15:22:14 +01:00
Wojtek Figat
d9b0e99b9c
Add support for using Revision number in projects version
2023-10-26 15:20:35 +02:00
Wojtek Figat
ab49457944
Add log for build command invoke in deployer
2023-10-21 12:44:25 +02:00
Wojtek Figat
770d21566a
Add macOS disk image notarization
2023-10-19 23:13:05 +02:00
Wojtek Figat
418e220c00
Add proper codesigning for the Editor app for macOS
2023-10-19 22:40:42 +02:00
Wojtek Figat
2bb8c82329
Add support for packaging editor with bundled platform data
2023-10-19 19:09:06 +02:00
Wojtek Figat
6c45141ef9
Add dmg file building for macOS Editor deployment
2023-10-18 22:10:46 +02:00
Wojtek Figat
5181db8a0e
Fix vscode default build task to favor current architecture (eg. arm64 for Editor on macOS)
2023-10-18 21:51:36 +02:00
bcdd6c0551
Fix FlaxEngine C#-project getting built twice in engine solution
2023-10-15 16:16:53 +03:00
ff7e6d82f8
Hide exception when build errors occurs in referenced targets
2023-10-15 16:16:53 +03:00
5b3e09baec
Build C# projects in VS/Rider solution configurations
...
Rider's solution wide analysis does not work properly when projects
are not included in the active configuration for build.
2023-10-15 16:16:53 +03:00
0d7e7c30ca
Run Flax.Build when building main C# project
2023-10-15 16:16:53 +03:00
Wojtek Figat
37e3a91b73
Merge branch 'vscode_launch_tasks' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-vscode_launch_tasks
2023-10-14 16:30:57 +02:00
dc1be86db7
Only generate one set of C++/C# launch tasks for VSCode
...
Proper fix for b9c6dcd4c7
2023-10-14 03:45:37 +03:00
7014007362
Disable inheriting C# optimization level from dependency modules
2023-10-14 01:45:36 +03:00
b9c6dcd4c7
Fix wrong Visual Studio Code preLaunchTask in launch tasks
2023-10-12 16:37:32 +03:00
Wojtek Figat
09f2be907e
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Flax.flaxproj
2023-10-09 12:40:47 +02:00
Wojtek Figat
5810febc4a
Merge branch 'disable_resharper_build' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-disable_resharper_build
2023-10-05 19:02:21 +02:00
88d9e60bee
Generate Rider-specific user solution configuration files
...
Disables "Use Resharper Build" option by default in generated solutions,
Resharper can't detect file changes in project using custom build
commands.
2023-10-05 19:31:28 +03:00
858baa0ee0
Use latest supported C# version for building rules assemblies
2023-10-05 19:31:07 +03:00
Wojtek Figat
e6c45fccb3
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Engine/Level/Actors/AnimatedModel.cpp
2023-10-05 10:44:03 +02:00
Wojtek Figat
1dcad007c7
Merge branch 'launchsettings_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-launchsettings_fix
2023-10-04 18:57:50 +02:00
Wojtek Figat
4149da5f9e
Fix crash when generating project files with toolchain setup that fails
...
#1537
2023-10-02 18:57:40 +02:00
Wojtek Figat
b9198fc7a1
Merge remote-tracking branch 'origin/master'
2023-10-02 12:54:41 +02:00
Wojtek Figat
1156f72fbe
Add versions sorting to VulkanSDK selection on macOS
2023-10-02 12:40:37 +02:00
Wojtek Figat
0ea3cb0d69
Improve workflow with Android project generated after #1570
2023-10-02 11:05:19 +02:00
Wojtek Figat
dd21020297
Merge remote-tracking branch 'origin/master' into 1.7
2023-10-01 13:17:41 +02:00
Wojtek Figat
ec7dcc4cfb
Merge branch 'vs_android_intellisense_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-vs_android_intellisense_fix
2023-10-01 12:29:36 +02:00
Wojtek Figat
3ae0e4f65e
Merge branch 'vscode_csharp_build_tasks' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-vscode_csharp_build_tasks
2023-10-01 12:28:30 +02:00
Wojtek Figat
6e47db0ebe
Merge branch 'sln_generation_fix2' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sln_generation_fix2
2023-10-01 12:26:39 +02:00
6483f95450
Fix Visual Studio project folder GUIDs randomization during regeneration
2023-09-30 03:26:56 +03:00
cc318dddd7
Remap non-native Editor VS build configurations to native configurations
2023-09-30 02:37:05 +03:00
8b8970e4b9
Generate VSCode attach profile for native debugging
2023-09-29 23:51:27 +03:00
bf2c10b036
Generate one VSCode debugger attach launch profile per debugger type
2023-09-29 23:51:24 +03:00
8a19b5ddd6
Skip adding VSCode task and launch profiles for plugins and dependencies
2023-09-29 23:51:22 +03:00
811d639573
Generate Visual Studio Code build tasks for C#-projects
2023-09-29 23:51:17 +03:00
Zode
db8f721fa7
Fix build project generation under arch
2023-09-29 11:20:24 +03:00
Wojtek Figat
7cc6163a38
Restore C# method caching in Editor 1d7ba2210a
2023-09-28 12:09:56 +02:00
Wojtek Figat
15377acc25
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-28 12:01:34 +02:00
Wojtek Figat
d89400b84e
Merge branch 'sln_generation_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sln_generation_fix
2023-09-28 11:51:20 +02:00
Wojtek Figat
bd842e60bd
Merge branch 'clang_detect_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-clang_detect_fix
2023-09-28 11:48:19 +02:00
Wojtek Figat
77f962b33d
Fix soft refs in bindings to match C# version that is not generic
2023-09-28 11:47:16 +02:00
8338d1cc37
Fix Which not returning the found executable on success
2023-09-27 21:47:45 +03:00
d7db26cf89
Detect latest versions of clang
2023-09-27 21:47:41 +03:00
22e5afdb6f
Fix Visual Studio project GUIDs getting randomized during regeneration
2023-09-27 20:17:19 +03:00
0c00dc20a2
Always generate additional Visual Studio solution files for all platforms
2023-09-27 19:43:59 +03:00