aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src/collision/mod.rs
AgeCommit message (Expand)Author
10 dayscorrect shapes for blocks with random offsetsmat
10 daysfix some incorrect component implsmat
10 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-01-13Rename Instance to World (#304)mat
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12Refactor azalea-registry (#294)mat
2025-11-11cleanupmat
2025-10-30Remove unnecessary MoveEntityError and MovePlayerError types and other cleanupmat
2025-09-27allow picking other bots in hit resultsmat
2025-08-14Sneaking (#237)mat
2025-08-12send correct packets on teleportmat
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-03-16entity collisionsmat
2025-03-16Fluid physics fixes (#210)mat
2025-02-22update to rust edition 2024mat
2025-01-10Fluid physics (#199)mat
2024-12-28better pathfinder debug messagesmat
2024-12-27implement fluid_shapemat
2024-12-11Implement EntityPositionSync (#196)mat
2024-11-27Refactor azalea-protocol (#190)mat
2024-02-26optimize physics a bit moremat
2023-12-10Climbing (#121)mat
2023-10-12KnockbackEvent and rename Physics::delta to velocitymat
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-08-25fix all bevy ambiguitiesmat
2023-08-25name variables in stepping upmat
2023-08-25implement stepping up stairsmat
2023-07-14Mining (#95)mat
2023-05-03Inventory (#48)mat
2023-03-07Bevy 0.10 (#79)mat
2023-02-04Use an ECS (#52)mat
2022-12-11make entities have a reference to WeakWorlds insteadmat
2022-12-08wrap_comments = truemat
2022-11-27Swarm (#36)mat
2022-11-18Player List (#41)mat
2022-11-15Rename "dimension" to "world" (#39)mat
2022-11-12Pathfinder (#25)mat
2022-10-02add jumpingmat
2022-10-02All block shapes & collisions (#22)mat
2022-09-04remove some debug stuff and fix recipe packetmat
2022-09-02get rid of Readable & Writable (#21)mat
2022-08-31test gravityUbuntu
2022-08-29Physics (#11)mat