aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples
AgeCommit message (Expand)Author
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
2023-07-15Attacking (#96)mat
2023-07-15fix auto respawn and fix entity metadatamat
2023-07-14Mining (#95)mat
2023-05-27revert echo examplemat
2023-05-27random fixes mostly related to auth and cryptomat
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-13fix bad compression on sending long packetsmat
2023-02-10improve docs a bit more and delete potatobot exampleUbuntu
2023-02-10fix and improve examples in docsUbuntu
2023-02-07move az_world::entity_info to az_world::entities::infoUbuntu
2023-02-06fix some swarm examples/docsUbuntu
2023-02-05improve docsmat
2023-02-04move 'bot' into its own example (actually)mat
2023-02-04Use an ECS (#52)mat