Nolan Darilek nolan
  • Joined on 2022-02-09
nolan pushed to refactor-sound at projects/bevy_synthizer 2022-08-05 22:53:55 +00:00
37c7793ad2 If a sound doesn't have a source, create a default.
nolan created branch refactor-sound in projects/bevy_synthizer 2022-08-05 22:05:02 +00:00
nolan pushed to refactor-sound at projects/bevy_synthizer 2022-08-05 22:05:02 +00:00
7afa509228 Refactor Sound into Source to minimize Synthizer source use.
nolan pushed to main at projects/blackout 2022-08-04 19:44:49 +00:00
85e24b5b45 Remove missing branches from dependency.
nolan pushed to main at projects/blackout 2022-08-04 19:30:51 +00:00
1fb194266c Update direction in PreUpdate.
e1a1522269 Correctly calculate direction and distance with yaws.
1fcec80e0e Add system for limiting speed.
c02f9b21d6 Navigation cleanup.
Compare 4 commits »
nolan pushed to main at projects/blackout 2022-08-03 14:43:23 +00:00
e7c9da6f91 Switch to typed asset handling.
nolan deleted branch bevy-0.8 from projects/bevy_synthizer 2022-08-02 22:24:13 +00:00
nolan pushed to main at projects/bevy_synthizer 2022-08-02 22:24:02 +00:00
def95dcccb Update to Bevy 0.8.
nolan pushed to main at projects/blackout 2022-08-02 22:17:16 +00:00
57091d7e9e cargo fmt
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.