Skip to content

Releases: RelativityMC/C2ME-fabric

0.1.0-rc7.1 (for 1.17)

28 Mar 03:19

Choose a tag to compare

Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

This version fixes a severe issue of block entities not being correctly saved. Please update ASAP.

0.1.0-rc7

21 Mar 04:55

Choose a tag to compare

0.1.0-rc7 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Refactor async saving (fixes console spam)
  • Cache block entities lookup for serialization to prevent issues serializing chunks
  • Cache server tick scheduler lookups to prevent performance issues
  • Only do async saving when unloading
  • Enforce more chunk & poi data unloads
  • New configuration system
  • Guard against double scheduling chunk loads

0.1.0-rc6

07 Mar 04:23

Choose a tag to compare

0.1.0-rc6 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Fix CME in several edge cases
  • Make some classes thread-safe
  • Slightly improve performance of AsyncCombinedLock
  • Allow threaded feature generation (disabled by default)

0.1.0-rc5

27 Feb 16:11

Choose a tag to compare

0.1.0-rc5 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Available on 21w08b
  • Ensure all locks are available before real acquisition and task execution
  • New configuration file

0.1.0-rc4

20 Feb 09:55

Choose a tag to compare

0.1.0-rc4 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Make async chunk saving more stable and fail-safe
  • Now available on 21w07a

0.1.0-rc3

19 Feb 06:54

Choose a tag to compare

0.1.0-rc3 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Rebrand as C2ME
  • Merge 2 scheduler threads into one
  • Ensure tick lists are serialized on main thread

Note that currently there is some console spam. We are aware of this and plan to fix in the next release candidate.

0.1.0-rc2

17 Feb 16:03

Choose a tag to compare

0.1.0-rc2 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT TRUST IT WITH YOUR DATA
This release candidate ensures on chunk is only modified by one thread.

Note that there are more threading issue in this version. We are planning to fix them in the next release candidate.

0.1.0-rc1

17 Feb 03:57

Choose a tag to compare

0.1.0-rc1 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT TRUST IT WITH YOUR DATA
This the the first release candidate for c2me.

Note that there is some threading issue in this version. We are planning to fix them in the next release candidate.