Skip to content

Releases: PooSmacker/VoxyServer

test dont use

Choose a tag to compare

@PooSmacker PooSmacker released this 18 Jun 21:37
test2

readmev2

test dont use

Choose a tag to compare

@PooSmacker PooSmacker released this 14 Jun 22:34
readmev2

VoxyServer 1.1.3

Choose a tag to compare

@PooSmacker PooSmacker released this 26 Mar 22:22

fix lag spikes by switching dirty tracking from 2d chunks to 3d sections, lodstreamingservice now only serializes and pushes the specific changed section instead of the entire vertical column.

VoxyServer 1.1.2

Choose a tag to compare

@PooSmacker PooSmacker released this 25 Mar 16:49

prevent block updates from leaking to other dimensions. added dimension verification in LodStreamingService sooo lod updates are only broadcast to players currently in that dimension

VoxyServer 1.1.1

Choose a tag to compare

@PooSmacker PooSmacker released this 24 Mar 17:23

decremted jwjgl version to 3.3.3 for compatbility reasons. If it still does not work please add -Dsodium.checks.issue2561=false to your jvm args

VoxyServer 1.1.0

Choose a tag to compare

@PooSmacker PooSmacker released this 22 Mar 23:42

changes:

  • fixed an issue with dirty tracking just not sending updates.
  • added a debug mode, will show chunks voxelized, sections streamed & engine actions. is toggleable.
  • update checker added (doesnt download anything automatically, will just tell you if you're out of date, or using wrong voxy version etc)
  • you're now able to fully pre voxelize existing worlds, similar to voxy import just on the server. good for if you're an existing server adding voxyserver.

tested and working with latest voxy.

VoxyServer 1.0.1

Choose a tag to compare

@PooSmacker PooSmacker released this 11 Mar 19:50

Added dirty tracking, so any block updates get revoxelised & instantly sent to clients within range.

VoxyServer 1.0.0

Choose a tag to compare

@PooSmacker PooSmacker released this 10 Mar 22:33

Make sure you have the latest version of voxy installed, along with sodium (for voxy), and that the server you're playing supports VoxyServer.