aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-27don't warn on release mode for unknown PlayerInfoUpdatemat
2025-01-25Rename Connection::configuration to config and add some clientbound functions...mat
2025-01-25add ProtocolPacket::name functionmat
2025-01-21fix name of field in CommonPlayerSpawnInfomat
2025-01-21delete accidentally created debug filemat
2025-01-21fix errors when switching worldsmat
2025-01-21fix wrong ClientboundSoundEntitymat
2025-01-20remove negative checks for box_shapemat
2025-01-14fix wrong ServerLinkKind and serialize hex colors correctly in nbtmat
2025-01-13change some warnings to debug logs and improve some entity id index codemat
2025-01-13fix ClientboundSound and implement az_registry::Holdermat
2025-01-12update warning in readme to say azalea is 'useable' instead of 'somewhat usea...mat
2025-01-12fix bugs with decoding/encoding DataComponentPatchmat
2025-01-12add AZALEA_DO_NOT_CUT_OFF_PACKET_LOGS env variablemat
2025-01-12fix panic on bot disconnectmat
2025-01-11codegen entity dimensionsmat
2025-01-11dead entities cannot be revivedmat
2025-01-11update wrong entity metadatamat
2025-01-10revert doc updatesmat
2025-01-10Create CNAMEmat
2025-01-10tweaks to doc gh actionmat
2025-01-10Feat: Host Documentation for multiple versions/branch (#188)Aditya Kumar
2025-01-10Fluid physics (#199)mat
2024-12-28bump minimum rust version and improve pathfinder docsmat
2024-12-28better pathfinder debug messagesmat
2024-12-27implement fluid_shapemat
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