Releases: BeeStation/auxmos
v2.2.4
v2.2.3
Bumps auxtools for newer 515 signatures
Full Changelog: 2.2.2...2.2.3
v2.2.2
Full Changelog: 2.2.1...2.2.2
v2.2.1
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
From: https://github.com/Putnam3145/auxmos/releases/tag/v2.2.0
Added a couple new functions:
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)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
v2.0.0
What's Changed
- Fix katmos planetary atmos not working at all by @jupyterkat in Putnam3145#51
- Graph-based adjacency refactor by @jupyterkat in Putnam3145#49
- All-in on graphmos by @Putnam3145 in Putnam3145#52
- Refactor bitflags to use bitflags crate by @jupyterkat in Putnam3145#53
- Redo katmos a bit by @jupyterkat in Putnam3145#54
- fix integer overflow & more by @jupyterkat in Putnam3145#55
- fixes blackbodies doing basically nothing, reorganizes projects by @jupyterkat in Putnam3145#56
- fixes crashes, add a parser for parse_gas_strings by @jupyterkat in Putnam3145#57
- parse_gas_string allows underscores by @jupyterkat in Putnam3145#58
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
Brings in the following changes from upstream:
- https://github.com/Putnam3145/auxmos/releases/tag/v1.1.2
- https://github.com/Putnam3145/auxmos/releases/tag/v1.1.1
- https://github.com/Putnam3145/auxmos/releases/tag/v1.1.0
- https://github.com/Putnam3145/auxmos/releases/tag/v1.0.4
- https://github.com/Putnam3145/auxmos/releases/tag/v1.0.3
- https://github.com/Putnam3145/auxmos/releases/tag/v1.0.2
- https://github.com/Putnam3145/auxmos/releases/tag/v1.0.1
- https://github.com/Putnam3145/auxmos/releases/tag/v1.0.0
- https://github.com/Putnam3145/auxmos/releases/tag/v0.3.2
- https://github.com/Putnam3145/auxmos/releases/tag/v0.3.1
- https://github.com/Putnam3145/auxmos/releases/tag/v0.3.0
- https://github.com/Putnam3145/auxmos/releases/tag/v0.2.11
- https://github.com/Putnam3145/auxmos/releases/tag/v0.2.10
- https://github.com/Putnam3145/auxmos/releases/tag/v0.2.9
- https://github.com/Putnam3145/auxmos/releases/tag/v0.2.8
- https://github.com/Putnam3145/auxmos/releases/tag/v0.2.7
- https://github.com/Putnam3145/auxmos/releases/tag/v0.2.6
- https://github.com/Putnam3145/auxmos/releases/tag/v0.2.5
Fixes & Updated BYOND Support
Various fixes as well as support for latest BYOND (514.1561).
Disables fusion hooks
Fixes fusion. Bee's is a bit different from other servers.
Fix the linux version
Fetches linux fixes from upstream.