aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src
AgeCommit message (Expand)Author
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-10Climbing (#121)mat
2023-12-09fix typos in code with crate-ci/typosmat
2023-12-07apply command in StartConfigurationmat
2023-12-07implement StartConfiguration packet maybemat
2023-12-06use minecraft_folder_pathmat
2023-12-051.20.3 (#110)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-12-04revert packet name to Disguised and make it more like ChatPacket::Playermat
2023-12-04Add masked chat type/event (#118)Shayne Hartford
2023-12-03clippymat
2023-12-03remove debug printmat
2023-12-03let plugins override query responsesmat
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-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-02fix broken doc linkmat
2023-10-02optimize pathfinder moremat
2023-10-01organize azalea_core and re-export it from azaleamat
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