aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/position.rs
AgeCommit message (Expand)Author
2025-01-10Fluid physics (#199)mat
2024-12-27better astar WeightedNode::cmpmat
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-11Implement EntityPositionSync (#196)mat
2024-12-05fix container_set_content, player_position, and recipe_book_remove packetsmat
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-04-231.20.5 (#127)mat
2024-02-24add Display for Vec3, add SimulationSet, and add EntityChunkPos componentmat
2024-02-24add some more convenience functionsmat
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-13i didn't actually commit the codemat
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-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
2023-10-04BLAZINGLY FAST 🚀🚀🚀 pathfindingmat
2023-10-02yet another W for linear searchesmat
2023-10-02optimize pathfinder moremat
2023-10-02optimize pathfinder moremat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-17heightmapsmat
2023-08-25implement stepping up stairsmat
2023-07-20derive Copy for ChunkSectionBlockPosmat
2023-06-14actually make Vec3::length sqrtmat
2023-06-14Vec3::distance_to and clippymat
2023-05-03Inventory (#48)mat
2023-03-141.19.4 (#57)mat
2023-03-07Add World::find_block (#80)mat
2023-02-05improve docsmat
2023-02-04Use an ECS (#52)mat
2022-12-08wrap_comments = truemat
2022-11-15Rename "dimension" to "world" (#39)mat
2022-11-12Pathfinder (#25)mat
2022-10-21work around rustc compilation errormat
2022-10-08handle SectionBlocksUpdate packetmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-09-06remove debug printlnmat
2022-09-04remove some debug stuff and fix recipe packetmat
2022-08-31test gravityUbuntu
2022-08-30clippyUbuntu
2022-08-29physics stuffmat