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

2509 Коммитов

Автор SHA1 Сообщение Дата
allcontributors[bot] 5008461d84
docs: add tamamutu as a contributor for code (#1731) 2023-08-19 19:49:51 +02:00
allcontributors[bot] e96c215c2a
docs: add Ethereal77 as a contributor for code (#1729) 2023-08-19 01:04:31 +02: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
allcontributors[bot] b96860acf8
docs: add Jklawreszuk as a contributor for code (#1727)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-08-18 17:43:29 +02:00
allcontributors[bot] 66a84501e0 docs: update .all-contributorsrc [skip ci] 2023-08-17 18:37:12 +02:00
allcontributors[bot] 8b544b975a docs: update README.md [skip ci] 2023-08-17 18:37:12 +02:00
Eideren 83fdc0455a
Docs: Readme, update Community Projects link (#1720) 2023-08-14 22:37:21 +02:00
Mario Guerra f33a0eeda7
[Rendering] Fix missing Utilities.CopyMemory for other graphics APIs (#1697)
* Fix Direct3D 12 uses of Utilities.CopyMemory

* Also some minor cleanup

* Fix OpenGL uses of Utilities.CopyMemory

* Also some minor cleanup

* Fix Vulkan uses of Utilities.CopyMemory

* Also some minor cleanup

* Add a section to Stride.props where users can set design-time graphics API

* Fix more usages of CopyMemory and ClearMemory

* Also remove some helper methods that copied memory in favor of new built-in ones

* Comment modifications based on feedback

* Fix a deserialization issue introduced in commit 189e96980e
2023-07-09 19:51:25 +02:00
IXLLEGACYIXL 6d20024f3c
[WIP] Replace NativeStream with BinaryWriter (#1710)
* Rename false Comments of Nativestream to Stream

* Replace any calls to BinaryReader/BinaryWriter

* Remove native stream IO

* remove using directives of deleted IO namespace

* Remove obsolete comment

* replace nativestream comment and block writing with copyto as it allready exists
2023-07-09 18:55:57 +02:00
tamamutu 2a12e7428d
[Rendering] Vulkan Fullscreen Fix (#1709)
* Enabling swapchain recreation in SwapChainGraphicsPresenter.Vulkan.cs so that changes in resolution at runtime don't stop the game from rendering to the screen.
2023-07-09 15:43:55 +02:00
IXLLEGACYIXL 3b4d4ed5cc
[GameStudio] Fix sub projects reloading - changing the comparison project related and not UPath related (#1704)
* fix creation and renaming for sub projects
2023-07-09 14:04:07 +02:00
Jakub Ławreszuk 9d6d379f6e
Fix edge case collision behavior with BoxColliderShape by creating Box2D shape when is2D (#1708) 2023-07-08 22:33:26 +02:00
Jakub Ławreszuk 5b99d716f6
Separate VisualStudio projects from main solution (#1684) 2023-07-08 15:31:04 +02:00
Jakub Ławreszuk 64b64d1ae0
Remove native code from stride.core project (#1688)
* Remove native code from stride.core project
2023-06-20 14:33:19 +02:00
Eideren 9167fe6a1a
Revert "Merge remote-tracking branch 'origin/master' into tasks_clarification" (#1701)
This reverts commit 06dc98ab5e.
2023-06-20 14:25:51 +02:00
Eideren 06dc98ab5e Merge remote-tracking branch 'origin/master' into tasks_clarification 2023-06-20 04:59:23 +02:00
Eideren 08b495dd7e Show useful error message and directions to users lacking requirements for Stride.Core.Tasks 2023-06-20 04:55:26 +02:00
Jakub Ławreszuk a953051eb8
[deps] - Remove unused Irony (#1685) 2023-06-20 00:39:54 +02:00
Jakub Ławreszuk a19a8fb9a2
[deps] Remove unused libgit2 dll's (#1686) 2023-06-20 00:38:01 +02:00
Jakub Ławreszuk 37aa1e7772
[deps] - Remove unused SSH (#1687) 2023-06-20 00:37:19 +02:00
Elias Holzer dcc7793e68
[Reflection] Fixes loading of mixed mode assemblies in .NET Core (#1691)
It seems .NET Core behaves slightly different in this regard, throwing a different kind of exception, so previous code no longer applies, even though it's the same assembly being loaded (irrKlang.NET4.dll)
2023-06-20 00:35:59 +02:00
Mario Guerra 667e694774
Renamed build scripts in solution files and removed missing ones (#1696) 2023-06-19 23:56:59 +02:00
IXLLEGACYIXL 8f9addc2fd
[Docs] Fix xml docs (#1683) 2023-06-10 19:26:21 +02:00
Marian Dziubiak 99348ff164
Merge pull request #1682 from NexStandard/FixXmlDocs
[Docs] Fix xml docs
2023-06-10 04:29:59 +01:00
IXLLEGACYIXL 4afc0e3d2a ParticleSorter is now ParticleList from previous interface renaming 2023-06-10 03:01:59 +02:00
IXLLEGACYIXL 680af70370 wrong param name, its still a weird name as it was previous a sorter i assume. 2023-06-10 03:00:50 +02:00
IXLLEGACYIXL 6470abc17c fix vertex comment 2023-06-10 02:59:19 +02:00
IXLLEGACYIXL 2b4818c00e fix resourcegrouplayout reference 2023-06-10 02:57:45 +02:00
IXLLEGACYIXL 2bf9c90a2b fix wrong reference 2023-06-10 02:52:48 +02:00
IXLLEGACYIXL 1362d3c0e4 remove duplicate 2023-06-10 02:48:26 +02:00
IXLLEGACYIXL aefebf96d9 fix wrong interface link 2023-06-10 02:45:02 +02:00
IXLLEGACYIXL 7d33fb7c55 duplicate comment 2023-06-10 02:38:33 +02:00
IXLLEGACYIXL 5ab9b4a3c0 duplicate comment 2023-06-10 02:36:28 +02:00
IXLLEGACYIXL ed530a0dde duplicate comment 2023-06-10 02:36:05 +02:00
IXLLEGACYIXL 5a3f3429a5 fix wrong comment. False class in comment 2023-06-10 02:35:32 +02:00
IXLLEGACYIXL 55a2b136ed Merge branch 'FixXmlDocs' of https://github.com/NexStandard/stride into FixXmlDocs 2023-06-10 02:34:56 +02:00
IXLLEGACYIXL 593b245f16 fix wrong reference to draweffect parameters 2023-06-10 02:34:46 +02:00
IXLLEGACYIXL d70d7a9575 add missing inheritdoc 2023-06-10 02:21:28 +02:00
IXLLEGACYIXL 7214c00eda add missing inheritdoc 2023-06-10 02:20:16 +02:00
IXLLEGACYIXL 6c9ccbc7d9 remove duplicate through inheritdoc 2023-06-10 02:16:07 +02:00
IXLLEGACYIXL 63cedd8ddd blend layer context is the only class that actually sets and evaluates the enum values 2023-06-10 02:15:01 +02:00
IXLLEGACYIXL edfd6830d6 fix light to renderlight 2023-06-10 02:08:46 +02:00
IXLLEGACYIXL d689073451 remvoe reference to non existing class that doesnt get referenced 2023-06-10 02:00:33 +02:00
IXLLEGACYIXL 7ff0f0f895 fix argument reference 2023-06-10 01:53:49 +02:00
Jakub Ławreszuk fd90594d56
Fix XML documentation (#1680) 2023-06-10 00:57:05 +02:00
Jakub Ławreszuk 7dd3c1aeee
Remove VisualStudio reattach deadcode (#1677) 2023-06-10 00:08:29 +02:00
Jakub Ławreszuk d606ae8ca6
[deps] - Remove unused ExpresionBlend Sdk (#1669) 2023-06-09 23:57:57 +02:00
Jakub Ławreszuk 5d41824a76
[deps] - Remove unused HtmlRenderer (#1670) 2023-06-09 23:57:45 +02:00
Jakub Ławreszuk 37601d94eb
[deps] - Remove unused ATITC folder (#1668) 2023-06-09 23:57:32 +02:00
Jakub Ławreszuk b5509d15ee
Fix XML warnings (#1678) 2023-06-09 23:53:34 +02:00