Skip to content

Releases: Putnam3145/auxmos

v2.5.5 -- Actually build the artifacts lol

09 Nov 12:44
54c5db2
Compare
Choose a tag to compare

v2.5.4 -- Fixes and other stuff

09 Nov 12:34
9ef9c42
Compare
Choose a tag to compare

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

23 Oct 09:28
04ec169
Compare
Choose a tag to compare

v2.5.2 -- Adds hashes to binaries

11 Jun 07:00
3417bba
Compare
Choose a tag to compare

v2.5.1 -- Use byondapi macros instead

10 Mar 00:23
198f1d9
Compare
Choose a tag to compare

v2.5.0 -- Use byondapi instead of auxtools

11 Jan 11:24
de6f041
Compare
Choose a tag to compare

v2.4.1 -- Force release builds to use ubuntu 20.4

19 Aug 09:15
e056e46
Compare
Choose a tag to compare

v2.4.0 -- Some reworks to processing

18 Aug 12:35
77c9782
Compare
Choose a tag to compare

What's Changed

  • Turf processing no longer rayon::spawns 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 uses hashbrown'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

24 Nov 19:42
Compare
Choose a tag to compare

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

Full Changelog: v2.2.1...v2.3.0

v2.2.1 -- Readded Runtime Reaction Registration

02 Nov 01:15
29a8808
Compare
Choose a tag to compare
Remove the check for duplicate IDs (#62)