aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src/world.rs
AgeCommit message (Expand)Author
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
2025-12-27additional doc aliases for Instance and InstanceNamemat
2025-12-15write/update docs for several itemsmat
2025-12-14create typos.toml and fix typosmat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12Refactor azalea-registry (#294)mat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-06-27typosmat
2025-06-16implement EntityHitResultmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-02improve docs for biome codemat
2025-06-01add Client::entities_by and improve some docsmat
2025-06-02add basic support for getting biome ids in chunksmat
2025-05-30formatting: merge importsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-07fix chunk errors when joining a world with a same name but different heightmat
2025-03-16impl from u32 for minecraftentityidmat
2025-03-06fix despawning entities on dimension changemat
2025-02-22update to rust edition 2024mat
2025-02-17Enable serde feature in sub-crates (#202)Shayne Hartford
2025-02-16use MinecraftEntityId type instead of u32 in az-protocolmat
2025-01-10Fluid physics (#199)mat
2024-12-11Implement EntityPositionSync (#196)mat
2024-10-26group imports with rustfmtmat
2023-12-15Add mining to the pathfinder (#122)mat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-12improve docs a bitmat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-08-24Support properly switching instances (#106)mat
2023-08-01remove unnecessary parensmat
2023-08-01improve Instance::find_blockmat
2023-07-23clean up azalea-entity a littlemat
2023-07-19fix wrong names in a Debug and relax PartialChunkStorage::set_block_statemat
2023-07-14Mining (#95)mat
2023-05-03Inventory (#48)mat
2023-03-11fix doc errorsmat
2023-03-08merge mainmat
2023-03-07Add World::find_block (#80)mat
2023-03-07Bevy 0.10 (#79)mat
2023-02-25Fix system order ambiguities (#74)mat
2023-02-07move az_world::entity_info to az_world::entities::infoUbuntu
2023-02-04Use an ECS (#52)mat
2022-12-11fix PartialWorld::default() for testsmat
2022-12-11rename find_entity to entity_by & add entities_bymat
2022-12-11make entities have a reference to WeakWorlds insteadmat
2022-12-08wrap_comments = truemat
2022-11-27Swarm (#36)mat