aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src/lib.rs
AgeCommit message (Expand)Author
2025-08-04fix wrong float rounding in get_friction_influenced_speedmat
2025-07-24update movement code for 1.21.5 changesmat
2025-06-25remove some unused system orderingmat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat
2025-04-25update to bevy 0.16mat
2025-03-16entity collisionsmat
2025-03-16Fluid physics fixes (#210)mat
2025-02-22update to rust edition 2024mat
2025-01-12fix panic on bot disconnectmat
2025-01-10Fluid physics (#199)mat
2024-12-11Implement EntityPositionSync (#196)mat
2024-12-04Update Bevy and migrate to workspace dependencies and package attributes (#181)EightFactorial
2024-11-27Refactor azalea-protocol (#190)mat
2024-10-26group imports with rustfmtmat
2024-07-05upgrade to simdnbt 0.6 (#160)mat
2024-02-22fix for hypixel limbomat
2024-01-08fix ping packet, explosion packet, and panic lessmat
2023-12-10Climbing (#121)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-11-07fix tests to compilemat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
2023-10-02start optimizing pathfindermat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-18fix entities not always being despawned after mergemat
2023-09-14rename Local to LocalEntitymat
2023-09-13fix testsmat
2023-09-11fix falling through blocks on spawn (and triggering anticheats)mat
2023-09-10clippymat
2023-09-10fix physics bugsmat
2023-09-10fix incorrect jumpingmat
2023-08-25fix all bevy ambiguitiesmat
2023-08-25implement stepping up stairsmat
2023-08-25add failing test for that weird diagonal edge casemat
2023-08-25add basic pathfinding testmat
2023-08-15fix testsmat
2023-07-23clean up azalea-entity a littlemat
2023-07-14Mining (#95)mat
2023-07-09Update to Bevy 0.11 (#94)mat
2023-05-03Inventory (#48)mat
2023-03-14make ResourceLocation::new -> Self and impl Serialize/Deserialize for Resourc...mat
2023-03-11fix doc errorsmat
2023-03-07Add World::find_block (#80)mat
2023-03-07Bevy 0.10 (#79)mat
2023-02-25Fix system order ambiguities (#74)mat
2023-02-23fix jumpingmat
2023-02-13fix comment in testsUbuntu
2023-02-13fix `BlockCollisions` bounding box (#68)Charles Johnson
2023-02-10make blockstate goodUbuntu