aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/simulation.rs
AgeCommit message (Expand)Author
9 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-03-06fix various regressions from optimization attemptsmat
2026-01-19delay initialization of cached_mining_costs in pathfindermat
2026-01-18fix testsmat
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
2025-12-12Refactor azalea-registry (#294)mat
2025-12-09Enchantments (#286)mat
2025-11-13rename ResourceLocation to Identifier ahead of mojmap changesmat
2025-09-28upgrade bevy to 0.17.0-rc.2mat
2025-09-26don't re-export azalea::bot::*, and some doc improvementsmat
2025-08-14Sneaking (#237)mat
2025-08-12send correct packets on teleportmat
2025-06-16implement EntityHitResultmat
2025-06-11implement reverting block state predictions on ackmat
2025-06-02fix issues related to pathfinder miningmat
2025-02-22Refactor azalea-client (#205)mat
2025-02-22update to rust edition 2024mat
2025-02-01add failing test_set_health_before_login testmat
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-23Update and merge the dependencies (#187)Shayne Hartford
2024-10-21Rename InventoryComponent to Inventory to match other components (#177)Shayne Hartford
2024-08-15fix sometimes being able to mine blocks through wallsmat
2024-02-26optimize physics a bit moremat
2024-02-25optimize physicsmat
2024-02-24add Display for Vec3, add SimulationSet, and add EntityChunkPos componentmat
2023-12-17fix testsmat
2023-12-10Climbing (#121)mat
2023-12-04Replace Bevy's FixedUpdate with Azalea's GameTick (#119)mat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-11-06bevy 0.12mat
2023-10-10start adding mining to pathfindermat
2023-10-03upgrade deps and make test not flakymat
2023-10-01organize azalea_core and re-export it from azaleamat
2023-09-211.20.2 (#99)mat
2023-09-18instanceloadedevent and a few fixesmat
2023-09-14detect obstructions while pathfinding and better results on timeoutmat
2023-09-14rename Local to LocalEntitymat
2023-09-11fix falling through blocks on spawn (and triggering anticheats)mat
2023-08-25add failing test for that weird diagonal edge casemat
2023-08-25add basic pathfinding testmat