aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src
AgeCommit message (Expand)Author
2026-03-28instant path updates for simple paths, and add follow command to testbotmat
2026-03-2426.1 (#316)mat
2026-03-21Extensible ChunkStoragemat
2026-03-20optimize pathfinder swarms and write perf guidemat
2026-03-18merge logic for the three move_entity packetsmat
2026-03-06speed up PalettedContainer::get_at_index by inlining thingsmat
2026-03-05optimized converting from blockstate to blockkindmat
2026-03-04update Section::block_count when setting blocksmat
2026-02-22fix incorrect PalettedContainer::write implmat
2026-02-22fix testsmat
2026-02-18simplify bit storagemat
2026-01-20remove check for block_count and add relevant commentmat
2026-01-19minor physics optimizationsmat
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-13Merge AzaleaRead and AzaleaWrite (#305)mat
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
2025-12-27Move Client struct to azalea crate (#297)mat
2025-12-27additional doc aliases for Instance and InstanceNamemat
2025-12-15write/update docs for several itemsmat
2025-12-14create typos.toml and fix typosmat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12move update_fluid_on_eyes from Update to GameTickmat
2025-12-11enable str_to_string clippy lintmat
2025-12-12Refactor azalea-registry (#294)mat
2025-11-15log more debug info when resizing chunk palettesmat
2025-11-13rename ResourceLocation to Identifier ahead of mojmap changesmat
2025-10-30Remove unnecessary MoveEntityError and MovePlayerError types and other cleanupmat
2025-10-12upgrade deps and clean up lots of doc commentsmat
2025-10-05add Client::query_entitymat
2025-08-12fix rotations flagging anticheatsmat
2025-06-27typosmat
2025-06-16implement EntityHitResultmat
2025-06-11implement reverting block state predictions on ackmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-08insert ClientInformation earliermat
2025-06-03fix issues when pathfinding to non-full blocks and add Client::view_inventorymat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat
2025-06-02improve docs for biome codemat
2025-06-02add Event::ReceiveChunk and find_blocks_in_chunk functionmat
2025-06-01add Client::entities_by and improve some docsmat
2025-06-02add basic support for getting biome ids in chunksmat
2025-05-30more formatting fixesmat
2025-05-30formatting: merge importsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-23doc fixesmat
2025-05-07fix chunk errors when joining a world with a same name but different heightmat
2025-05-02fix InstanceName desyncmat
2025-04-25update to bevy 0.16mat
2025-04-17make BlockState::id privatemat