aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-27implement BlockState::outline_shapemat
2024-12-27better astar WeightedNode::cmpmat
2024-12-27don't save Movement type while pathfinding as an optimization, recalculate it...mat
2024-12-27resolve some todos in az-coremat
2024-12-26patch path on timeout instead of recalculating everythingmat
2024-12-26better pathfinder timeoutsmat
2024-12-26make a_star function use an IndexMap like the pathfinding cratemat
2024-12-26replace priority_queue crate with std BinaryHeapmat
2024-12-25patch pathfinder obstructions instead of just truncating the pathmat
2024-12-25partial fix for sending Config packets during Gamemat
2024-12-25close tcp connection on bot disconnect and add swarms to testbot climat
2024-12-25remove dependency on bytes crate for azalea-protocol and fix memory leakmat
2024-12-25optimize pathfindermat
2024-12-24optimize cost_for_breaking_block by making its cache an UnsafeCell insteadmat
2024-12-24make BlockState a u16 and add a BlockStateIntegerRepr typemat
2024-12-24fix parsing Dust particle and treat waterlogged blocks as liquid in pathfindermat
2024-12-24add additional pathfinder test and fix pathfinder failuremat
2024-12-24improve some docs and apis related to pathfindermat
2024-12-23update outdated doc in Swarm and remove unnecessary genericsmat
2024-12-23lift requirement on anyhow for handler functionmat
2024-12-23rename metadata::State to metadata::SnifferStatemat
2024-12-23add a bit more logging to handshake_proxymat
2024-12-23add a test for 2b2t queue chat messagemat
2024-12-23fix 'extra' parsing in FormattedText::from_nbt_compound which results in dupl...mat
2024-12-23exit get_block_state early if below the worldmat
2024-12-23make testbot take cli argsmat
2024-12-21fix unlinked link in commentmat
2024-12-21update trust-dns -> hickory-dnsmat
2024-12-21fix flakey pathfinder tests by moving stop_pathfinding_on_instance_change to ...mat
2024-12-21fix compiling azalea-registrymat
2024-12-20Release independent packagesmat
2024-12-20Release 0.11.0+mc1.21.4mat
2024-12-21more verbose login_disconnect errormat
2024-12-20fix incorrect tags codegenmat
2024-12-20update entity metadatamat
2024-12-20update depsmat
2024-12-19fix incorrect packetsmat
2024-12-12chore(core): Derive Serialize and Deserialize for `direction` types (#197)Gaspard Culis
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-11remove the generic_const_exprs feature since it's unused and to make the rust...mat
2024-12-11fix incorrect EntityDataValue::Longmat
2024-12-11fix for latest nightly by changing the FixedBitSet generic to take bytes inst...mat
2024-12-10Disable the `deadlock_detection` feature by default (#195)EightFactorial
2024-12-07Emit a build warning if the compiler may fail to build (#194)EightFactorial
2024-12-05fix container_set_content, player_position, and recipe_book_remove packetsmat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-12-03add link to 1.21.3 branch in readmemat
2024-12-031.21.4 (#189)mat
2024-11-30Add missing world border boolean to use item on packet in 1.21.2 (#192)Shayne Hartford
2024-11-30Impl FromStr for BlockPos & Vec (again) (#191)Shayne Hartford