aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/pathfinder/simulation.rs
AgeCommit message (Expand)Author
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