aboutsummaryrefslogtreecommitdiff
path: root/azalea-core
AgeCommit message (Expand)Author
2024-11-23Update and merge the dependencies (#187)Shayne Hartford
2024-10-26group imports with rustfmtmat
2024-10-22Release 0.10.3+mc1.21.1mat
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-06-13Release 0.10.2mat
2024-05-14Update simdnbt dep (#148)veronoicc
2024-05-14update simdnbtmat
2024-04-23Release 0.10.0mat
2024-04-24upgrade depsmat
2024-04-24Revert "Release 0.10.0"mat
2024-04-23Release 0.10.0mat
2024-04-231.20.5 (#127)mat
2024-04-20upgrade depsmat
2024-04-18Release 0.9.1mat
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-02-17upgrade deps, bevy 0.13mat
2024-01-25update depsmat
2024-01-08upgrade depsmat
2024-01-04rename open_container to open_container_at and add get_open_containermat
2023-12-28read nbt as optional in more placesmat
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-05Release 0.9.0mat
2023-12-05upgrade depsmat
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-11-06bevy 0.12mat
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-08update repo linksmat
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