aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/testbot.rs
AgeCommit message (Expand)Author
2024-01-07rewrite testbot to use brigadiermat
2024-01-04rename open_container to open_container_at and add get_open_containermat
2023-12-13fix chunks incorrectly being forgotten sometimesmat
2023-12-051.20.3 (#110)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-10fix physics bugsmat
2023-08-25add basic pathfinding testmat
2023-08-24Support properly switching instances (#106)mat
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
2023-07-15Attacking (#96)mat
2023-07-15fix auto respawn and fix entity metadatamat
2023-07-14Mining (#95)mat
2023-05-12remove unused importmat
2023-05-12auto respawnmat
2023-05-03Inventory (#48)mat
2023-03-07Add World::find_block (#80)mat
2023-03-07Bevy 0.10 (#79)mat
2023-03-01remove a ?mat
2023-03-01fix reconnecting in testbot examplemat
2023-02-26Add PacketEvent (#75)mat
2023-02-25Fix system order ambiguities (#74)mat
2023-02-10fix and improve examples in docsUbuntu
2023-02-07move az_world::entity_info to az_world::entities::infoUbuntu