Skip to content

v2.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 04:46

This is Rugburn v2.0-rc2.

In terms of substance, there are not many changes vs v2.0-rc1. A large number of lines of code change, but it's mostly superficial. The pattern of using GetProcAddress for almost everything has been removed, as it's no longer relevant with Slipstream gone. A couple of annoying bugs were squashed. Rugburn inches closer to working on Windows 98, but it still doesn't due to detours-based hooking not working there, a limitation that will probably push Windows 98 support into a post-2.0 release.

(The release candidate release notes will be coalesced into a giant release notes drop for v2.0.)

Bugfixes

  • Garbled text in error dialogs is finally fixed by @jchv in #25
  • Fix writing files to disk on Windows 9x by @jchv in #26

Full Changelog: v2.0-rc1...v2.0-rc2