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
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
2023-07-23
clean up azalea-entity a little
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-14
make ResourceLocation::new -> Self and impl Serialize/Deserialize for Resourc...
mat
2023-03-11
fix doc errors
mat
2023-03-07
Add World::find_block (#80)
mat
2023-03-07
Bevy 0.10 (#79)
mat
2023-02-25
Fix system order ambiguities (#74)
mat
2023-02-23
fix jumping
mat
2023-02-13
fix comment in tests
Ubuntu
2023-02-13
fix `BlockCollisions` bounding box (#68)
Charles Johnson
2023-02-10
make blockstate good
Ubuntu
[next]