aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src
AgeCommit message (Expand)Author
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
2024-11-30Add missing world border boolean to use item on packet in 1.21.2 (#192)Shayne Hartford
2024-11-30Impl FromStr for BlockPos & Vec (again) (#191)Shayne Hartford
2024-11-28change DataComponentPatch::get to take in a generic (and add get_kind, has, a...mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-10-21Impl FromStr for BlockPos & Vec (#174)Shayne Hartford
2024-10-21Derive Deserialize & Serialize for BlockPos & Vec3 (#175)Shayne Hartford
2024-08-15fix sometimes being able to mine blocks through wallsmat
2024-07-05upgrade to simdnbt 0.6 (#160)mat
2024-05-14Update simdnbt dep (#148)veronoicc
2024-05-14update simdnbtmat
2024-04-231.20.5 (#127)mat
2024-02-26optimize physics a bit moremat
2024-02-24add Display for Vec3, add SimulationSet, and add EntityChunkPos componentmat
2024-02-24add some more convenience functionsmat
2024-01-04rename open_container to open_container_at and add get_open_containermat
2023-12-17make ParticleData fail to compile when new particles are added to ParticleKindmat
2023-12-17Add missing particles (#125)Tijn
2023-12-16fix non-u8 gamemodesmat
2023-12-16default to survival mode when GameMode is out of boundsmat
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-13i didn't actually commit the codemat
2023-12-05put azalea_core::tick behind feature flagmat
2023-12-051.20.3 (#110)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-11-19Replace azalea-nbt with simdnbt (#111)mat
2023-11-18share registries in swarms and fix some bugsmat
2023-10-26remove some more #![feature]smat
2023-10-26optimize azalea-core positions and remove some unnecessary nightly featuresmat
2023-10-11fix State incorrectly being reused when calling handlers in swarmmat
2023-10-10start adding mining to pathfindermat
2023-10-07make pathfinder twice as fast :sunglasses:mat
2023-10-06make sure pathfinder is always centered on the destination block (fixes tests)mat
2023-10-05replace a linear search with a binary search . . .mat
2023-10-04improve pathfinder heuristicsmat
2023-10-04add safety comments and simplify some codemat