aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src
AgeCommit message (Expand)Author
2025-08-10use Vec3f32 in entity metadata to fix parsing Vector3 valuesmat
2025-08-10Send correct data component checksums (#234)mat
2025-08-09clippymat
2025-08-05use same pi value as javamat
2025-08-04Default components (#232)mat
2025-08-04fix wrong float rounding in get_friction_influenced_speedmat
2025-07-24update movement code for 1.21.5 changesmat
2025-07-24add FastFixedBitSet and use it in the pathfindermat
2025-06-16cleanupmat
2025-06-16implement EntityHitResultmat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11add BlockPos::distance_to and lengthmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-02add BlockPos::center_bottommat
2025-06-03fix issues when pathfinding to non-full blocks and add Client::view_inventorymat
2025-06-03replace wait_one_tick with wait_ticks and some other api improvementsmat
2025-06-02actually send Event::ReceiveChunkmat
2025-06-02add basic support for getting biome ids in chunksmat
2025-05-31doc updatesmat
2025-05-30more formatting fixesmat
2025-05-30formatting: merge importsmat
2025-05-30fix clippy issues and improve formatting everywheremat
2025-05-30make fixedbitset require generic const exprs again :3mat
2025-05-09fix offline-mode cert warnings and improve some docsmat
2025-05-10add StartUseItemEvent and improve code related to interactionsmat
2025-04-04remove executable bit from filesmat
2025-03-251.21.5 (#198)mat
2025-03-16entity collisionsmat
2025-03-16Fluid physics fixes (#210)mat
2025-03-13fix wrong Consumable component implementation and add set_equipment testmat
2025-02-22update to rust edition 2024mat
2025-02-21GameTick should only happen after Updatemat
2025-02-21Fix errors on switching dimensions (#204)mat
2025-02-21fix CustomModelData and WrittenBookContent datacomponentsmat
2025-02-14remove stabilized trait_upcasting feature gatesmat
2025-02-02start implementing data driven registriesmat
2025-01-21fix errors when switching worldsmat
2025-01-10Fluid physics (#199)mat
2024-12-28bump minimum rust version and improve pathfinder docsmat
2024-12-27better astar WeightedNode::cmpmat
2024-12-27resolve some todos in az-coremat
2024-12-25optimize pathfindermat
2024-12-24fix parsing Dust particle and treat waterlogged blocks as liquid in pathfindermat
2024-12-24add additional pathfinder test and fix pathfinder failuremat
2024-12-21fix unlinked link in commentmat
2024-12-12chore(core): Derive Serialize and Deserialize for `direction` types (#197)Gaspard Culis
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-11remove the generic_const_exprs feature since it's unused and to make the rust...mat
2024-12-11fix for latest nightly by changing the FixedBitSet generic to take bytes inst...mat
2024-12-05fix container_set_content, player_position, and recipe_book_remove packetsmat