Commit Graph

29 Commits

Author SHA1 Message Date
9307852eda Initial port to Bevy 0.7. 2022-05-06 11:07:59 -05:00
3ca886ee8c Remove unnecessary bounds.
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-04 09:32:51 -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
3cfb638b48 Remove calls to \.single. 2022-02-01 08:41:27 -06:00
a214206caf Assorted small changes. 2022-01-13 14:43:02 -06:00
ae7a0d13fa Finish port to Bevy 0.6. 2022-01-12 11:05:12 -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
bebcd4f66b Remove logging. 2021-10-01 09:07:15 -05:00
425c041613 Remove VisibleTiles in favor of looking up directly on the viewshed. 2021-09-27 13:46:11 -05:00
b24a30a5d3 Correctly sort coordinates when moving between features. 2021-09-27 13:18:45 -05:00
0dc9a49c4e Tweak exploration collision algorithm. 2021-09-27 12:26:24 -05:00
4a43642957 Only focus on visible/explorable features. 2021-09-27 10:37:15 -05:00
2ac2566f5d Floor coordinates so directions are consistent. 2021-09-27 09:57:21 -05:00
ef35478b34 More modernization. 2021-09-23 13:36:39 -05:00
3c54768e69 Don't despawn focused entities. 2021-09-22 10:21:31 -05:00
a59f8a22a1 Use Visible component with opacity to indicate that something should appear visually. 2021-09-22 08:23:01 -05:00
e90a85641b Begin updating exploration plugin. 2021-09-21 15:57:47 -05:00
42912e59a8 Refactor visibility to be collider and event-based. 2021-09-21 06:38:51 -05:00
1391856478 Bump mapgen. 2021-07-13 12:22:50 -05:00
2635dcbb9c Use mapgen::Map directly. 2021-06-09 14:53:48 -05:00
173630edab Refactor visibility to use physics system. 2021-06-09 14:13:09 -05:00
d5c580f165 Make action type generic for ExplorationPlugin. 2021-05-26 17:30:34 -05:00
c49b6ac33f Goodbye exits, hello portals. 2021-05-20 14:54:13 -05:00
b2138d3e4c Describe directions relatively. 2021-05-16 17:24:26 -05:00
9b124e5640 Put direction before distance. 2021-05-16 16:50:20 -05:00
3332d0a88d Initial commit. 2021-05-13 12:25:45 -05:00