aboutsummaryrefslogtreecommitdiff
path: root/azalea/benches/physics.rs
AgeCommit message (Collapse)Author
2026-03-21Extensible ChunkStoragemat
Co-authored-by: sdwhw <191973436+sdwhw@users.noreply.github.com>
2026-01-19minor physics optimizationsmat
2026-01-18use lookup table for is_collision_shape_empty and is_collision_shape_fullmat
2025-12-12Refactor azalea-registry (#294)mat
* move registries in azalea-registry into separate modules * rename Item and Block to ItemKind and BlockKind * remove 'extra' registries from azalea-registry * hide deprecated items from docs * use DamageKindKey instead of Identifier when parsing registries * store tag entries as a Vec instead of a HashSet * sort tag values by protocol id * update changelog
2025-06-02fix issues related to pathfinder miningmat
2025-02-22update to rust edition 2024mat
2024-04-20clippymat
2024-02-25reduce allocations for collision detectionmat
2024-02-25optimize physicsmat