aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/bitset.rs
AgeCommit message (Expand)Author
2026-03-23cleanup and slightly speed up is_block_state_standablemat
2026-01-19minor physics optimizationsmat
2026-01-13Merge AzaleaRead and AzaleaWrite (#305)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-11-17Fix assertion message (#279)Yichi Zhang
2025-09-20more accurate mining and impl PartialEq for packetsmat
2025-09-20fix testsmat
2025-09-20add new apis for BitSetmat
2025-07-24update movement code for 1.21.5 changesmat
2025-07-24add FastFixedBitSet and use it in the pathfindermat
2025-05-31doc updatesmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-30make fixedbitset require generic const exprs again :3mat
2025-04-04remove executable bit from filesmat
2024-12-24fix parsing Dust particle and treat waterlogged blocks as liquid in pathfindermat
2024-12-21fix unlinked link in commentmat
2024-12-11remove the generic_const_exprs feature since it's unused and to make the rust...mat
2024-12-11fix for latest nightly by changing the FixedBitSet generic to take bytes inst...mat
2024-11-27Refactor azalea-protocol (#190)mat
2023-10-26remove some more #![feature]smat
2023-10-10start adding mining to pathfindermat
2023-10-04add safety comments and simplify some codemat
2023-08-25add basic pathfinding testmat
2023-01-25Fix test and packets (#60)EightFactorial
2023-01-21clippymat
2022-12-08wrap_comments = truemat
2022-12-071.19.3 (#34)mat
2022-11-12Pathfinder (#25)mat
2022-11-10didn't cargo check lolUbuntu
2022-11-10fix another panic in bitsetUbuntu
2022-11-07fix edge case with clearing bitsetsmat
2022-10-02All block shapes & collisions (#22)mat
2022-09-18start work on optimizing block macrosmat
2022-08-29Physics (#11)mat