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

200 Коммитов

Автор SHA1 Сообщение Дата
Jakub Ławreszuk c424213701
Fix sample projects, remove unused properties (#2205) 2024-08-28 22:24:29 +02:00
Jakub Ławreszuk fd541940c5
fix: Typo in VRSandboxApp (#2396) 2024-07-21 10:28:04 +02:00
Jakub Ławreszuk b40ad46edc
feat: Hide default font name for SystemFontProvider (#2385) 2024-07-15 16:31:23 +02:00
Jakub Ławreszuk 5c847ee852
feat: Update samples/template to top-level statements (#2187) 2024-03-15 14:33:34 +01:00
Nicolas Musset 5bf5eee120
Update samples to Stride 4.2 (#2132)
* [Samples] Update to 4.2

* [Samples] Remove Newtonsoft.Json dependency in CSharpIntermediate
2024-01-28 21:13:32 +01:00
Nicolas Musset fc2fe121f2
[Samples] Fix ResourceFolders reference in package file (#2109) 2024-01-17 21:52:34 +01:00
Nicolas Musset 0f6f4eeef4
Update dependencies (#2046) 2024-01-11 17:46:51 +01:00
Nicolas Musset 6f2df39c5a
[Build] Don't use central package management for Stride.Samples.Tests
It is confused by nuget configurations.
2023-12-17 20:55:55 +01:00
Nicolas Musset 1f0be73d93
[Build] Move Directory.Packages.props 2023-12-08 14:52:42 +01: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 3288e1b769 [NuGet] Add missing Microsoft dll required by latest NuGet. Also fixed Samples.Tests build 2023-11-17 00:40:20 +09:00
Virgile Bello caf0079e74 [NuGet] Fix build (forgot to udpate one csproj) 2023-11-16 23:25:05 +09: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
Doprez 36e3ab8edf Merge branch 'master' into update-dotnet-8 2023-11-01 08:04:40 -06:00
Eideren 62c4625ed9 [VR] Remove framecap from VR sample 2023-10-30 18:38:54 +01:00
Eideren b5cf8450d4 [Docs] Update PropertiesDemo.cs 2023-10-25 22:08:16 +02:00
Doprez f976e65614 Merge branch 'master' into update-dotnet-8 2023-10-25 11:41:35 -06:00
Eideren 906862b4a6
Revert "[Editor] Remove some windows dependencies in editor libraries (#1908)" (#1980)
This reverts commit 329becbecf.
2023-10-23 01:19:28 +02:00
Eideren 0343e1978e
[Sample] Replace deprecated GetServiceAs calls (#1943) 2023-10-17 00:13:31 +02:00
Nicolas Musset 329becbecf
[Editor] Remove some windows dependencies in editor libraries (#1908) 2023-10-16 20:07:25 +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
Eideren dab0b6c96c
[Core] Fix StringComparison across the project (#1846) 2023-09-30 12:29:56 +02:00
Doprez a94672bb9e
[Samples] Add more documentation for beginner tutorial (#1830) 2023-09-23 18:34:27 +02:00
Doprez a63de8f23a Merge branch 'master' into update-dotnet-8 2023-09-20 14:35:49 -06:00
Doprez 77a2bfb93e
[Sample] Fix SpriteFont sample, typo in service fetch (#1798) 2023-09-19 17:28:02 +02:00
Doprez fad2a0e2a7 updated runtimeidentifiers 2023-09-12 17:45:24 -06:00
Doprez 7f9f799c5d
Merge branch 'stride3d:master' into update-dotnet-8 2023-08-26 10:07:42 -06:00
jklawreszuk 43e79b0d61 Remove WinStore content for VRSandbox sample 2023-04-17 16:24:03 +02:00
jklawreszuk 7f6e1656b0 Cleanup Windows Phone refs 2023-04-13 13:16:57 +02:00
Doprez fd6a89ff1e fixed constructors in CsharpBeginner template 2023-02-24 16:01:38 -07:00
Doprez 3b134d9701 change .NET references to net8.0 2023-02-23 15:57:38 -07:00
Doprez abb52e704b updated packages to dotnet 7 2023-02-01 09:09:27 -07:00
Eideren 1e1a1c148e
[Template] FPS, remove unused logic (#1512) 2022-10-04 12:17:40 +02:00
Eideren 4a3f8f5471
[Template] Fix first and third person delta time usage (#1511) 2022-10-04 12:17:06 +02:00
Marian Dziubiak 9237b2dd54 Configure Samples.Tests and SamplesTestServer to auto resolve packages correctly 2022-10-01 13:01:17 +01:00
Basewq 9f8e5f3778
[Samples] Fix TopDownRPG punch animation caused by breaking change in raycast from stride3d#1105 2022-08-05 12:23:51 +02:00
Virgile Bello 072c997d22 [Samples] Update camera before using its ViewMatrix (otherwise it result in NaN being sent to physics engine, resulting in a crash) 2022-07-17 23:42:22 +09:00
Tebjan Halm 81826299ac [Samples] Fix build error of VRSanbox
Just removing a null check, as the type has changed from class to a struct and cannot be null. Fixes #1457
2022-07-17 22:44:55 +09:00
Jorn Theunissen 50630082cf
C# intermediate tutorial fixes: remade audio startscene. remove specular from wood (#1446) 2022-06-28 13:02:47 +02:00
Aggror cf5adae5b3 feedback async await 2022-06-22 11:15:01 +02:00
Aggror 1b26de9c46 removed line by mistake 2022-06-17 16:59:10 +02:00
Aggror de05ca6a61 cleanup tpc 2022-06-17 16:17:27 +02:00
Aggror c7efdaef88 small fps improvement 2022-06-17 10:52:36 +02:00
Aggror 6d61a4c87f async tutorial 2022-05-22 11:42:40 +02:00
Jorn Theunissen deb54d2fc7
Merge branch 'master' into C#IntermediateTutorial 2022-05-16 11:01:54 +02:00
Aggror 6a936546e4 Tutorial improvements again 2022-05-16 10:22:09 +02:00
Aggror 9a8b38996f UI text 2022-05-11 19:09:40 +02:00
Aggror 2e41b9661d tutorial improvements 2022-05-06 20:49:14 +02:00
Marian Dziubiak 269aefa707
Merge pull request #1415 from jrinker03/WarningsRound2
Removing build-time warnings
2022-04-30 22:25:10 +01:00
James Rinker 99b736c844 Removing build-time warnings
Continuing to chip away at numerous varieties of build-time warnings and make minor code cleanup changes.

- Add a runtime ID to Stride.Samples.Tests so the compiler generates the same architecture as its dependencies.
- In Stride.Samples.Tests, remove link to AttachedChildProcessJob.cs as its not needed and results in a duplicate symbol warning.
- In AssetPropertGraph, actually use the isDisposed field.
- In several projects, us the released version of System.Collections.Immutable rather than the prerelease.
- In Stride.Core.Design, allow it to see the internal NativeLockFile compiled into Stride.Core.IO and avoid the duplicate symbol warning.
- Correct a few cases of sealed classes having protected members.
- As hygene, move ParticleBufferState to its own .cs
- In ParticleVertexBuilder, remove the unused indexStructSize
- Across multiple test projects, use the release version of Microsoft.NET.Test.Sdk rather than the prerelease version.
2022-04-29 10:01:41 -07:00