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

2376 Коммитов

Автор SHA1 Сообщение Дата
Arturo Castro 41d598f6a9 Merge branch 'openxr-dx11-master' of github.com:arturoc/stride into openxr-dx11-master 2022-11-30 16:42:58 +00:00
Marian Dziubiak ad43724d99
Merge pull request #1569 from Ethereal77/fix-msbuild-path-combine
Use Path.Combine() to concatenate MSBuild paths
2022-11-28 18:05:46 +00:00
Mario Guerra 867cd1d1c7
Use Path.Combine() to concatenate MSBuild paths 2022-11-27 23:29:59 +01:00
Marian Dziubiak 75783427d4
Merge pull request #1523 from Jklawreszuk/replace-native-sleep-with-net-thread-sleep
Replace native ThreadSleep with .NET Thread.Sleep
2022-11-19 11:20:03 +00:00
Jk 10e1856479 Replace native ThreadSleep with .NET Thread.Sleep 2022-11-19 00:54:10 +01:00
Marian Dziubiak d7049340b6
Merge pull request #1469 from ericwj/MigrateInterop2
Improve memory management, embrace modern .NET
2022-11-10 19:15:34 +00:00
Arturo Castro 6517900fc0 OpenXR: Fix Non DirectX11 platforms 2022-10-18 10:09:16 -03:00
Marian Dziubiak 5f3542d08b
Merge pull request #1547 from manio143/dbFileProviderSearchDocumentation
Improve documentation of ListFiles and add tests for DatabaseFileProvider implementation
2022-10-11 22:47:24 +01:00
Marian Dziubiak 3e25de4894 Replace string concatenation with interpolation 2022-10-10 22:41:42 +01:00
Marian Dziubiak 84b32285ca Improve documentation of ListFiles and add tests for DatabaseFileProvider implementation 2022-10-10 21:53:37 +01: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 c709610369
Merge pull request #1535 from manio143/SamplesTestsAutoResolver
Fix Samples.Tests and SamplesTestServer to auto-resolve packages
2022-10-02 22:05:16 +02:00
Marian Dziubiak 9237b2dd54 Configure Samples.Tests and SamplesTestServer to auto resolve packages correctly 2022-10-01 13:01:17 +01:00
Arturo Castro bab645b461 openxr: Add static extensionsvariable
To allow to set extensions from outside the engine
2022-09-21 16:46:51 +02:00
Marian Dziubiak 112f2bd064
Merge pull request #1521 from Basewq/semver-build-support
Add build support to referencing projects that use SemVer 2.0.0 format
2022-09-11 07:07:37 +01:00
Basewq ca7278c6a3 [Build] Add build support to referencing projects that use package version with Semantic Versioning 2.0.0 format 2022-09-11 10:29:24 +12:00
allcontributors[bot] 8da9005e21 docs: update .all-contributorsrc [skip ci] 2022-09-10 22:59:19 +02:00
allcontributors[bot] ea4b8b526f docs: update README.md [skip ci] 2022-09-10 22:59:19 +02:00
Basewq ca3dc903f7
[Math] Fix Matrix.Invert to return zero matrix if inversion fails instead of NaNs, caused by breaking change from (#1301) (#1520)
Co-authored-by: Basewq <Basewq@users.noreply.github.com>
2022-09-10 11:55:16 +02:00
insomnyawolf 266128e931
[Debug] DebugTextSystem configurable time on-screen (#1515) 2022-08-26 18:27:00 +02:00
ericwj 4dc12c9514 Comments and whitespace. 2022-08-06 19:13:57 +02:00
Vaclav Elias b11317c938
Readme: Build Instructions improvements (#1494) 2022-08-06 15:46:44 +02:00
ericwj 7929749b5d Obsolete `SerializationStream.NativeStream` to change the name. 2022-08-05 18:21:22 +02:00
ericwj 34fd165d72 Typo. 2022-08-05 18:20:32 +02:00
allcontributors[bot] 259b9fee02 docs: update .all-contributorsrc [skip ci] 2022-08-05 16:48:02 +02:00
allcontributors[bot] 901adeadac docs: update README.md [skip ci] 2022-08-05 16:48:02 +02:00
allcontributors[bot] a4a2f2fb73 docs: update .all-contributorsrc [skip ci] 2022-08-05 16:46:18 +02:00
allcontributors[bot] 8c1f12aa0b docs: update README.md [skip ci] 2022-08-05 16:46:18 +02:00
ericwj 829947d243 Fix debug assertion error in LZ4Stream.Write. 2022-08-05 16:00:26 +02: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
ericwj 876dc33052 `StreamExtensions` should have been public. 2022-08-05 06:50:22 +02:00
ericwj 430a8111c3 Rewrite parameter buffer copying.
To account for differences in type/size of equally named parameters.
2022-08-04 23:20:04 +02:00
ericwj 65c9f053a2 Fix whitespace in LZ4Stream.cs 2022-08-04 18:20:44 +02:00
ericwj be62567dbc Do not use trailing alignment padding for source parameter collection buffer.
Fixes pre-existing buffer overrun and those introduced by assuming trailing alignment padding.
2022-08-04 06:24:36 +02:00
ericwj ddf20f4c9f Correct exception behavior of derived `System.IO.Stream` types.
Remove manually copied documentation comments in favor of `<inheritdoc/>`.
2022-08-04 02:21:47 +02:00
ericwj 0f4c430b89 Fix access violation in particle system simulation processor. 2022-08-04 01:55:12 +02:00
ericwj ca71bb08fb Fix asset compiler build. 2022-08-04 01:51:14 +02:00
ericwj 299dfd8793 Delay initializing `out` variables in `GetHeadPoseUnsafe`. 2022-08-03 22:23:23 +02:00
ericwj b56555a45b Remove duplicate. 2022-08-03 21:14:22 +02:00
ericwj 799a1a88d6 Provide obsoletion messages in BinarySerialization.
Proper exceptions in new methods; fix messages in others.
2022-08-03 02:38:51 +02:00
ericwj d92c765280 Remove NativeStream, NativeMemoryStream from inheritance graph.
Remove Read/Write(nint, int), also from SerializationStream.
Polyfill with extension methods. Source compatible; binary breaking.
2022-08-03 01:07:34 +02:00
ericwj 1608c6d986 Implement Stream.Read/Write(Span) and Serialize(Span) 2022-08-03 00:05:22 +02:00
ericwj 0a1e2d3c3d Implement Stream.Read/Write(Span) and Serialize(Span) 2022-08-03 00:03:38 +02:00
ericwj f73238f4b4 Implement Stream.Read/Write(Span) and Serialize(Span) 2022-08-02 23:55:04 +02:00
ericwj 4c38cd27fa Change the diagnostic code for UpdateEngine unsafe operations. 2022-08-02 21:04:47 +02:00
ericwj 98fddbfbed Fix Android build. 2022-08-02 00:56:05 +02:00
ericwj 95b80bfce0 Fix Android build. 2022-08-02 00:51:38 +02:00
ericwj 123957f4ea Fix `Stride.Rendering.ParameterCollection` buffer allocation size off-by-one alignment padding. 2022-08-01 20:46:32 +02:00
ericwj 7bf87fddc6 Rigorously check `ParameterCollection.CopyTo<T>` bounds. 2022-08-01 20:02:26 +02:00