index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-client
/
src
/
movement.rs
Age
Commit message (
Expand
)
Author
2025-02-22
Refactor azalea-client (#205)
mat
2025-02-22
update to rust edition 2024
mat
2025-02-16
use MinecraftEntityId type instead of u32 in az-protocol
mat
2025-01-29
remove debug log
mat
2025-01-29
fix PlayerInput to handle diagonal inputs
mat
2025-01-29
add support for tickend and playerinput
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-19
fix incorrect packets
mat
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-12-05
fix container_set_content, player_position, and recipe_book_remove packets
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-07-22
fix panic in update_modifiers_for_held_item
mat
2024-06-13
1.21 (#145)
mat
2024-02-24
add some more convenience functions
mat
2023-12-09
fix typos in code with crate-ci/typos
mat
2023-12-04
Replace Bevy's FixedUpdate with Azalea's GameTick (#119)
mat
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-11-06
bevy 0.12
mat
2023-10-12
rename KnockbackEvent::kind to knockback
mat
2023-10-12
KnockbackEvent and rename Physics::delta to velocity
mat
2023-10-02
fix broken doc link
mat
2023-09-30
pathfinder: don't spin while descending
mat
2023-09-21
1.20.2 (#99)
mat
2023-09-19
add Loaded component and fix clamping look direction
mat
2023-09-11
fix falling through blocks on spawn (and triggering anticheats)
mat
2023-09-10
fix physics bugs
mat
2023-09-10
fix incorrect jumping
mat
2023-08-25
fix all bevy ambiguities
mat
2023-08-25
implement stepping up stairs
mat
2023-08-25
add basic pathfinding test
mat
2023-07-14
Mining (#95)
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-05-03
Inventory (#48)
mat
2023-03-07
Bevy 0.10 (#79)
mat
2023-02-05
improve docs
mat
2023-02-04
Use an ECS (#52)
mat
2022-12-11
make entities have a reference to WeakWorlds instead
mat
2022-12-08
wrap_comments = true
mat
2022-11-27
Swarm (#36)
mat
2022-11-18
Player List (#41)
mat
2022-11-15
Rename "dimension" to "world" (#39)
mat
2022-11-12
Pathfinder (#25)
mat
2022-10-23
write more documentation
mat
2022-10-17
refactor: remove println statements (#31)
Sculas
2022-10-07
Bot API (#27)
mat
2022-10-02
add jumping
mat
2022-10-02
All block shapes & collisions (#22)
mat
2022-09-19
Fix connection writer being locked (#23)
mat
2022-09-05
.walk :)
mat
[next]