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
/
collision
/
shape.rs
Age
Commit message (
Expand
)
Author
10 days
correct shapes for blocks with random offsets
mat
2026-01-19
slightly more compact VoxelShape
mat
2026-01-19
minor physics optimizations
mat
2026-01-18
use lookup table for is_collision_shape_empty and is_collision_shape_full
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-11-11
cleanup
mat
2025-09-27
allow picking other bots in hit results
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-02
fix CubeVoxelShape::find_index
mat
2025-06-03
fix collisions bugs
mat
2025-05-10
add StartUseItemEvent and improve code related to interactions
mat
2025-04-04
remove executable bit from files
mat
2025-03-16
Fluid physics fixes (#210)
mat
2025-02-22
update to rust edition 2024
mat
2025-01-20
remove negative checks for box_shape
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-27
implement fluid_shape
mat
2024-11-30
Add missing world border boolean to use item on packet in 1.21.2 (#192)
Shayne Hartford
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-04-20
clippy
mat
2024-02-26
optimize physics a bit more
mat
2024-02-25
reduce allocations for collision detection
mat
2023-11-18
clippy
mat
2023-11-18
share registries in swarms and fix some bugs
mat
2023-10-02
start optimizing pathfinder
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-07-14
Mining (#95)
mat
2023-05-03
Inventory (#48)
mat
2023-02-04
Use an ECS (#52)
mat
2022-12-08
wrap_comments = true
mat
2022-11-12
Pathfinder (#25)
mat
2022-10-27
use variables directly in format strings
mat
2022-10-20
Remove let chains
mat
2022-10-02
All block shapes & collisions (#22)
mat
2022-09-19
change example
mat
2022-09-04
remove some debug stuff and fix recipe packet
mat
2022-09-02
collision test passes???
Ubuntu
2022-08-29
Physics (#11)
mat