| Age | Commit message (Collapse) | Author |
|
|
|
* Make Bevy dependencies optional in azalea-protocol
* derive serde traits on Direction again
* update docs for types that may not have Component
|
|
|
|
|
|
|
|
|
|
|
|
don't pathfind on magma, fix mining blocks while swimming, fix RadiusGoal heuristic, and add Client::physics, is_executing_path, and is_calculating_path
|
|
|
|
|
|
|
|
|
|
|
|
calculate_cached_mining_costs_index
|
|
|
|
|
|
|
|
|
|
cached_mining_costs
|
|
|
|
|
|
|
|
|
|
closes #140
|
|
|
|
* refactor Account
* clean up implementation and docs
* add AccountTrait::join
* update changelog
* update example
|
|
|
|
* start implementing EntityRef struct
* use EntityRef and impl more functions for it
* fix doctests
* typo
* slightly reword some docs
* update changelog
|
|
|
|
|
|
|
|
* change Client::component to return a reference
* write docs
* merge main
* remove unused parking_lot feature
|
|
|
|
* move the Client struct out of azalea-client into azalea
* actually add client impls in azalea
|
|
|
|
|
|
|
|
|
|
|
|
per https://corrode.dev/blog/tips-for-faster-rust-compile-times/\#combine-all-integration-tests-into-a-single-binary <3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|