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-core
/
src
/
bitset.rs
Age
Commit message (
Expand
)
Author
2026-03-23
cleanup and slightly speed up is_block_state_standable
mat
2026-01-19
minor physics optimizations
mat
2026-01-13
Merge AzaleaRead and AzaleaWrite (#305)
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-11-17
Fix assertion message (#279)
Yichi Zhang
2025-09-20
more accurate mining and impl PartialEq for packets
mat
2025-09-20
fix tests
mat
2025-09-20
add new apis for BitSet
mat
2025-07-24
update movement code for 1.21.5 changes
mat
2025-07-24
add FastFixedBitSet and use it in the pathfinder
mat
2025-05-31
doc updates
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-05-30
make fixedbitset require generic const exprs again :3
mat
2025-04-04
remove executable bit from files
mat
2024-12-24
fix parsing Dust particle and treat waterlogged blocks as liquid in pathfinder
mat
2024-12-21
fix unlinked link in comment
mat
2024-12-11
remove the generic_const_exprs feature since it's unused and to make the rust...
mat
2024-12-11
fix for latest nightly by changing the FixedBitSet generic to take bytes inst...
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2023-10-26
remove some more #![feature]s
mat
2023-10-10
start adding mining to pathfinder
mat
2023-10-04
add safety comments and simplify some code
mat
2023-08-25
add basic pathfinding test
mat
2023-01-25
Fix test and packets (#60)
EightFactorial
2023-01-21
clippy
mat
2022-12-08
wrap_comments = true
mat
2022-12-07
1.19.3 (#34)
mat
2022-11-12
Pathfinder (#25)
mat
2022-11-10
didn't cargo check lol
Ubuntu
2022-11-10
fix another panic in bitset
Ubuntu
2022-11-07
fix edge case with clearing bitsets
mat
2022-10-02
All block shapes & collisions (#22)
mat
2022-09-18
start work on optimizing block macros
mat
2022-08-29
Physics (#11)
mat