Nolan Darilek nolan
  • Joined on 2022-02-09
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.
nolan pushed to main at projects/blackout 2022-06-15 15:31:16 +00:00
3c61a57bc6 cargo fmt
nolan pushed to main at projects/blackout 2022-06-15 15:28:31 +00:00
257e228a7a Use single collider per tile, and fix other off-by-1 errors.
eae03f8f7a Correctly offset shape when calculating whether it will collide at tile.
Compare 2 commits »
nolan pushed to main at projects/bevy_synthizer 2022-06-13 14:24:41 +00:00
5615a28ece Reset source when panner strategy changes or is removed.
28718d2e85 Add ability to set panner strategy on source creation.
Compare 2 commits »
nolan pushed to main at projects/bevy_synthizer 2022-06-07 22:58:24 +00:00
4e6c01d654 Back to synthizer-rs master.
nolan pushed to main at projects/blackout 2022-06-07 14:14:18 +00:00
a019e8b5c7 Add GlobalTransform to map colliders.
a1edab98f9 Set elapsed time of sound icons to their duration on visibility gain so they begin playing immediately.
Compare 2 commits »
nolan pushed to main at projects/bevy_synthizer 2022-06-03 16:23:15 +00:00
14235e0a68 Add assertions to ensure parameter ranges are clamped, and add ScalarPan::center().
nolan pushed to main at projects/blackout 2022-06-03 15:11:28 +00:00
828a0ca0b3 Add GlobalTransform to Area.
nolan pushed to main at projects/blackout 2022-06-03 13:38:19 +00:00
a9645bad7d This dependency is needed.
nolan pushed to main at projects/blackout 2022-06-03 13:34:30 +00:00
9660b3aba3 Fix wrapping error.
nolan pushed to main at projects/blackout 2022-06-03 13:19:11 +00:00
629c854bc3 Install a different set of dependencies.
nolan pushed to main at projects/blackout 2022-06-03 13:14:13 +00:00
e5b43e4388 cargo fmt