Skip to content

Tags: FamroFexl/Circumnavigate

Tags

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
FamroFexl Famro Fexl
Hotfix version 0.5.1

0.5

Toggle 0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
FamroFexl Famro Fexl
Fixed production-only issues for version 0.5.

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
FamroFexl Famro Fexl
0.4.1 update.

0.4

Toggle 0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
FamroFexl Famro Fexl
0.4-alpha update for 1.21.1

0.3

Toggle 0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Wrapped Block and Collision Updates (#12)

* Fixed improper form syntax

* Fixed debug chunk border not rendering properly on shifted worlds.

* Properly indicates when a coordinate is past its bounds

* Light updates received incorrect chunk coordinates

* Refactored "util" folder to "core"

* Moved Serverbound packet client transformations to server

* Code rewrite for vanilla client support.

* Injected interface refactor

* Entity location handling for wrapped bounds.

* - Vanilla Client Support
- Wrapped entity tracking and interaction (fixed elytras)

* Version 0.2 update

* Javadoc and cleanup

* Wrapped Block and Entity Collision support

* Wrapped Block Shape and Neighbor Updates (Redstone, fences, etc.) Fixes some blocks being unable to be broken.

* Explosion wrapping and generalized entity distance wrapping.

* Fix vehicle movement (generally boats) (#9)

* Added additional checks to vehicles in parity with player checks that were found to be required.

* Fixed players blinking in and out when crossing bounds when viewed by other players. This might apply to other entities as well.

---------

Co-authored-by: Skidam <[email protected]>

0.2

Toggle 0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Vanilla Client Support and Entity Tracking (#6)

* Fixed improper form syntax

* Fixed debug chunk border not rendering properly on shifted worlds.

* Properly indicates when a coordinate is past its bounds

* Light updates received incorrect chunk coordinates

* Refactored "util" folder to "core"

* Moved Serverbound packet client transformations to server

* Code rewrite for vanilla client support.

* Injected interface refactor

* Entity location handling for wrapped bounds.

* - Vanilla Client Support
- Wrapped entity tracking and interaction (fixed elytras)

0.1

Toggle 0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from FamroFexl/develop

Documentation and form updates