Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Stride Game Engine

Stride is an open-source C# game engine for realistic rendering and VR. Stride is connected to the .NET foundation.
Collective - Host: opensource - https://opencollective.com/stride3d - Website: https://www.stride3d.net/ - Code: https://github.com/stride3d/stride

[Tests] Fix broken projects during merge

github.com/stride3d/stride - 737a061852b751055f52e6badb3d95d2ec8b5191 authored about 5 years ago
Add more ContentManager methods to the IContentManager interface and implement associated methods for UrlReference.

github.com/stride3d/stride - 2024c19e5c588a999993eed0e5e7d739dba6b346 authored about 5 years ago
Change type of InitialHeights to IInitialHeightData

EmptyHeightData is to create empty heightfield.
HeightDataFromHeightmap is to create heightfield...

github.com/stride3d/stride - 619d647ccdc644370c97b2149eac03050451d368 authored about 5 years ago
Update to check HeightStickSize and Heightmap size

github.com/stride3d/stride - 1f3f18692e169115f19a4a23c8404fc3f4789972 authored about 5 years ago
Add default value to Size of CustomHeightmapSize

github.com/stride3d/stride - 1c2916b77d5bd803063aad1303e779a6973fd322 authored about 5 years ago
Remove unnecessary using

github.com/stride3d/stride - fe8bae6b84dd0e9e130cc283bd1afe82bf19d95d authored about 5 years ago
Change Width and Length of Heightmap to Size

github.com/stride3d/stride - e961232f1d3923700a7d592c79aec171f678118e authored about 5 years ago
Change names of HeightfieldType and Type to HeightType

Match them to HeightfieldColliderShape's

github.com/stride3d/stride - 34283a3092b0e7390b035f77331443abd0efbf44 authored about 5 years ago
Fix to detect heightfield updated by HeightmapAsset

github.com/stride3d/stride - c574fbe679efde974db6aaec042d33099e12ff66 authored about 5 years ago
[UrlReference] Improved doc coments on UrlReferenceContentManagerExtenstions.

github.com/stride3d/stride - a43fa4fd46498e29e5fde0d818c7e1c063e31958 authored about 5 years ago
Lock height arrays for using them on another thread

github.com/stride3d/stride - 6c25560a9b0b942d2d6715efae3ebfb6f97d71db authored about 5 years ago
[UrlReference] Fix conversion errors for collections in GraphNodes.

github.com/stride3d/stride - d06dbb689684f044823c28e1f3741ca21207127e authored about 5 years ago
[UrlReference] Fix MemberNode.Update exceptions. And tidy/refactor code.

github.com/stride3d/stride - dfb3c6f2e20cabf31c8086afd04c395feee265b5 authored about 5 years ago
Merge remote-tracking branch 'origin/master-3.1'

# Conflicts:
# sources/engine/Xenko.Graphics.Tests.10_0/Xenko.Graphics.Tests.10_0.Windows.csproj...

github.com/stride3d/stride - 319605db956e5d6231fc31b2b3002e4575f91269 authored about 5 years ago
[Tests] Rearranged unit tests to be self executable with a simplistic UI (using Avalonia for future cross platform)

Various improvements should be done as needed (i.e. display console/log/errors/exception, UX, etc.)

github.com/stride3d/stride - 56f97f407319db58cfce48f50223463fab293a4d authored about 5 years ago
[Samples] Updated samples to use auto include for xksl/xkfx

github.com/stride3d/stride - b9b9270ca10edeabff3ed9b727a5b09a11e904e9 authored about 5 years ago
[VSPackage] Changed code generators to keep xksl/xkfx output before the .cs

github.com/stride3d/stride - 4906f229a93ad726fbb9480d2cff6ade066d95a7 authored about 5 years ago
[Editor] Better detection of VS Preview version

