aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
AgeCommit message (Expand)Author
2023-11-19Replace azalea-nbt with simdnbt (#111)mat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-18fix memory leak when loading chunks in swarmsmat
2023-11-18replace log with tracingmat
2023-11-12improve docs a bitmat
2023-11-06bevy 0.12mat
2023-10-26remove some more #![feature]smat
2023-10-08update repo linksmat
2023-10-07make pathfinder twice as fast :sunglasses:mat
2023-10-07update chunk batchingmat
2023-10-03also upgrade deps everywhere else lolmat
2023-10-02cleanupmat
2023-10-02yet another W for linear searchesmat
2023-10-02optimize pathfinder moremat
2023-10-02add benchmarks to azalea-worldmat
2023-10-01add pathfinder benchmarkmat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-28check for entity duplication before spawningmat
2023-09-18fix entities not always being despawned after mergemat
2023-09-18instanceloadedevent and a few fixesmat
2023-09-17heightmapsmat
2023-09-14finish releasing 0.8mat
2023-09-14Release 0.8.0mat
2023-09-08upgrade depsmat
2023-08-24Support properly switching instances (#106)mat
2023-08-15upgrade thiserror and other depsmat
2023-08-01remove unnecessary parensmat
2023-08-01improve Instance::find_blockmat
2023-07-23fix sometimes not receiving chunksmat
2023-07-23clean up azalea-entity a littlemat
2023-07-20make PalettedContainer::new less weirdmat
2023-07-19remove unused depsmat
2023-07-19fix wrong names in a Debug and relax PartialChunkStorage::set_block_statemat
2023-07-14Mining (#95)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-05-17chore: Releasemat
2023-05-16chore: Releasemat
2023-05-16and also update the dependents lolmat
2023-05-16chore: Releasemat
2023-05-03Inventory (#48)mat
2023-03-23rename Tag to Nbtmat
2023-03-141.19.4 (#57)mat
2023-03-11fix doc errorsmat
2023-03-11Add RegistryHolder struct and serde features (#81)EightFactorial
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-21make metadata components clonablemat
2023-02-21Fix writing palettes (#72)EightFactorial