Skip to content

v0.2.10

Choose a tag to compare

@Zaldaryon Zaldaryon released this 15 Jul 00:58
· 7 commits to main since this release
v0.2.10
9070c82

Performance

  • FSR 1.0 upscaling. EASU upscales a downsampled scene to native resolution; RCAS applies adaptive sharpening. RenderScale (25-100%) and FsrSharpness (0.0-1.0) appear in the Extra settings tab. At 75% render scale, fill-rate cost drops with no perceptible resolution loss.

Fixes

  • Install crashes after a successful build. Windows PowerShell 5.1 turned routine stderr output into a build-ending error under $ErrorActionPreference = 'Stop', including ilspycmd's own false "not using the latest version" notice and blank lines from dotnet run. bootstrap.ps1, package.ps1, install-windows.ps1, package-linux.ps1, and package-macos.ps1 now shield every native call (ilspycmd, dotnet, git, curl, innoextract, tar, hdiutil, cmake) from this.
  • install-linux.sh rewrite. Interactive prerequisite installer. Detects apt, dnf, zypper, and pacman (SteamOS). Detects .NET SDK 10 even when the system dotnet reports 9.x. Walks through each missing tool before building.
  • ilspycmd version range. .config/ilspycmd-compat.json now accepts 10.1.0.x and 10.1.1.x. bootstrap.sh and bootstrap.ps1 read from it; no hardcoded version.

Notes

Source-only release. See the wiki for install instructions.