aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples
AgeCommit message (Expand)Author
2025-01-10Fluid physics (#199)mat
2024-12-28bump minimum rust version and improve pathfinder docsmat
2024-12-28better pathfinder debug messagesmat
2024-12-26patch path on timeout instead of recalculating everythingmat
2024-12-25patch pathfinder obstructions instead of just truncating the pathmat
2024-12-25close tcp connection on bot disconnect and add swarms to testbot climat
2024-12-24fix parsing Dust particle and treat waterlogged blocks as liquid in pathfindermat
2024-12-23make testbot take cli argsmat
2024-12-10Disable the `deadlock_detection` feature by default (#195)EightFactorial
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-04-20socks5 support (#113)mat
2024-02-22add OWNER_USERNAME to testbotmat
2024-02-22fix for hypixel limbomat
2024-01-08upgrade depsmat
2024-01-08fix ping packet, explosion packet, and panic lessmat
2024-01-07rewrite testbot to use brigadiermat
2024-01-04rename open_container to open_container_at and add get_open_containermat
2023-12-16revert accidental change to echo examplemat
2023-12-16fix SwarmEvent::Login and SwarmEvent::Init maybemat
2023-12-13fix chunks incorrectly being forgotten sometimesmat
2023-12-051.20.3 (#110)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-12-04simplify boilerplate in examplesmat
2023-12-01rename add_with_exponential_backoff to add_and_retry_forevermat
2023-12-01disconnect fixesmat
2023-11-18clippymat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18fix memory leak when loading chunks in swarmsmat
2023-11-18make packet an Arc in PacketEventmat
2023-11-18simplify some codemat
2023-10-26remove some more #![feature]smat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-30remove BlockPosGoal::from and Goal::goal_nodemat
2023-09-211.20.2 (#99)mat
2023-09-19add Loaded component and fix clamping look directionmat
2023-09-18instanceloadedevent and a few fixesmat
2023-09-17heightmapsmat
2023-09-14detect obstructions while pathfinding and better results on timeoutmat
2023-09-14add ResourcePackEvent eventmat
2023-09-14rename Local to LocalEntitymat
2023-09-10fix physics bugsmat
2023-08-25add basic pathfinding testmat
2023-08-24Support properly switching instances (#106)mat
2023-08-22fix entities not being despawnedmat
2023-08-22Created nearest_entity system param (#102)TheDudeFromCI
2023-08-01improve Instance::find_blockmat
2023-07-26fix querying multiple components in entity_bymat
2023-07-23fix sometimes not receiving chunksmat
2023-07-15fix brigadier booleansmat