Releases: PooSmacker/VoxyServer
Releases · PooSmacker/VoxyServer
VoxyServer 1.1.3
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
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
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
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
Added dirty tracking, so any block updates get revoxelised & instantly sent to clients within range.