aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
AgeCommit message (Expand)Author
2023-12-03clippymat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-12-02make sure Startup system runs before any bots joinmat
2023-12-01compression does not need to be asyncmat
2023-12-01disconnect fixesmat
2023-12-01addd disconnect reason (#114)1zuna
2023-11-28slightly change Client::partial_world examplemat
2023-11-28add Client::partial_world()mat
2023-11-19Replace azalea-nbt with simdnbt (#111)mat
2023-11-18clippymat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18make loading chunks its own bevy systemmat
2023-11-18upgrade all dependenciesmat
2023-11-18replace log with tracingmat
2023-11-18make packet an Arc in PacketEventmat
2023-11-18simplify some codemat
2023-11-12improve docs a bitmat
2023-11-06bevy 0.12mat
2023-10-26remove some unnecessary code and improve docs for Menumat
2023-10-12rename KnockbackEvent::kind to knockbackmat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
2023-10-10start adding mining to pathfindermat
2023-10-08update repo linksmat
2023-10-08knockbackmat
2023-10-07update chunk batchingmat
2023-10-06make sure pathfinder is always centered on the destination block (fixes tests)mat
2023-10-06fix QueryDoesNotMatch and improve errormat
2023-10-03also upgrade deps everywhere else lolmat
2023-10-02fix broken doc linkmat
2023-10-02optimize pathfinder moremat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-10-01fix log featuremat
2023-09-30pathfinder: don't spin while descendingmat
2023-09-29update block shapesmat
2023-09-28check for entity duplication before spawningmat
2023-09-211.20.2 (#99)mat
2023-09-19add Loaded component and fix clamping look directionmat
2023-09-18fix entities not always being despawned after mergemat
2023-09-18instanceloadedevent and a few fixesmat
2023-09-17heightmapsmat
2023-09-16don't apply metadata updates multiple times in swarmsmat
2023-09-15simplify some code related to Account being a componentmat
2023-09-15make Account a componentmat
2023-09-15rename start_ecs to start_ecs_runnermat
2023-09-14Release 0.8.0mat
2023-09-14fix unknown entity warningsmat
2023-09-14add ResourcePackEvent eventmat
2023-09-14AcceptResourcePacksPluginmat
2023-09-14rename Local to LocalEntitymat
2023-09-13improve some loggingmat