Skip to content

Releases: BeeStation/auxmos

v2.2.4

19 Mar 19:45
33fe632
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.2.4

v2.2.3

09 Dec 02:58
83714a3
Compare
Choose a tag to compare

Bumps auxtools for newer 515 signatures

Full Changelog: 2.2.2...2.2.3

v2.2.2

30 Mar 07:10
9c98581
Compare
Choose a tag to compare

v2.2.1

25 Oct 16:18
Compare
Choose a tag to compare

Minor patch-bump to bring in needed auxmos updates to resolve Linux load runtimes.

Consequently brings in changes from:

  • Putnam3145#61 - redo how katmos do planet atmos, clippy, updates

Full Changelog: 2.2.0...2.2.1

v2.2.0

25 Oct 16:10
Compare
Choose a tag to compare

From: https://github.com/Putnam3145/auxmos/releases/tag/v2.2.0


Added a couple new functions:

  1. Mixture::share_ratio(giver, ratio), which allows one to, say, make a gas mixture 7/8 of itself and 1/8 of another gas mixture (only used for planet atmos, but it has plenty of diffusion possibilities, and I might add a way to get it from byond later, once I write the migration)
  2. Mixture::copy_to_mutable(), which returns a newly-allocated gas mixture with all the same properties as the old one, but mutable this time. This is primarily to work with all the various traits that return mutable copies of gas mixtures--no reason for a copy of a gas mixture to continue to be immutable. Immutability still needs rethought, but I can't really imagine how that could even be done.

This all has the main effect of making planet atmos no longer completely broken, as it was before. Recommend updating ASAP.

v2.0.0 - v2.1.0

29 Sep 01:24
d2af360
Compare
Choose a tag to compare

v2.0.0

What's Changed

v2.0.1 -- Reaction "fix"

A spurious check that runtimes if a reaction has no valid gas requirements was added. This is a problem, because it's actually intended behavior that reactions can have no valid gas requirements. I missed this in a review somewhere, that's my bad.

v2.1.0 -- Actual float reaction priorities

...Yeah, I actually need this for chem gases and since this is technically a feature I have to bump that number up. Isn't that funny?


Full Changelog: Putnam3145/auxmos@v1.1.2...v2.1.0

Updates to latest auxmos + support for latest BYOND

Fixes & Updated BYOND Support

17 Aug 23:40
c00f62a
Compare
Choose a tag to compare

Various fixes as well as support for latest BYOND (514.1561).

Disables fusion hooks

24 Jul 19:57
59a91bb
Compare
Choose a tag to compare

Fixes fusion. Bee's is a bit different from other servers.

Fix the linux version

23 Jul 01:14
a44eb01
Compare
Choose a tag to compare

Fetches linux fixes from upstream.