aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src/chunk_storage.rs
AgeCommit message (Expand)Author
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
2023-09-17heightmapsmat
2023-08-24Support properly switching instances (#106)mat
2023-08-01improve Instance::find_blockmat
2023-07-23fix sometimes not receiving chunksmat
2023-07-20make PalettedContainer::new less weirdmat
2023-07-19fix wrong names in a Debug and relax PartialChunkStorage::set_block_statemat
2023-02-10make blockstate goodUbuntu
2023-02-04Use an ECS (#52)mat
2022-12-11fix PartialWorld::default() for testsmat
2022-12-11make entities have a reference to WeakWorlds insteadmat
2022-12-08wrap_comments = truemat
2022-11-27Swarm (#36)mat
2022-11-15Rename "dimension" to "world" (#39)mat
2022-11-12Pathfinder (#25)mat
2022-10-27use variables directly in format stringsmat
2022-10-24actually fix out of bounds errorsUbuntu
2022-10-24fix out of bounds y positionUbuntu
2022-10-23Add Client::set_client_information (#33)mat
2022-10-17refactor: remove println statements (#31)Sculas
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-08-31make set_block_state return an Optionmat
2022-08-29Physics (#11)mat