aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src/lib.rs
AgeCommit message (Expand)Author
2026-02-22optimizations at high entity countsmat
2026-02-07replace hard-coded block break speed checksmat
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12polish readmesmat
2025-12-12Refactor azalea-registry (#294)mat
2025-12-09Enchantments (#286)mat
2025-11-13rename ResourceLocation to Identifier ahead of mojmap changesmat
2025-10-30Add support for mob effects (#269)ShayBox
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-09-27allow picking other bots in hit resultsmat
2025-09-21fix pickable entity querymat
2025-08-14Sneaking (#237)mat
2025-08-12add nearest_entity_by and improve some docsmat
2025-08-12fix rotations flagging anticheatsmat
2025-08-09clippymat
2025-08-05use same pi value as javamat
2025-08-04fix wrong float rounding in get_friction_influenced_speedmat
2025-07-24update movement code for 1.21.5 changesmat
2025-06-25fix invalid look directions on teleportmat
2025-06-16implement EntityHitResultmat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11add Client::attack_cooldown_remaining_ticksmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-03fix collisions bugsmat
2025-06-03sort entities_by by distance and improve some docsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-10add StartUseItemEvent and improve code related to interactionsmat
2025-03-20add Event::Spawnmat
2025-03-20document Position defaultmat
2025-03-16Fluid physics fixes (#210)mat
2025-02-24fix send_receivepacketevent running outside of game statemat
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2025-02-01set player metadata on init instead of loginmat
2025-02-01add failing test_set_health_before_login testmat
2025-01-11codegen entity dimensionsmat
2025-01-10Fluid physics (#199)mat
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-05fix container_set_content, player_position, and recipe_book_remove packetsmat
2024-10-26group imports with rustfmtmat
2024-04-231.20.5 (#127)mat
2024-02-26optimize physics a bit moremat
2024-02-24add Display for Vec3, add SimulationSet, and add EntityChunkPos componentmat
2024-02-24add some more convenience functionsmat
2024-02-24track entity rotationsmat
2023-12-10Climbing (#121)mat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
2023-10-10start adding mining to pathfindermat