Commit Graph

44 Commits

Author SHA1 Message Date
08d4d7429c Simplify and fix various issues with pathfinding.
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-12 17:00:33 -05:00
a4b2a1b026 cargo fmt
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-07 08:25:21 -05:00
0f78ed421d Add ability to store path cost modifiers as a component.
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-06 17:25:14 -05:00
1020f818b9 Bump here_be_dragons.
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-27 09:11:37 -05:00
5f14a90b92 Refactor access of AsyncComputeTaskPool. 2022-08-01 12:30:37 -05:00
2d00bbb2db Add implementation of PointLike for &Destination.
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-18 11:53:33 -05:00
bff40340a8 Upgrade Rapier. 2022-07-12 12:43:43 -05:00
3c61a57bc6 cargo fmt
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-15 10:30:53 -05:00
eae03f8f7a Correctly offset shape when calculating whether it will collide at tile. 2022-06-15 10:28:00 -05:00
13d1cb0734 Get rid of Coordinates. 2022-05-10 13:56:49 -05:00
f3d03d531a Appease Clippy. 2022-05-07 04:53:21 -05:00
623b731765 Only check collisions with map when pathfinding. 2022-05-07 04:50:17 -05:00
9307852eda Initial port to Bevy 0.7. 2022-05-06 11:07:59 -05:00
bc24308fa1 Appease Clippy and fix gnarly visibility error.
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-25 01:00:30 -05:00
4f1c420348 Switch to here_be_dragons.
Some checks failed
continuous-integration/drone/push Build is failing
2022-03-18 15:58:27 -05:00
24334ba511 Update mapgen to custom fork. 2022-03-15 10:37:28 -05:00
0fa6875d8c No need to remove this component, and guard against entity not existing. 2022-03-02 09:44:27 -06:00
0f4da55509 Remove calculating task at time of creation to avoid needing a separate system. 2022-03-01 11:30:48 -06:00
7d179b45f7 Fix a crash. 2022-01-26 14:56:52 -06:00
e4ee87ee27 Various crash fixes. 2022-01-20 18:06:20 -06:00
ae7a0d13fa Finish port to Bevy 0.6. 2022-01-12 11:05:12 -06:00
65e7c0f870 Will giving explicit ownership to this function help? Doesn't seem to. 2022-01-10 23:14:31 -06:00
698f12d9bd WIP: Continue upgrade. 2022-01-10 23:05:51 -06:00
356caa09e0 WIP: Begin porting to Bevy 0.6. 2022-01-10 13:52:27 -06:00
78e9e8b680 Remove logging. 2021-10-06 07:39:15 -05:00
8f5b1b8f08 Simplify path negotiation. 2021-09-17 10:02:33 -05:00
dc1c14fd23 Various pathfinding tweaks. 2021-09-16 14:26:45 -05:00
5664f9e646 Remove printlns. 2021-07-28 09:39:10 -05:00
7f61eb3a90 Even more cleanup. 2021-07-27 20:29:08 -05:00
d28dd051e4 More cleanup. 2021-07-27 20:17:36 -05:00
ae46114f6d Simplify calculation query. 2021-07-27 20:12:36 -05:00
a4f0fa8aa4 Round 2: Refactor to futures, attaching tasks as components. 2021-07-27 17:10:13 -05:00
1eb5351a9c Round 1 of pathfinding optimizations. 2021-07-27 11:17:06 -05:00
fee446cb7d Pathfinding optimizations. 2021-07-21 15:20:02 -05:00
fc9e561be7 Appease Clippy. 2021-07-13 12:26:51 -05:00
a5fdea3292 Pathfinding takes physics into account. 2021-06-28 10:04:53 -05:00
64499a6278 Broaden circumstances in which paths are calculated. 2021-06-16 13:35:32 -05:00
98bca77f66 More tweaks to pathfinding and visibility. 2021-06-16 11:28:06 -05:00
2e805b3b8b Use physics for pathfinding. 2021-06-15 17:48:49 -05:00
2635dcbb9c Use mapgen::Map directly. 2021-06-09 14:53:48 -05:00
c4533c7024 Remove collision indices. 2021-06-02 17:02:38 -05:00
b6fe9d420e Introduce physics to movement controls. 2021-06-02 16:53:35 -05:00
1c970a3f41 Remove custom movement system. 2021-06-02 16:25:28 -05:00
3332d0a88d Initial commit. 2021-05-13 12:25:45 -05:00