Eric

Results 13 issues of Eric

**Release Type**: * `releases/4.1.0.1734-7-gb1a503f2` (`master`) * `releases/4.1.0.1734-55-g4dc12c95` (#1469) **Platform(s)**: Windows **Describe the bug** The types of equally named parameters are not guaranteed to be equal, but their values are expected...

bug

# PR Details Migrate away from IL weaving and take the first steps to improve memory management. The mode of operation has generally been not to rewrite to safe code...

**Release Type**: Official Release **Version**: 4.1.01734 **Platform(s)**: Windows **Describe the bug** Stride appears to use an unbounded amount of memory when generating navigation meshes from (a) heightmap(s). **To Reproduce** Steps...

bug

# PR Details Fixes problems with the AssemblyProcessor solution and how it is used throughout Stride. ## Description * Clean up the projects in the AssemblyProcessor solution and have them...

Trying to get some diagnostics information about the changes AssemblyProcessor is making when building projects, I ran into a number of issues. AssemblyProcessor is checked in built for `net6` and...

bug

New features are available in recent versions of .NET that match functionality in `Stride.Core.Utilties` about exactly, employment of which can improve Stride in a number of ways. * Removing P/Invoke...

enhancement

The Stride Editor shows local transforms for all entities exclusively. This isn't much of a problem if all models are the same scale and are used as-is. However there are...

enhancement

Consider declaring the types in `/openvr/headers/openvr_api.cs` with the `partial` modifier. This will greatly simplify integrating the types in applications, because that way the types can be augmented with for example...

I am trying to map a series of enums which are declared and then used as follows: ```C++ namespace Lib { struct SomeEnumName { enum Enum { EUndefined, ... }...

Partial fix for #2648 on Windows only. Signed-off-by: Eric ![image](https://user-images.githubusercontent.com/9473119/88336203-e27c1e80-cd34-11ea-956f-7db23414ee82.png)