Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Releases: BlueCyro/Outflow

Fix edge case - 1.0.1

01 May 07:09
Compare
Choose a tag to compare

This releases fixes an edge case on .NET 4.7.2 where the mod won't load the patches.

  • Fixed edge case on Windows .NET 4.7.2 where the Outflow patches won't load due to their classes never being constructed.

Enjoy!

Full Release - 1.0.0

15 Mar 04:04
Compare
Choose a tag to compare

It's here, fellas! I've been waiting to do a full release until I've verified that A) Our networking libraries are infact thread-safe, and B) That the mod itself doesn't cause any subtle corruptions in the networking. This is functionally identical to 0.0.1.0 (aside from conditionally-compiled debug prints that don't exist in the release build)

As always, be sure to keep an eye out for issues but I'm quite certain this build should be safe to use on your client/headless equally. Keep in mind that only the host of the session requires the mod for everyone to benefit. This is not required by other clients, won't do anything in sessions you don't own.

Also we're going back to 3-place version numbers since 4 isn't compatible with the mod manifest - you'll find it on there soon™™

Anyways,

Enjoy!

Occam's Razor - 0.0.1.0

11 Mar 22:12
Compare
Choose a tag to compare
Pre-release

This release fixes some issues with packet ordering by completely re-doing the methodology behind how the mod works to be far more pragmatic.

  • Completely re-work to only process streams on a separate thread while leaving the normal packet queue alone
    • This should fix issues with the packet order that arose from the previous method (invasive full function replacement)
    • This ensures streams keep flowing while the normal packet queue remains untouched, should increase stability significantly
  • Added new graphs to and description to README

As always, keep an eye out for issues! This should hopefully be the last pre-release before slapping the big green sticker on it.

Enjoy!

.NET 8 Hotfix - 0.0.0.2

10 Mar 20:03
Compare
Choose a tag to compare
Pre-release

This release fixes compatibility with .NET 8 (Supported by Resonite Headless servers via Cumulo Patcher) by using the correct compatible harmony version.

  • Fix .NET 8 compatibility
  • Use non-monomod methods to ensure full compatibility with regular Harmony

Enjoy!

Initial pre-release - 0.0.0.1

10 Mar 05:16
Compare
Choose a tag to compare
Pre-release

This is an initial pre-release of Outflow! Please report any issues you have with this as I haven't tested this in a very large, populated sessions.

This very much shouldn't corrupt the state of the world, but do be aware that it's a distinct possibility! You have been warned!

Regardless,

Enjoy!