Skip to content

Releases: cao-awa/Annuus

Annuus 1.0.5 (1.21.4)

13 Feb 19:09
Compare
Choose a tag to compare
Annuus 1.0.5 (1.21.4) Pre-release
Pre-release

Bug fixes

Fix bug of renderer wrongs in '1.0.4' version.
Make compatible with the mod Sodium and Iris.

Annuus 1.0.4 (1.21.4)

13 Feb 17:35
Compare
Choose a tag to compare
Annuus 1.0.4 (1.21.4) Pre-release
Pre-release

Changes

Add LZ4 compressor supports.
Add deflate 1 to 9 and lz4 option in config.
Add missing config command for 'block_updates_compression' option.

Config

Config of deflate named: ["deflate_1", "deflate_2", ... "deflate_9"], LZ4 named: "lz4".

Close issues

#2

Annuus 1.0.3 (1.21.4)

10 Feb 17:24
Compare
Choose a tag to compare
Annuus 1.0.3 (1.21.4) Pre-release
Pre-release

Changes

Collect block updates and compress.

Performance

The more blocks collect the more advantages in Annuus protocol, such as very huge piston towers

Chunk delta update blocks test, every time collect 1229 blocks:

env/blocks 2455 7365 24550 78560
Vanilla 9.72KB 29.16KB 97.2KB 311.06KB
Annuus (Deflate 9) 6.79KB 20.39KB 67.97KB 217.53KB
Annuus (Deflate 1) 6.35KB 19.07KB 63.59KB 203.5KB

Annuus 1.0.2

30 Jan 14:43
Compare
Choose a tag to compare
Annuus 1.0.2 Pre-release
Pre-release

Changes

Supported to NeoForge modloader, nothing changed in fabric.

Issues closed

#1

Annuus 1.0.1

20 Jan 17:07
Compare
Choose a tag to compare
Annuus 1.0.1 Pre-release
Pre-release

Add config to switch compress mode, the config 'chunk_compression' allows: ['no_compress', 'best_compress', 'best_speed'], also can configration by command like: /annuus chunk_compression best_compress.

Add debug command: 'annuusug', use to toggle debug flag, and use /annuusug show and /annuusug resetCounters to show and reset traffic counter and time counter.

Annuus 1.0.0

20 Jan 12:41
Compare
Choose a tag to compare
Annuus 1.0.0 Pre-release
Pre-release

Basically chunks collects and compression.