aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src/container.rs
AgeCommit message (Expand)Author
2026-03-21Extensible ChunkStoragemat
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-13Rename Instance to World (#304)mat
2025-12-27additional doc aliases for Instance and InstanceNamemat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12move update_fluid_on_eyes from Update to GameTickmat
2025-12-12Refactor azalea-registry (#294)mat
2025-11-13rename ResourceLocation to Identifier ahead of mojmap changesmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-06-01add Client::entities_by and improve some docsmat
2025-05-23doc fixesmat
2025-05-02fix InstanceName desyncmat
2025-04-25update to bevy 0.16mat
2025-02-22update to rust edition 2024mat
2025-02-21Fix errors on switching dimensions (#204)mat
2025-01-21fix errors when switching worldsmat
2025-01-10Fluid physics (#199)mat
2024-10-26group imports with rustfmtmat
2024-02-25optimize physicsmat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18replace log with tracingmat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-18instanceloadedevent and a few fixesmat
2023-08-24Support properly switching instances (#106)mat
2023-07-23clean up azalea-entity a littlemat
2023-07-14Mining (#95)mat
2023-05-03Inventory (#48)mat
2023-03-11fix doc errorsmat
2023-03-07Bevy 0.10 (#79)mat
2023-02-04Use an ECS (#52)mat
2022-11-27Swarm (#36)mat