aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src/lib.rs
AgeCommit message (Expand)Author
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
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-211.20.2 (#99)mat
2023-09-14rename Local to LocalEntitymat
2023-09-10fix physics bugsmat
2023-08-25add failing test for that weird diagonal edge casemat
2023-08-25add basic pathfinding testmat
2023-08-19raycasting not raytracingmat
2023-07-23clean up azalea-entity a littlemat
2023-07-15Attacking (#96)mat
2023-07-14Mining (#95)mat
2022-08-29Physics (#11)mat
2022-06-24i hate mutexesmat
2022-06-24start adding movingmat
2022-06-23move_entity_with_deltamat
2022-06-23Fix everything so azalea-buf worksmat
2022-06-23azalea-bufmat