| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 9 days | rename PhysicsState to ClientMovementState and add utility functions for it | mat | |
| 2026-01-23 | Implement SetExperience (#307) | Raeders | |
| 2026-01-13 | Rename Instance to World (#304) | mat | |
| 2025-12-28 | Change Client::component to return a reference (#298) | mat | |
| * change Client::component to return a reference * write docs * merge main * remove unused parking_lot feature | |||
| 2025-12-27 | Move Client struct to azalea crate (#297) | mat | |
| * move the Client struct out of azalea-client into azalea * actually add client impls in azalea | |||
| 2025-12-16 | implement cookie packets to fix betteranticheat support | mat | |
| 2025-12-15 | write/update docs for several items | mat | |
| 2025-12-15 | sort derives with cargo sort-derives | mat | |
| might add to ci later, unsure how to do it without adding significant friction for contributors though | |||
| 2025-12-12 | Delete `StartError` and `JoinError` (#296) | mat | |
| * delete StartError and JoinError * update changelog | |||
| 2025-12-12 | Refactor azalea-registry (#294) | mat | |
| * move registries in azalea-registry into separate modules * rename Item and Block to ItemKind and BlockKind * remove 'extra' registries from azalea-registry * hide deprecated items from docs * use DamageKindKey instead of Identifier when parsing registries * store tag entries as a Vec instead of a HashSet * sort tag values by protocol id * update changelog | |||
| 2025-12-11 | Add options to request Mojang sessionserver with a proxy (#293) | mat | |
| * add options to request mojang sessionserver with a socks5 proxy * update changelog * rename auth_proxy to sessionserver_proxy | |||
| 2025-12-11 | Run handler function in a Tokio LocalSet (#295) | mat | |
| * Run handler function in a Tokio LocalSet * remove tokio flavor=current_thread from examples * update changelog | |||
| 2025-12-09 | Enchantments (#286) | mat | |
| * start implementing enchants * store parsed registries * more work on enchants * implement deserializer for some entity effects * mostly working definitions for enchants * fix tests * detect equipment changes * fix errors * update changelog * fix some imports * remove outdated todo * add basic test for enchants applying attributes * use git simdnbt | |||
| 2025-11-21 | refactor resolve_address | mat | |
| 2025-11-13 | rename ResourceLocation to Identifier ahead of mojmap changes | mat | |
| 2025-10-12 | upgrade deps and clean up lots of doc comments | mat | |
| 2025-10-07 | update ResolvableProfile data component to 1.21.9 | mat | |
| 2025-10-04 | fix wrong pathfinding when we start calculating a new path and the current ↵ | mat | |
| executing path is long | |||
| 2025-09-29 | rename SendPacketEvent to SendGamePacketEvent and PingEvent to GamePingEvent | mat | |
| 2025-09-28 | upgrade bevy to 0.17.0-rc.2 | mat | |
| 2025-09-28 | split version in changelog | mat | |
| 2025-09-26 | don't re-export azalea::bot::*, and some doc improvements | mat | |
| 2025-08-23 | handle AppExit event | mat | |
| 2025-08-20 | split client information handling out of BrandPlugin and some other cleanup | mat | |
| 2025-08-14 | Sneaking (#237) | mat | |
| * 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 | |||
| 2025-06-25 | improve packet_order test, add BlockUpdatePlugin, fix packet order for sprinting | mat | |
| 2025-06-14 | add note about current_thread to azalea readme | mat | |
| 2025-06-11 | implement reverting block state predictions on ack | mat | |
| 2025-06-08 | insert ClientInformation earlier | mat | |
| 2025-06-03 | fix collisions bugs | mat | |
| 2025-06-03 | fix issues when pathfinding to non-full blocks and add Client::view_inventory | mat | |
| 2025-06-02 | fix issues related to pathfinder mining | mat | |
| 2025-06-02 | simplify some join logic so the Entity is returned even on connection error | mat | |
| 2025-05-30 | more formatting fixes | mat | |
| 2025-05-02 | Add AutoReconnectPlugin (#221) | mat | |
| * add AutoReconnectPlugin * merge main * start simplifying swarm internals * fix Swarm::into_iter, handler functions, DisconnectEvent, and add some more docs * add ClientBuilder/SwarmBuilder::reconnect_after * fix a doctest * reword SwarmEvent::Disconnect doc * better behavior when we try to join twice * reconnect on ConnectionFailedEvent too * autoreconnect is less breaking now | |||
| 2025-05-02 | make ClientBuilder/SwarmBuilder Send | mat | |
| 2025-04-25 | update to bevy 0.16 | mat | |
| 2025-04-24 | always insert Swarm before any systems can start running | mat | |
| 2025-04-19 | add StartJoinServerEvent to allow joining servers exclusively from ecs | mat | |
| 2025-04-19 | send correct uuid in offline mode | mat | |
| 2025-04-17 | Move login state to the ECS (#213) | mat | |
| * use packet handlers code for login custom_query * initial broken implementation for ecs-only login * fixes * run Update schedule 60 times per second and delete code related to run_schedule_sender * fix tests * fix online-mode * reply to query packets in a separate system and make it easier for plugins to disable individual replies * remove unused imports | |||
| 2025-04-15 | make goto async and clean up some examples | mat | |
| 2025-04-05 | remove unwrap in Hello packet handler | mat | |
| 2025-04-04 | rename ChatPacket::username and uuid to sender and sender_uuid | mat | |
| also adds more convenience functions to Client | |||
| 2025-03-25 | PongPlugin | mat | |
| 2025-03-24 | Wait for plugins to load before starting the ECS (#212) | EightFactorial | |
| * Wait for plugins to load before starting the ECS Also runs `App:finish()` after plugins finish loading. * Forgot to run `App::cleanup()` Oops haha * copy a check from bevy and don't busywait --------- Co-authored-by: mat <git@matdoes.dev> | |||
| 2025-03-25 | make events channel in Client::start_client optional | mat | |
| 2025-03-20 | upgrade deps and slightly improve docs | mat | |
| 2025-03-20 | document Position default | mat | |
| 2025-03-16 | fix broken doc links | mat | |
