Граф коммитов

183 Коммитов

Автор SHA1 Сообщение Дата
Jakub Ławreszuk c424213701
Fix sample projects, remove unused properties (#2205) 2024-08-28 22:24:29 +02:00
Jakub Ławreszuk 9d5600f9ca
fix: Build folder cleanup (#2383) 2024-07-13 20:52:26 +02:00
Eideren 0e053a3b88
fix: [Asset] Unified 3D asset importer (on behalf of Noa7/Noah7071) (#2163)
Co-authored-by: noa7 <noahwdv@gmail.com>
Co-authored-by: noa7707 <157441788+noa7707@users.noreply.github.com>
Co-authored-by: Noah7071 <157886157+Noah7071@users.noreply.github.com>
2024-04-04 02:11:36 +02:00
Nicolas Musset b7568134ef
[Presentation] Rework AssetViewModelAttribute 2024-02-28 17:53:31 +01:00
Nicolas Musset a93b3b0d90
Make Stride.Core.Presentation cross-platform (#2082) 2024-01-17 23:14:08 +01:00
xen2 1fe15d2935
Merge pull request #2055 from Kryptos-FR/feature/central-package-management
[Build] Move Directory.Packages.props
2023-12-31 00:04:23 +09:00
Nicolas Musset 78cf1cad8f
Add nuget.config to Stride.sln 2023-12-17 20:55:56 +01:00
Nicolas Musset 1f0be73d93
[Build] Move Directory.Packages.props 2023-12-08 14:52:42 +01:00
Doprez 38fa1cbd8c wip 2023-11-23 12:31:53 -07:00
Nicolas Musset 1fc04d4d0e
Use central package management (#2045)
* [Build] Add Directory.Packages.props

* [Build] Use Central Package Management for Core

* [Build] Use Central Package Management for Core.Assets

* [Build] Use Central Package Management for Stride runtime

* [Build] Use Central Package Management for Stride editor and tools

* [Build] Use Central Package Management for tests

* [Build] Use Central Package Management for VS package

* [Build] Use Central Package Management for AssemblyProcessor

Note: some versions used here are more recent than in other projects, so an override was set.
2023-11-20 09:37:59 +00:00
Virgile Bello 33c30fc2d8 [NuGet] Changed Stride.NuGetResolver to be a proper library (otherwise there was a deadlock with the JIT). Auto-generates NuGetResolverModuleInitializer.cs for each entrypoint assembly/TFM. 2023-11-16 22:43:50 +09:00
Virgile Bello 80f09ad174 [NuGet] Removed NuGetLoader. NuGetResolver is only being called as part of main executable. 2023-11-16 13:44:21 +09:00
Doprez f976e65614 Merge branch 'master' into update-dotnet-8 2023-10-25 11:41:35 -06:00
Jeromy Walsh 0bc67fc2fb
Removed all references to $(SolutionDir) from build (#1894)
Removed all references to SolutionDir or replaced with references to $(MSBuildThisFileDirectory).

Co-authored-by: Eideren <contact@eideren.com>
2023-10-17 00:27:24 +02:00
Doprez cd9129bcdc Merge branch 'master' into update-dotnet-8
# Conflicts:
#	sources/core/Stride.Core.AssemblyProcessor/Stride.Core.AssemblyProcessor.csproj
2023-10-03 20:29:43 -06:00
Virgile Bello 02f6a1ef77 Fix VSPackage build 2023-10-02 20:25:30 +09:00
Virgile Bello 409269911e Readd VisualStudio.Commands project (they were removed from #1684 but we want to build the Commands project as part of runtime release, even when we don't build/release VSIX package) 2023-10-02 19:50:13 +09:00
Marian Dziubiak 9f96ca3f99
[Roslyn] Add base setup for a Roslyn integration into Stride.Core (#1847)
* Set up analyzer project to be included in every project

* Create basic structure

* Add Tests project

* Remove generator, fixup tests

* Remove test analyzer

* Add compiler services to unit tests projects
2023-10-01 23:05:35 +01:00
Doprez faa7ec4942 Merge branch 'master' into update-dotnet-8 2023-09-16 19:02:44 -06:00
Virgile Bello 7e022f4850 Fix VSIX build 2023-09-16 15:26:53 +09:00
Doprez 7f9f799c5d
Merge branch 'stride3d:master' into update-dotnet-8 2023-08-26 10:07:42 -06:00
Jakub Ławreszuk 7b84fed673
Change Assimp to Silk.NET.Assimp implementation (#1719)
* Changed Assimp binding to Silk.Net.Assimp

* Converted Stride.Importer.Assimp to a C# library and changed assimp binding to Silk.Net.Assimp
* Converted Stride.Importer.Common to a C# library as this did not contain any native code
2023-08-19 01:02:29 +02:00
Jakub Ławreszuk 5b99d716f6
Separate VisualStudio projects from main solution (#1684) 2023-07-08 15:31:04 +02:00
Mario Guerra 667e694774
Renamed build scripts in solution files and removed missing ones (#1696) 2023-06-19 23:56:59 +02:00
Jakub Ławreszuk 7dd3c1aeee
Remove VisualStudio reattach deadcode (#1677) 2023-06-10 00:08:29 +02:00
jklawreszuk 3a5851c3df Cleanup Win8 & Win10 refs 2023-04-17 16:23:59 +02:00
jklawreszuk e27c568e42 Cleanup WinStore refs 2023-04-13 13:17:03 +02:00
jklawreszuk 7f6e1656b0 Cleanup Windows Phone refs 2023-04-13 13:16:57 +02:00
Doprez 3b134d9701 change .NET references to net8.0 2023-02-23 15:57:38 -07:00
Doprez ca074f1779 Merge branch 'dotnet-7' into update-dotnet-8 2023-02-23 15:43:03 -07:00
Virgile Bello c6431b8b04 Keep local copy of signclient to avoid issues with teamcity 2023-02-09 06:31:34 +09:00
Doprez abb52e704b updated packages to dotnet 7 2023-02-01 09:09:27 -07:00
Virgile Bello fc455cc079 [Build] Further fix for VSIX signing 2022-07-17 01:25:45 +09:00
Virgile Bello 0846bb09f4 [Build] Sign after building VSIX package (and sign VSIX itself) 2022-07-17 00:33:20 +09:00
Virgile Bello 56a4015641 [Build] Prerequisite installer: make sure to download signclient before calling Advanced Installer 2022-07-13 01:41:29 +09:00
Virgile Bello 05de7272a0 [Setup] Disabled AI_EXTERNALUIUNINSTALLERNAME=aiui since it was causing a error 500 when code signing the setup (?!) 2022-07-12 07:00:10 +09:00
Virgile Bello 9ea80264c4 [Build] Reorganized digital signatures. Temporarily disabled StrideSetup.exe (causing error 500 when signing) 2022-07-12 02:09:08 +09:00
Virgile Bello ef8280b00d [Build] Update build script to use Advanced Installer 19.4 2022-07-06 18:42:30 +09:00
Eideren 36085d5731
[Build] Add .vsconfig to check missing requirements in VS (#1314) 2022-04-19 02:18:19 +02:00
Daniel Miller 1ed7c85949
[Build] Switched the default build verbosity to normal to better align with restore. (#1288) 2022-01-21 04:47:42 +01:00
Eideren 69e10b83b9 [Build] Force restore nuget for CI 2022-01-16 13:19:02 +01:00
Eideren 23644db1c1 [Build] Fix latest nuget and update packages 2022-01-13 19:28:00 +01:00
Tristan McPherson 5137336e07
[VSPlugin] Update plugin to VS2022 (#1119 & #1209, #1221) 2021-12-20 18:56:59 +01:00
Virgile Bello 40708aaa74 [Build] Use ##teamcity message rather than TeamCitySetBuildNumber (doesn't work since switch from MSBuild to .NET teamcity task) 2021-12-13 17:59:12 +09:00
Virgile Bello 95638682f3 Progress on iOS 2021-11-20 17:42:24 +09:00
Virgile Bello 3ce7fac079 Further work for Android + OpenGL 2021-11-19 07:19:19 +09:00
JasonS 64c242fc5c Merge remote-tracking branch 'xen2/vs2022-net6' into net-tmp3
# Conflicts:
#	deps/AssemblyProcessor/netstandard2.0/Stride.Core.AssemblyProcessor.Packed.dll
#	deps/AssemblyProcessor/netstandard2.0/Stride.Core.AssemblyProcessor.Packed.dll.hash
#	deps/AssemblyProcessor/netstandard2.0/Stride.Core.AssemblyProcessor.Packed.pdb
#	deps/AssemblyProcessor/netstandard2.0/Stride.Core.AssemblyProcessor.dll
#	deps/AssemblyProcessor/netstandard2.0/Stride.Core.AssemblyProcessor.pdb
#	sources/assets/Stride.Core.Assets.CompilerApp/build/Stride.Core.Assets.CompilerApp.targets
2021-09-07 19:51:01 +00:00
JasonS 6c9c45ea81 finish merge of CompilerApp work. (broken) 2021-09-07 18:28:22 +00:00
jasons f3a376c1fc Merge branch 'net6-tmp' into net-tmp3 WIP: Stride.Core.Assets.CompilerApp.exe merge issue from [de0a0cb] . 2021-09-07 08:55:56 -07:00
jasons 82161cce97 Merge commit 'a0fdc3d7cc0c3c9cc7576ba66c9c11c00d0e4150' into net-tmp3 2021-09-07 08:11:42 -07:00