Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IIntersectableWithRay #8

Closed
wants to merge 41 commits into from

Conversation

gregsn
Copy link
Member

@gregsn gregsn commented Apr 4, 2022

got accepted on master

xen2 and others added 30 commits March 12, 2021 00:43
…our back. Later, we should probably use a AssemblyLoadContext to load either NuGet or MSBuild so that they can have different versions.
…n assembly by name

The deps.json file preserves the compilation context - if it exists we can be sure that the assembly it points by simple name is the correct one. Otherwise we might end up loading multiple versions of the same assembly.
… dialog so that Stride is not automatically uninstalled on failure (when using Ignore)
…ize of the data can be bigger than the target, it doesnt need to match eaxactly.
- Apparently the TFM net5.0-windows must be net5.0-windows7.0 (see NuGet/Home#10853)
- MSBuild Locator needed an update - `projectCollection.LoadProject` was complaining that it couldn't find the Microsoft.NET.Sdk
- The C++ projects were building against net4 instead of net472 for some unkown reason leading to complaints that net4 can't target netstandard2 etc. - adding a check fixed that
# Conflicts:
#	sources/engine/Stride.Rendering/Rendering/Images/PostProcessingEffects.cs
# Conflicts:
#	sources/engine/Stride.Rendering/Rendering/Images/PostProcessingEffects.cs
Add ACES tone mapping operator
[Rendering] Backports Outline and Fog post effect and ACES tonemap
- Backported missing Resource.Designer.cs file (#1146)
- Backported PlatformFolders.GetApplicationBinaryDirectory fix (courtesy of @Basewq, see #1018)
…m StrideConfig (fixes #1150)

# Conflicts:
#	sources/editor/Stride.Assets.Presentation/Templates/Core/ProjectExecutable.Linux/$ProjectName$.csproj.t4
#	sources/engine/Stride.Assets/StrideConfig.cs
Fixed issue #1155 that caused DebugText to render LightGreen even if a custom color was set.
Fixes index out of bounds when reporting variable name ambiguity
The `DynamicEffectInstance` does a blocking wait on the result of the effect system. In there a continuation is created in case the compilation task is not yet finished. In case that continuation got scheduled on the calling thread we ended up in a dead lock.

See also TheFuseLab/VL.Fuse#51
tebjan and others added 11 commits October 27, 2021 12:58
[Rendering] Fixes PostFX applied to RenderTextures
Solves #1159

`EditorGameCameraPreviewService.GenerateIncrustRenderer` sets `TextureFlags.ShaderResource` when creating the depth buffer if it is supported on the current platform.
…xception instead of crashing with an access violation
…esn't work since switch from MSBuild to .NET teamcity task)
[Rendering] Fixes null exception on first frame. #1343
Update the Visual Studio Extension and the companion installer to only target VS2019.
@gregsn gregsn closed this Apr 4, 2022
joreg pushed a commit that referenced this pull request Dec 16, 2023
Bump version and kill extension when NuGet fails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
10 participants