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
Age
Commit message (
Expand
)
Author
2024-12-27
implement BlockState::outline_shape
mat
2024-12-27
better astar WeightedNode::cmp
mat
2024-12-27
don't save Movement type while pathfinding as an optimization, recalculate it...
mat
2024-12-27
resolve some todos in az-core
mat
2024-12-26
patch path on timeout instead of recalculating everything
mat
2024-12-26
better pathfinder timeouts
mat
2024-12-26
make a_star function use an IndexMap like the pathfinding crate
mat
2024-12-26
replace priority_queue crate with std BinaryHeap
mat
2024-12-25
patch pathfinder obstructions instead of just truncating the path
mat
2024-12-25
partial fix for sending Config packets during Game
mat
2024-12-25
close tcp connection on bot disconnect and add swarms to testbot cli
mat
2024-12-25
remove dependency on bytes crate for azalea-protocol and fix memory leak
mat
2024-12-25
optimize pathfinder
mat
2024-12-24
optimize cost_for_breaking_block by making its cache an UnsafeCell instead
mat
2024-12-24
make BlockState a u16 and add a BlockStateIntegerRepr type
mat
2024-12-24
fix parsing Dust particle and treat waterlogged blocks as liquid in pathfinder
mat
2024-12-24
add additional pathfinder test and fix pathfinder failure
mat
2024-12-24
improve some docs and apis related to pathfinder
mat
2024-12-23
update outdated doc in Swarm and remove unnecessary generics
mat
2024-12-23
lift requirement on anyhow for handler function
mat
2024-12-23
rename metadata::State to metadata::SnifferState
mat
2024-12-23
add a bit more logging to handshake_proxy
mat
2024-12-23
add a test for 2b2t queue chat message
mat
2024-12-23
fix 'extra' parsing in FormattedText::from_nbt_compound which results in dupl...
mat
2024-12-23
exit get_block_state early if below the world
mat
2024-12-23
make testbot take cli args
mat
2024-12-21
fix unlinked link in comment
mat
2024-12-21
update trust-dns -> hickory-dns
mat
2024-12-21
fix flakey pathfinder tests by moving stop_pathfinding_on_instance_change to ...
mat
2024-12-21
fix compiling azalea-registry
mat
2024-12-20
Release independent packages
mat
2024-12-20
Release 0.11.0+mc1.21.4
mat
2024-12-21
more verbose login_disconnect error
mat
2024-12-20
fix incorrect tags codegen
mat
2024-12-20
update entity metadata
mat
2024-12-20
update deps
mat
2024-12-19
fix incorrect packets
mat
2024-12-12
chore(core): Derive Serialize and Deserialize for `direction` types (#197)
Gaspard Culis
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-12-11
remove the generic_const_exprs feature since it's unused and to make the rust...
mat
2024-12-11
fix incorrect EntityDataValue::Long
mat
2024-12-11
fix for latest nightly by changing the FixedBitSet generic to take bytes inst...
mat
2024-12-10
Disable the `deadlock_detection` feature by default (#195)
EightFactorial
2024-12-07
Emit a build warning if the compiler may fail to build (#194)
EightFactorial
2024-12-05
fix container_set_content, player_position, and recipe_book_remove packets
mat
2024-12-04
Update Bevy and migrate to workspace dependencies and package attributes (#181)
EightFactorial
2024-12-03
add link to 1.21.3 branch in readme
mat
2024-12-03
1.21.4 (#189)
mat
2024-11-30
Add missing world border boolean to use item on packet in 1.21.2 (#192)
Shayne Hartford
2024-11-30
Impl FromStr for BlockPos & Vec (again) (#191)
Shayne Hartford
[next]