| Age | Commit message (Collapse) | Author |
|
* refactor Account
* clean up implementation and docs
* add AccountTrait::join
* update changelog
* update example
|
|
* delete StartError and JoinError
* update changelog
|
|
* Run handler function in a Tokio LocalSet
* remove tokio flavor=current_thread from examples
* update changelog
|
|
|
|
|
|
* start implementing sneaking
* fix horizontal_collision being inverted and cleanup
* clippy
* change dimensions and eye height based on pose
* proper support for automatically crouching in certain cases
* fix anticheat issues
* add line to changelog and update a comment
|
|
|
|
|
|
|
|
|
|
* replace bevy FixedUpdate with azalea GameTick
* Update to Bevy 0.12.1
|
|
|
|
closes #103
|
|
* Created nearest_entity system param
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
* Added nearby item iterators.
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
* Export bot.rs (#101)
* Removed .vscode settings (#104)
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
* raycasting not raytracing
* don't panic if TranslatableComponent::to_string fails
* Food/saturation component support (#97)
* modified for food stuff
* moved food/saturation to a separate file
* hunger component
* simplify some logic
---------
Co-authored-by: mat <git@matdoes.dev>
* Created nearest_entity system param
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
* Added nearby item iterators.
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
* Applied tweaks from PR review
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
* Fixed doctests
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
---------
Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com>
Co-authored-by: mat <git@matdoes.dev>
Co-authored-by: Luuk van Oijen <lazyluuk.channel@gmail.com>
|