Nolan Darilek nolan
  • Joined on 2022-02-09
nolan pushed to main at projects/blackout 2022-08-02 22:15:46 +00:00
627f63211d Refactor to leafwing-input-manager.
c0a1befd98 Correct distance calculation between colliders.
4495174be0 Fix yaw calculation.
5f14a90b92 Refactor access of AsyncComputeTaskPool.
2ff8a858ed Update to Bevy 0.8.
Compare 5 commits »
nolan created branch bevy-0.8 in projects/bevy_synthizer 2022-08-01 16:03:10 +00:00
nolan pushed to bevy-0.8 at projects/bevy_synthizer 2022-08-01 16:03:10 +00:00
def95dcccb Update to Bevy 0.8.
nolan pushed to main at projects/blackout 2022-07-25 19:20:23 +00:00
da413ef4e4 Ensure width/height are positive.
nolan pushed to main at projects/blackout 2022-07-25 18:53:03 +00:00
21f79b0528 Remove Map dependency from some visibility systems.
nolan pushed to main at projects/blackout 2022-07-25 16:12:54 +00:00
4e63ad21d1 Remove some logging.
nolan pushed to main at projects/blackout 2022-07-20 15:18:25 +00:00
360bf5094b cargo fmt
3e6b864e3e Merge branch 'visibility'
df3e72909c Remove unnecessary default.
d19048c4a8 Use AABB intersection rather than point containment.
a0ca6a9f55 Massive visibility cleanup/optimization.
Compare 5 commits »
nolan pushed to main at projects/blackout 2022-07-19 16:56:51 +00:00
bd899b9c8e Reorganize.
f3d2778830 cargo fmt
Compare 2 commits »
nolan pushed to main at projects/blackout 2022-07-19 16:25:07 +00:00
1721dc98f8 Refactor helpers for direction and distance, adding some that take colliders into account.
nolan pushed to main at projects/blackout 2022-07-18 16:53:45 +00:00
2d00bbb2db Add implementation of PointLike for &Destination.
410b07826c Add Zone component on rooms.
Compare 2 commits »
nolan pushed to main at projects/blackout 2022-07-13 14:25:48 +00:00
95e32b3689 Update direction later to hopefully fix other miscalculations.
nolan pushed to main at projects/blackout 2022-07-12 22:29:31 +00:00
6b6a961720 Make maps optional for exploration.
nolan pushed to main at projects/blackout 2022-07-12 20:23:01 +00:00
4b07388a56 Make exploration types generic.
nolan pushed to main at projects/blackout 2022-07-12 17:43:54 +00:00
bff40340a8 Upgrade Rapier.
nolan pushed to main at projects/blackout 2022-07-11 22:03:46 +00:00
65067412af Remove direction when transform is removed.
nolan pushed to main at projects/blackout 2022-07-11 19:01:41 +00:00
a1cfc448db Update viewshed in distinct stage to ensure that data is synced.
nolan pushed to main at projects/blackout 2022-07-11 17:49:38 +00:00
3994fef9d0 Run snap system after direction is updated.
nolan pushed to main at projects/blackout 2022-07-11 15:26:12 +00:00
1ff98c9132 Make visibility colliders the single source of truth for calculations.
nolan pushed to main at projects/blackout 2022-07-06 15:14:07 +00:00
6ff5eb15a9 Appease Clippy.
6ac7beb788 Bump dependencies.
Compare 2 commits »
nolan pushed to main at projects/blackout 2022-06-15 16:33:46 +00:00
9d5925b4d0 Make physics serializable and deterministic to help with debugging.