| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* start fixing code related to fluid physics
* implement force_solid for blocks
* afk pool test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make GameProfile clones cheaper
|
|
|
|
|
|
|
|
also, change some vecs into boxed slices, and add RelativeEntityUpdate::new
|
|
* start organizing packet_handling more by moving packet handlers into their own functions
* finish writing all the handler functions for packets
* use macro for generating match statement for packet handler functions
* fix set_entity_data
* update config state to also use handler functions
* organize az-client file structure by moving things into plugins directory
* fix merge issues
|
|
|
|
|
|
|
|
entering config
closes #206
|
|
|
|
|
|
testbot command
|
|
|
|
* Fix errors on switching dimensions
* fix other tests
* clippy
* fix log feature in test_simulation
* fix chunks oops
|
|
|
|
|
|
|
|
|
|
* Fix deadlock when changing server
* remove unnecessary clones
---------
Co-authored-by: mat <git@matdoes.dev>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
functions that already existed serverbound
taken from Shay's fork: https://github.com/Shays-Forks/azalea/commit/b0ca6076ed411b31e32a4abaa0350eb297067476
|