aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src
AgeCommit message (Expand)Author
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
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-18fix entities not always being despawned after mergemat
2023-09-17heightmapsmat
2023-09-10clippymat
2023-09-10fix physics bugsmat
2023-08-26simplify pathfindermat
2023-08-25implement stepping up stairsmat
2023-08-25add basic pathfinding testmat
2023-07-20derive Copy for ChunkSectionBlockPosmat
2023-07-14Mining (#95)mat
2023-06-14actually make Vec3::length sqrtmat
2023-06-14Vec3::distance_to and clippymat
2023-05-26add stuff related to chat signingmat
2023-05-03Inventory (#48)mat
2023-03-23rename Tag to Nbtmat
2023-03-141.19.4 (#57)mat
2023-03-14make ResourceLocation::new -> Self and impl Serialize/Deserialize for Resourc...mat
2023-03-11Add RegistryHolder struct and serde features (#81)EightFactorial
2023-03-07Add World::find_block (#80)mat
2023-02-21Make things public (#71)EightFactorial
2023-02-05improve docsmat
2023-02-04Use an ECS (#52)mat
2023-01-30have docs for all cratesUbuntu
2023-01-25Fix test and packets (#60)EightFactorial
2023-01-21clippymat