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-physics
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
9 days
rename PhysicsState to ClientMovementState and add utility functions for it
mat
2026-01-13
Rename Instance to World (#304)
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-12-12
Refactor azalea-registry (#294)
mat
2025-10-30
Remove unnecessary MoveEntityError and MovePlayerError types and other cleanup
mat
2025-10-30
cleanup some code related to mob effects
mat
2025-10-30
Add support for mob effects (#269)
ShayBox
2025-10-13
don't fall when the last pathfinder node is slippery
mat
2025-10-04
upgrade deps and rename SystemSets to follow bevy's new naming convention
mat
2025-09-27
allow picking other bots in hit results
mat
2025-08-14
Sneaking (#237)
mat
2025-08-12
send correct packets on teleport
mat
2025-08-12
fix rotations flagging anticheats
mat
2025-08-04
fix wrong float rounding in get_friction_influenced_speed
mat
2025-07-24
update movement code for 1.21.5 changes
mat
2025-06-25
remove some unused system ordering
mat
2025-06-11
use owned instead of borrowed Vec3 more
mat
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-03
rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block
mat
2025-04-25
update to bevy 0.16
mat
2025-03-16
entity collisions
mat
2025-03-16
Fluid physics fixes (#210)
mat
2025-02-22
update to rust edition 2024
mat
2025-01-12
fix panic on bot disconnect
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-12-04
Update Bevy and migrate to workspace dependencies and package attributes (#181)
EightFactorial
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-07-05
upgrade to simdnbt 0.6 (#160)
mat
2024-02-22
fix for hypixel limbo
mat
2024-01-08
fix ping packet, explosion packet, and panic less
mat
2023-12-10
Climbing (#121)
mat
2023-12-04
Replace Bevy's FixedUpdate with Azalea's GameTick (#119)
mat
2023-11-07
fix tests to compile
mat
2023-10-12
KnockbackEvent and rename Physics::delta to velocity
mat
2023-10-02
start optimizing pathfinder
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-18
fix entities not always being despawned after merge
mat
2023-09-14
rename Local to LocalEntity
mat
2023-09-13
fix tests
mat
2023-09-11
fix falling through blocks on spawn (and triggering anticheats)
mat
2023-09-10
clippy
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 failing test for that weird diagonal edge case
mat
2023-08-25
add basic pathfinding test
mat
2023-08-15
fix tests
mat
[next]