| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-25 | fix invalid look directions on teleport | mat | |
| 2025-06-17 | 1.21.6 (#215) | mat | |
| 2025-06-16 | implement EntityHitResult | mat | |
| 2025-06-16 | use workspace deps everywhere | mat | |
| 2025-06-16 | put all azalea-* deps in the workspace Cargo.toml | mat | |
| 2025-06-11 | use owned instead of borrowed Vec3 more | mat | |
| 2025-06-11 | add Client::attack_cooldown_remaining_ticks | mat | |
| 2025-06-11 | take BlockPos instead of &BlockPos in all function arguments | mat | |
| 2025-06-09 | handle relative teleports correctly and fix entity chunk indexing warnings | mat | |
| 2025-06-04 | fix panic when receiving add_entity and start_configuration in the same update | mat | |
| 2025-06-03 | fix collisions bugs | mat | |
| 2025-06-03 | rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block | mat | |
| 2025-06-03 | sort entities_by by distance and improve some docs | mat | |
| 2025-06-02 | fix VibrationParticle | mat | |
| 2025-05-31 | doc updates | mat | |
| 2025-05-30 | add '@generated' to generated code | mat | |
| 2025-05-30 | fix clippy issues and improve formatting everywhere | mat | |
| 2025-05-10 | add StartUseItemEvent and improve code related to interactions | mat | |
| 2025-05-02 | fix InstanceName desync | mat | |
| 2025-04-25 | update to bevy 0.16 | mat | |
| 2025-04-13 | release 0.12.0+mc1.21.5 | mat | |
| 2025-04-12 | Revert "Release 0.12.0" | mat | |
| This reverts commit e2945b90a973b6677e78696d97b5461909bedc0b. | |||
| 2025-04-12 | Release 0.12.0 | mat | |
| azalea@0.12.0 azalea-auth@0.12.0 azalea-block@0.12.0 azalea-block-macros@0.12.0 azalea-brigadier@0.12.0 azalea-buf@0.12.0 azalea-buf-macros@0.12.0 azalea-chat@0.12.0 azalea-client@0.12.0 azalea-core@0.12.0 azalea-crypto@0.12.0 azalea-entity@0.12.0 azalea-inventory@0.12.0 azalea-inventory-macros@0.12.0 azalea-language@0.12.0 azalea-physics@0.12.0 azalea-protocol@0.12.0 azalea-protocol-macros@0.12.0 azalea-registry@0.12.0 azalea-registry-macros@0.12.0 azalea-world@0.12.0 Generated by cargo-workspaces | |||
| 2025-04-13 | optimization: only run update_on_climbable for local entities | mat | |
| 2025-04-04 | rename ChatPacket::username and uuid to sender and sender_uuid | mat | |
| also adds more convenience functions to Client | |||
| 2025-04-04 | remove executable bit from files | mat | |
| 2025-03-28 | fix entity deindexing happening at the wrong time | mat | |
| 2025-03-25 | 1.21.5 (#198) | mat | |
| * 25w02a * move item_components codegen to a different module * remove outdated test * 25w03a * start updating to 24w09b * 1.21.5-pre2 * fix broken packets * 1.21.5-rc2 * merge main * delete unused acket_handling * 1.21.5 | |||
| 2025-03-20 | add Event::Spawn | mat | |
| 2025-03-20 | document Position default | mat | |
| 2025-03-16 | Fluid physics fixes (#210) | mat | |
| * start fixing code related to fluid physics * implement force_solid for blocks * afk pool test | |||
| 2025-03-13 | improve Swarm docs and change an indexing warning to a debug log | mat | |
| 2025-03-13 | properly remove from the EntityIdIndex component on despawn | mat | |
| 2025-03-06 | fix despawning entities on dimension change | mat | |
| 2025-02-24 | fix send_receivepacketevent running outside of game state | mat | |
| 2025-02-23 | fix memory leak in simulation tests (lol) | mat | |
| also, change some vecs into boxed slices, and add RelativeEntityUpdate::new | |||
| 2025-02-22 | Refactor azalea-client (#205) | mat | |
| * start organizing packet_handling more by moving packet handlers into their own functions * finish writing all the handler functions for packets * use macro for generating match statement for packet handler functions * fix set_entity_data * update config state to also use handler functions * organize az-client file structure by moving things into plugins directory * fix merge issues | |||
| 2025-02-22 | update to rust edition 2024 | mat | |
| 2025-02-22 | fix is_trapdoor_useable_as_ladder and add test | mat | |
| 2025-02-21 | despawn entities when switching worlds and some testbot fixes | mat | |
| 2025-02-02 | cleanup, fix warnings | mat | |
| 2025-02-02 | start implementing data driven registries | mat | |
| 2025-02-01 | set player metadata on init instead of login | mat | |
| 2025-02-01 | add failing test_set_health_before_login test | mat | |
| 2025-01-29 | add data for EntityEffect particle to fix set_entity_data errors on hypixel | mat | |
| 2025-01-13 | change some warnings to debug logs and improve some entity id index code | mat | |
| 2025-01-12 | fix panic on bot disconnect | mat | |
| 2025-01-11 | codegen entity dimensions | mat | |
| 2025-01-11 | dead entities cannot be revived | mat | |
| 2025-01-11 | update wrong entity metadata | mat | |
