aboutsummaryrefslogtreecommitdiff
path: root/azalea-core
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-20Release independent packagesmat
2024-12-20Release 0.11.0+mc1.21.4mat
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-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-12-031.21.4 (#189)mat
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-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