If a chunk is already in the sentChunks set, we simply return early instead of throwing an exception.
Made moonrise$addReceivedChunk call to gracefully handle the case where a chunk is already marked as received.
If the chunk was already received, we remove the chunk from our sent list and return early.
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@45198578 Set old position / rotation for newly created entities
Gale Changes:
Dreeam-qwq/Gale@e007f34a Updated Upstream (Paper)
* [ci/skip] Cleanup workflow & Update relaeses
* Correct output jar name
* Correct format
* Cleanup publish API
* Upload tag retrival test
* Fix
* test
* Fix build
* Update release notes scripts
* Fix github env
* Fix
* Fix format
* Add missing env
* Update workflow for test
* Update prepareRelease.sh
* Update workflow for test
* Fix
* Use full commit hash for commit log link & Format
* [ci/skip] Ready for merge
* perf: SpatialPlayerIndex for isChunkNearPlayer
* perf: ensureCapacity with collectTickingChunks
* perf: optimize getSlopeDistance
* perf: optimize AABB Intersections
* perf: implement custom arrays for regions and caches
* perf: Improve SortedArraySet sorting (needs testing)
* rebase 1.21.4
* perf: optimize ClientBoundLightUpdatePacketData
* perf: O(1) Array Writes during Chunk Loading
* perf: Optimize LinearPalette (no not the linear format)
* perf: Rewrite ConcurrentLongHashSet
* rebase 1.21.4
* Fix Multithreaded Tracker (#236)
* duke gonna arrest me
* i hate git v2
* rebase
* dont worry ill change the name of this patch
* perf: Rewrite ConcurrentLongHashSet again
* perf: Optimize sendChunk
* [ci skip]
* cleanup
* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
* cleanup
* remove streams on LinearPalette and SerializableChunkData
* actually commit them lmao
* actually commit them lmao 2
* fix
* rebase
* perf: clone less (could help with skyblocks)
* perf: more unload stuff
* perf: manual loop unrolling and bulk copy
* initial size for SerializeableChunkData
* perf: async chunkSend
* cleanup asyncChunkSend
* remove experimental tag
* rebase
---------
Co-authored-by: Creeam <102713261+HaHaWTH@users.noreply.github.com>
Co-authored-by: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com>