aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src
AgeCommit message (Expand)Author
2024-01-08fix ping packet, explosion packet, and panic lessmat
2023-12-16fix non-u8 gamemodesmat
2023-12-10Climbing (#121)mat
2023-12-051.20.3 (#110)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-12-03clippymat
2023-11-18clippymat
2023-11-18share registries in swarms and fix some bugsmat
2023-11-07fix tests to compilemat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
2023-10-02optimize pathfinder moremat
2023-10-02start optimizing pathfindermat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-29update block shapesmat
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-25name variables in stepping upmat
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-04merge mainmat
2023-05-03Inventory (#48)mat
2023-03-3023w13amat
2023-03-141.19.4 (#57)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
2023-02-07move az_world::entity_info to az_world::entities::infoUbuntu
2023-02-04Use an ECS (#52)mat
2023-01-30have docs for all cratesUbuntu
2022-12-11make entities have a reference to WeakWorlds insteadmat
2022-12-08wrap_comments = truemat
2022-12-071.19.3 (#34)mat
2022-11-27Swarm (#36)mat