github.com/stride3d/stride - d987754f487e3d79ad19490d0ceca363c96acb60 authored about 5 years ago
[Build] xksl.cs/xkfx.cs are now included automatically (fixes #554)

github.com/stride3d/stride - b79f7160f298c5a42f34b91d67a81fbe3ea2b21c authored about 5 years ago
[VSPackage] Properly initialize if package is loaded AFTER solution

github.com/stride3d/stride - d633973aeb31268f3bfab21115c0d726fc974549 authored about 5 years ago
Revert "[Physics] Fix HeightScale that is 1 when HeightfieldTypes.Float"

This reverts commit 00ce45191289da4ecbc8006f783a40e457ee0251.

github.com/stride3d/stride - 76fcf85749f50a0b387efbcf887a2ea313b93043 authored about 5 years ago
[Physics] Change types of Floats, Shorts and Bytes from List<T> to arrays

github.com/stride3d/stride - 6a4100bd29b361777ec228e1c24d578819572718 authored about 5 years ago
[UrlReference] Attempt 2 initial changes.

github.com/stride3d/stride - fa39ae04226c0a5497fa6d9a15c9d348cc824320 authored about 5 years ago
[Physics] Change default value for IsSRgb

github.com/stride3d/stride - 7c16ae2b9ef546d3cf0066880e3bedcf58264b6e authored about 5 years ago
[Physics] Fix a bug that tries to update disposed collider shape's debug primitive

github.com/stride3d/stride - 0e8a48c3ace683f04bbb7046dec491eac6cec898 authored about 5 years ago
[Physics] Change default HeightStickSize

github.com/stride3d/stride - b70ef828194cfa9f1f919ef1090de57085be1732 authored about 5 years ago
Update README.md

github.com/stride3d/stride - 467f3cde7b7727bfd50fc4fa183e76c4c03cb3c6 authored about 5 years ago
Add comment

github.com/stride3d/stride - c66b6035df741e986d7687bb9bba295de1322c27 authored about 5 years ago
Simplify CalculateHeightScale

github.com/stride3d/stride - c7c012a80aaa83b98153a705132c6a1172c57bb8 authored about 5 years ago
Rename HeightmapSize to CustomHeightmapSize

github.com/stride3d/stride - 95f8cd49c48076cadc6e018da02c29500259b0aa authored about 5 years ago
Fix attributes for InitialHeights

github.com/stride3d/stride - 5f31f979f23c849f0766b0349d5c4cb73c967676 authored about 5 years ago
[Navigation] Add a way to update dynamic shape and remove Refresh method of the desc

github.com/stride3d/stride - 2726f60c8a4296a3d4f9d3a549cbdafafb849849 authored about 5 years ago
Rename HeightScaleSetting to CustomHeightScale

github.com/stride3d/stride - 0d1a985e841d61a93c39bdce6fed9772de665497 authored about 5 years ago
[Build] Update gitignore to ignore .vs in all subfolders

github.com/stride3d/stride - 58a605802d43f560f1455f5463769684c171f08d authored about 5 years ago
Merge branch 'master-3.1'

# Conflicts:
# sources/editor/Xenko.Samples.Templates/ThisPackageVersion.cs
# sources/shared/Sha...

github.com/stride3d/stride - d2fdaab6d81dfe47a0dc13f9f7cdd5317eb04747 authored about 5 years ago
Spelling improvements, Removal of Linq usage, Code styling

github.com/stride3d/stride - db105d82f820d0df221efa91cbbfcb1c59dfaba7 authored about 5 years ago
[Build] Bump version to 3.1.0.2

github.com/stride3d/stride - 0917fe00f46cdae7a3f6237a4a3d3cdb6e0ff30c authored about 5 years ago
Fix some CRLF issues

github.com/stride3d/stride - e9e92e9a74ce6eab94d82b65aa674bd779c63868 authored about 5 years ago
[Setup] Bump Visual Studio Installer bootstrapper

github.com/stride3d/stride - 61610cb429997b545c05dbf04d0593c574d9df03 authored about 5 years ago
[Setup] Fetch errors from Visual Studio Installer log so that user has some idea what might be wrong

github.com/stride3d/stride - ecf4647a80652aa3b0d78a1684d2dff79f31f44c authored about 5 years ago
[Fix] Initialized HeightfieldColliderShapeDesc with pointless value

github.com/stride3d/stride - aae183c81d472c95cd420a95147bc2a37f4964fc authored about 5 years ago
[Build] Revert XenkoBuildDoc parameter to force TargetFramework/RuntimeIdentifier even if not specified (necessary for docfx)

github.com/stride3d/stride - 1c865043af3ff58b9fd697d8475b49bb559d9af9 authored about 5 years ago
[ThreadPool] Reduce lock contention (#537)

github.com/stride3d/stride - 523222d498a66bcd40d41302c8c0a22e4100d110 authored about 5 years ago
[Samples] Added CSharpBeginner tutorial

github.com/stride3d/stride - 6c5b5dd3ceeb6198b150b417ef4ec4cb3cb66d23 authored about 5 years ago
[Navigation] Recreate collider shape only when the desc updated

github.com/stride3d/stride - 2366efdc2300fd4c0a9050314d4fa72e1936e44b authored about 5 years ago
Change type of InitialHeights to Heightmap

Deleted HeightfieldSourceHeightmap and IHeightfieldInitialHeights.
They are no longer necessary.

github.com/stride3d/stride - df8715e3a48360ec8b0982d60e232434ca4f7fd2 authored about 5 years ago
[Shaders] MemberName can also replace variable names

github.com/stride3d/stride - 8d10a38684e052f8d449ea4742998d2eab7d7e47 authored about 5 years ago
Updated BACKERS.md

github.com/stride3d/stride - 12df753f9549bdf964991d2d4c250d6c11e17630 authored about 5 years ago
[Build] Remove the -beta02 version suffix and bump samples accordingly

github.com/stride3d/stride - 7419012e054d765dc9434f5beb2442a0db25d7b9 authored about 5 years ago
[Build] Remove GetSolutionConfigurationContents hack (which was necessary for WinStore/WinPhone port) (this allows command line build for Android/iOS #543)

github.com/stride3d/stride - 12094ae9a1e72fcf09bca3e8b121159426cb9d66 authored about 5 years ago
[Build] Separated XenkoGraphicsApis into one list per platform (otherwise we can't really control properly and risk overriding a platform with nothing) (fixes #544)

github.com/stride3d/stride - d1cb7a553857f27b8a5610dfd39cad2b6cb78f41 authored about 5 years ago
Revert "[Build] Add XenkoBuildDoc parameter to force TargetFramework even if not specified (seems necessary for older version of Roslyn used in docfx)"

Should not be necessary anymore with docfx 2.47

This reverts commit 35923fa6f570b812fc29c12fddd...

github.com/stride3d/stride - 6c4dfce0191419e6350e0a21cd3c2b533d561124 authored about 5 years ago
[Presentation] Switched to nuget version of QuickGraph/GraphX (supporting .NET Standard/.NET Core)

github.com/stride3d/stride - 01d8f89f1f9935ea1f61b4b6ff7f35c3263b3886 authored about 5 years ago
removing a package did not fire an event, so all related assets where still in the dependency manager

github.com/stride3d/stride - e822a0411c885af88fcae37727d2d50d741b22e6 authored about 5 years ago
[RoslynPad] Updated to latest version and added checkout/build scripts

github.com/stride3d/stride - 9c1976f0d0af1368d90beca2b0279fee06ca27af authored about 5 years ago
[Presentation] Switched to opensource version of Xaml behaviors (System.Windows.Interactivity)

github.com/stride3d/stride - 7c86ec6b0bba3fcc57cd10e255b71d833153c5fb authored about 5 years ago
[Build] Bump Roslyn and AvalonEdit

github.com/stride3d/stride - eaa9330faa0b235dc957e4d8df1638483738d090 authored about 5 years ago
[Build] Updated all System packages to latest version

github.com/stride3d/stride - 2e7e73a56ee05d11ab44cd82f3a55fdc5bc56947 authored about 5 years ago
[Input] RawInput is now detected using a separate compilation symbol XENKO_INPUT_RAWINPUT

github.com/stride3d/stride - 341d6b0cde01a765237dbf720e690643211c0e81 authored about 5 years ago
[Physics] Include namespaces of FastList from 531

github.com/stride3d/stride - ac6990c7179f1280c2812fd0c54321507b5104cc authored about 5 years ago
Merge branch 'master-3.1'

github.com/stride3d/stride - e6f55ee3ed4c97173a5353faa03fe7686632b7ed authored about 5 years ago
[Core] memcpy -> dotnet Buffer.MemoryCopy (#536)

github.com/stride3d/stride - 9603bbd0ce022f1df179251c7e6986f9a7ed0303 authored about 5 years ago
[LIB] Test executable PATH when preloading libraries (#535)

github.com/stride3d/stride - 46edbd006ea47ff44fc0d66688fa472744f212e4 authored about 5 years ago
Fix DataBaseFileProvider cast (#538)

github.com/stride3d/stride - f678f42443a087cc16d1371a6e8119707abafa0a authored about 5 years ago
[Build] Added a trailing slash at the end of PackageOutputPath (maybe necessary since latest VS2019?)

github.com/stride3d/stride - f63685447a53dc5cc1b91b43d9eae7bbda1ec7e3 authored about 5 years ago
[Fonts] Turned various internal parameters from ref to in (C# 7.2) (missing file)

github.com/stride3d/stride - aaaa975d63bf2014d5ce48fe334f8f6d8636cbff authored over 5 years ago
[Fonts] Turned various internal parameters from ref to in (C# 7.2)

github.com/stride3d/stride - f1513b93984b2581c13a8adb35bdfee20d6e3817 authored over 5 years ago
[Fonts] Do not alter fontSize

github.com/stride3d/stride - 1a9bfd6e775e3cf4d721cbe060299a8dba84a35c authored over 5 years ago
Fixed issue with scene instance using the wrong collection in for loop count

github.com/stride3d/stride - d30763723936d7c89f8856071ba8a495146b1734 authored over 5 years ago
Update XenkoDefaultSplashScreen.xktex

Draws at very low resolution.

![img](https://media.discordapp.net/attachments/500290856532574...

github.com/stride3d/stride - 976fae86f8460472f504a57f13a1bf815cf760e7 authored over 5 years ago
[Fonts] Fix how matrix is computed and compute realVirtualResolutionRatio depending on actual requestedFontSize (fixes #314) (fixes #364)

github.com/stride3d/stride - eafa92f99d5978316b9394f4c3d4e25ae8a1b5d0 authored over 5 years ago
[Fonts] Dynamic fonts: use virtual resolution (otherwise real size changes on every camera move and requests new character, esp. if UI is in 3D)

github.com/stride3d/stride - 22271fb90375a28740e99b3900b5325e4934e6c4 authored over 5 years ago
[Physics] Remove helper functions which allocs new lists

github.com/stride3d/stride - f89d04626cf31bd99359a18f15da92ae511a7390 authored over 5 years ago
Add Interlocked* intrinsic functions (#533)

github.com/stride3d/stride - 2d9d20582e8c486bc76eb5a474315e4574232531 authored over 5 years ago
[Graphics] Streamed compressed texture could end up having their initial texture size not multiple of 4, resulting in error at runtime loading. Skip these cases for now.

github.com/stride3d/stride - e8c8e4aff1a2fdd610b9f16929fe4104093fe641 authored over 5 years ago
[Build] AssemblyProcessor task need to change identity on each change otherwise we can run into https://github.com/microsoft/msbuild/issues/663#issuecomment-310530046

github.com/stride3d/stride - e2c2eb19fcd6c8f9a2d49945170966cb38a12642 authored over 5 years ago
[Graphics] Update D3D12 code for SharpDX 4.2.0

github.com/stride3d/stride - f5bc7a62af343c082bb7c5ce20222d1c7e30f81d authored over 5 years ago
[UpdateEngine] AssemblyProcessor was generating invalid ldftn for virtual/interface calls (causing crashes with .NET Core 3). Switch to ldvirtftn for those instead.

Now, we use the following approach:
- For normal calls, we use ldftn and an instance calls
- For...

github.com/stride3d/stride - e42121aec7db46aab6ce64b58f24df96b05ed720 authored over 5 years ago
[Graphics] Updated SharpDX to 4.2.0

github.com/stride3d/stride - d1f18836d6221acc8f79ac38075c95078e53b214 authored over 5 years ago
Create FUNDING.yml

github.com/stride3d/stride - c878f7f57e853d205d62fbe79b5910180e2fce8a authored over 5 years ago
[Build] Android: Fix NDB platform versions

github.com/stride3d/stride - c5c2a6402fc480baf45f06225157c213bf7b927a authored over 5 years ago
Merge branch 'runtimeid_fixes' into master-3.1

github.com/stride3d/stride - 297d239cc89ddee88d4cc52448336b35fa93080d authored over 5 years ago
[Build] Improved behavior of XenkoGraphicsApiDependentBuildAll

github.com/stride3d/stride - 98a2a7aaed83326e495e2cca8eb858746aee5f18 authored over 5 years ago
[Build] Bump NuGet.exe to 5.3.0

github.com/stride3d/stride - 7ab69c724a11cc904bdf1aecd39e6ee4c45689b7 authored over 5 years ago
[Build] Removed previous workaround for https://github.com/NuGet/Home/issues/7351

github.com/stride3d/stride - 1f6216fbbe568686e2511ec884caf96280137e16 authored over 5 years ago
[Build] Use default RuntimeIdentifier for default GraphicsApi, so that even if our custom RuntimeIdentifier are not merged properly, everything still work.

github.com/stride3d/stride - 7d3a9f8a99fd070f90d22300fe3a8f6c424a8e43 authored over 5 years ago
[TextureConverterTests] Fix the compilation issues generated by the removal of the PVRTC and ATC formats.

github.com/stride3d/stride - ac4d6332df4273774b58001ec73dff6c7e2c6a69 authored over 5 years ago
Update XenkoDefaultSplashScreen.xktex

Draws at very low resolution.

![img](https://media.discordapp.net/attachments/500290856532574...

github.com/stride3d/stride - 176d229dcda293b973fce60e467d85567e941eaa authored over 5 years ago
Fixed issue with scene instance using the wrong collection in for loop count

github.com/stride3d/stride - c14dbcfe37c715cc4fb644ccc6048fa8ea7ed79f authored over 5 years ago
[Build] Bumped future version to 3.2

github.com/stride3d/stride - 0a7fe8aa6dfc612e2648af3279f751633cfb539d authored over 5 years ago
[Graphics] Removed ES2 data from effect bytecode

github.com/stride3d/stride - d39735eabcf2a851050ca14ca918df1b8a7069a1 authored over 5 years ago
[Prerequisites] Removed VC++ 2013 redistributable (not necessary anymore)

github.com/stride3d/stride - 4571b048e04d789a27989effbd5a8fdf1fe82988 authored over 5 years ago
[Graphics] Bye OpenGL ES 2.0!

github.com/stride3d/stride - 3d70fee29c3739366450b688a9158e3072fce584 authored over 5 years ago
[TextureConverter] Removed unused formats (PVRTC and ATC)

github.com/stride3d/stride - 71e9e253b11b7d4392eed7e4653b300b88e7fb31 authored over 5 years ago
[Physics] Rebuild VHACD against v142 (VS2019)

github.com/stride3d/stride - eacad7cc5604aaa1493bbd1c6f1f92e156797e07 authored over 5 years ago
[TextureConverter] Updated PVRTT, FreeImage and wrapper projects to latest toolset

github.com/stride3d/stride - 9bc1263b9406fa484eb1ddd0a8b99e5f04fe2113 authored over 5 years ago
Revert "[Build] Remove the -beta02 version suffix" and bump samples accordingly

This reverts commit 8787a1959ff4dcd1ca9219615463a6dba7b14e56.

# Conflicts:
# sources/editor/Xen...

github.com/stride3d/stride - 238a431e3f6fe10f0e7d9900d16c3cfa365fb9df authored over 5 years ago
[Build] Android: Use AssemblyName rather than RootNamespace for Resource class otherwise it might clash between some assemblies (i.e. Xenko and Xenko.Engine) -->

github.com/stride3d/stride - b6075c7d75407f7d5daf0e52ff0215c9b8d3dbf9 authored over 5 years ago
[Build] Updated codesign certificates

github.com/stride3d/stride - 006ad132109aefb2c580c938634bd265b2262d27 authored over 5 years ago