aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src/lib.rs
AgeCommit message (Expand)Author
2026-03-21Extensible ChunkStoragemat
2026-03-18merge logic for the three move_entity packetsmat
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-10-30Remove unnecessary MoveEntityError and MovePlayerError types and other cleanupmat
2023-12-15Add mining to the pathfinder (#122)mat
2023-10-26remove some more #![feature]smat
2023-10-02optimize pathfinder moremat
2023-09-17heightmapsmat
2023-08-15upgrade thiserror and other depsmat
2023-07-23fix sometimes not receiving chunksmat
2023-07-14Mining (#95)mat
2023-03-07Add World::find_block (#80)mat
2023-02-21Make things public (#71)EightFactorial
2023-02-07move az_world::entity_info to az_world::entities::infoUbuntu
2023-02-04Use an ECS (#52)mat
2023-01-30have docs for all cratesUbuntu
2022-11-27Swarm (#36)mat
2022-11-18Player List (#41)mat
2022-11-15Rename "dimension" to "world" (#39)mat
2022-11-12Pathfinder (#25)mat
2022-10-24fix out of bounds y positionUbuntu
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-09-04remove some debug stuff and fix recipe packetmat
2022-09-02make collision test work*Ubuntu
2022-08-31make set_block_state return an Optionmat
2022-08-30clippyUbuntu
2022-08-29Physics (#11)mat
2022-08-06Better errors (#14)mat
2022-06-25rename World to dimensionmat
2022-06-24start adding movingmat
2022-06-23move_entity_with_deltamat
2022-06-23Fix everything so azalea-buf worksmat
2022-06-23azalea-bufmat
2022-06-20add gametick event and find_one_entitymat
2022-06-19Fix some clippy warningsmat
2022-06-19Improvements to azalea-world for entitiesmat
2022-06-17EntityStoragemat
2022-06-17ClientboundSetEquipmentPacketmat
2022-06-17Slightly improve bit storagemat
2022-06-16azalea-world uses azalea-blockmat
2022-05-14remove some console.logsmat
2022-05-14get_block_state worksmat
2022-05-14start adding get_block_statemat
2022-05-08add more stuffmat
2022-05-05random polishmat
2022-05-05remove some printsmat
2022-05-05Fix chunk decodingmat
2022-05-03start adding bit storagemat