aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/movement.rs
AgeCommit message (Expand)Author
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2025-02-16use MinecraftEntityId type instead of u32 in az-protocolmat
2025-01-29remove debug logmat
2025-01-29fix PlayerInput to handle diagonal inputsmat
2025-01-29add support for tickend and playerinputmat
2025-01-10Fluid physics (#199)mat
2024-12-19fix incorrect packetsmat
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-05fix container_set_content, player_position, and recipe_book_remove packetsmat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-07-22fix panic in update_modifiers_for_held_itemmat
2024-06-131.21 (#145)mat
2024-02-24add some more convenience functionsmat
2023-12-09fix typos in code with crate-ci/typosmat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-11-06bevy 0.12mat
2023-10-12rename KnockbackEvent::kind to knockbackmat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
2023-10-02fix broken doc linkmat
2023-09-30pathfinder: don't spin while descendingmat
2023-09-211.20.2 (#99)mat
2023-09-19add Loaded component and fix clamping look directionmat
2023-09-11fix falling through blocks on spawn (and triggering anticheats)mat
2023-09-10fix physics bugsmat
2023-09-10fix incorrect jumpingmat
2023-08-25fix all bevy ambiguitiesmat
2023-08-25implement stepping up stairsmat
2023-08-25add basic pathfinding testmat
2023-07-14Mining (#95)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-05-03Inventory (#48)mat
2023-03-07Bevy 0.10 (#79)mat
2023-02-05improve docsmat
2023-02-04Use an ECS (#52)mat
2022-12-11make entities have a reference to WeakWorlds insteadmat
2022-12-08wrap_comments = truemat
2022-11-27Swarm (#36)mat
2022-11-18Player List (#41)mat
2022-11-15Rename "dimension" to "world" (#39)mat
2022-11-12Pathfinder (#25)mat
2022-10-23write more documentationmat
2022-10-17refactor: remove println statements (#31)Sculas
2022-10-07Bot API (#27)mat
2022-10-02add jumpingmat
2022-10-02All block shapes & collisions (#22)mat
2022-09-19Fix connection writer being locked (#23)mat
2022-09-05.walk :)mat