Releases: Putnam3145/auxmos
Releases · Putnam3145/auxmos
v2.5.5 -- Actually build the artifacts lol
Full Changelog: v2.5.4...v2.5.5
v2.5.4 -- Fixes and other stuff
Full Changelog: v2.5.3...v2.5.4
use build attestations
clippy code
fixes high tick usage on planets with large air areas
add simd runtime detection on binaries built without simd flags
v2.5.3 -- Lib updates
Full Changelog: v2.5.2...v2.5.3
v2.5.2 -- Adds hashes to binaries
Full Changelog: v2.5.1...v2.5.2
v2.5.1 -- Use byondapi macros instead
Full Changelog: v2.5.0...v2.5.1
v2.5.0 -- Use byondapi instead of auxtools
Full Changelog: v2.4.1...v2.5.0
v2.4.1 -- Force release builds to use ubuntu 20.4
Full Changelog: v2.4.0...v2.4.1
v2.4.0 -- Some reworks to processing
What's Changed
- Turf processing no longer
rayon::spawn
s into another thread, this is to make sure that nothing in byond can interfere with it, as katmos is having issues. - Timing operations now uses
coarsetime
instead of the std timer for less of a performance penalty Hashmap
/Hashsets
now useshashbrown
's implementation for a bit of a performance- Gas arena allocations are now in the main thread instead of getting
rayon::spawn
'd - Some other stuffs
Full Changelog: v2.3.0...v2.4.0
v2.3.0 -- Much planetary stuff
Thankfully the changelog speaks for itself here.
What's Changed
- Refactors planet atmos again, readds the finalize eq recursion by @jupyterkat in #63
- Share temperature diffs in planetary_atmos by @out-of-phaze in #64
New Contributors
- @out-of-phaze made their first contribution in #64
Full Changelog: v2.2.1...v2.3.0
v2.2.1 -- Readded Runtime Reaction Registration
Remove the check for duplicate IDs (#62)