aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src/chunk_storage.rs
AgeCommit message (Expand)Author
2026-03-21Extensible ChunkStoragemat
2026-03-20optimize pathfinder swarms and write perf guidemat
2026-03-04update Section::block_count when setting blocksmat
2026-02-22fix incorrect PalettedContainer::write implmat
2026-01-20remove check for block_count and add relevant commentmat
2026-01-19minor physics optimizationsmat
2026-01-13Merge AzaleaRead and AzaleaWrite (#305)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
2025-12-15write/update docs for several itemsmat
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-10-05add Client::query_entitymat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-03fix issues when pathfinding to non-full blocks and add Client::view_inventorymat
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-04-17make BlockState::id privatemat
2025-04-04remove executable bit from filesmat
2025-03-27fix not replying to ping packets in config statemat
2025-03-251.21.5 (#198)mat
2025-02-23azalea-language now does a binary search instead of a hashmap lookupmat
2025-02-23fix memory leak in simulation tests (lol)mat
2025-02-23minor memory usage optimizationsmat
2025-02-22update to rust edition 2024mat
2025-01-10Fluid physics (#199)mat
2024-12-27implement BlockState::outline_shapemat
2024-12-24make BlockState a u16 and add a BlockStateIntegerRepr typemat
2024-11-27Refactor azalea-protocol (#190)mat
2024-11-22Fix debug warning (#186)Shayne Hartford
2024-10-26group imports with rustfmtmat
2024-07-12fix: Chunk Storage Error (#158)Aditya Kumar
2024-02-22fix for hypixel limbomat
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-13i didn't actually commit the codemat
2023-12-04revert packet name to Disguised and make it more like ChatPacket::Playermat
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-10-26remove some more #![feature]smat
2023-10-07make pathfinder twice as fast :sunglasses:mat
2023-10-07update chunk batchingmat
2023-10-02cleanupmat
2023-10-02yet another W for linear searchesmat
2023-10-02optimize pathfinder moremat
2023-10-01add pathfinder benchmarkmat
2023-10-01organize azalea_core and re-export it from azaleamat