Nolan Darilek nolan
  • Joined on 2022-02-09
nolan pushed to main at projects/bevy_synthizer 2022-12-06 23:49:05 +00:00
6ef9d3a56a Add cargo-release metadata.
b6407a7366 Switch to bullseye Rust image.
Compare 2 commits »
nolan pushed to main at projects/bevy_synthizer 2022-12-06 23:12:57 +00:00
8cc4c0ee94 Add Drone configuration.
b4d298636d Reflection integration for more types.
3fecb314f6 Upgrade to Bevy 0.9.
Compare 3 commits »
nolan pushed to main at projects/blackout 2022-10-04 19:53:20 +00:00
f6855ff727 Bump dependency.
nolan pushed to main at projects/bevy_synthizer 2022-09-28 14:34:24 +00:00
9cb1d1d447 Back to released Synthizer.
nolan pushed to main at projects/blackout 2022-09-28 14:32:40 +00:00
e4f60ff024 Migrate to actions for setting velocities.
nolan pushed to main at projects/blackout 2022-09-21 18:57:10 +00:00
43b163fbd9 Make snap turns more reliable, and avoid queuing unnecessary direction removal.
0a38e65d26 Add yaw() to Transform.
Compare 2 commits »
nolan pushed to main at projects/blackout 2022-09-13 15:06:14 +00:00
1837591ba5 impl PointLike for &GlobalTransform.
nolan pushed to main at projects/blackout 2022-09-12 22:00:49 +00:00
08d4d7429c Simplify and fix various issues with pathfinding.
nolan pushed to main at projects/blackout 2022-09-10 13:34:32 +00:00
1108e3e75e Rename field in preparation for adding generic generator support.
nolan pushed to main at projects/bevy_synthizer 2022-09-10 13:28:38 +00:00
298012455a Store a plain Generator in Sound component.
b60183c448 Remove unused variables.
Compare 2 commits »
nolan pushed to main at projects/bevy_synthizer 2022-09-08 01:23:31 +00:00
0f4aa54612 Remove logging.
nolan pushed to main at projects/blackout 2022-09-07 19:00:22 +00:00
f6f29653d6 Update CI.
nolan pushed to main at projects/blackout 2022-09-07 18:56:04 +00:00
6ec761d0fb Update features list for new bevy_tts.
nolan pushed to main at projects/blackout 2022-09-07 13:26:13 +00:00
a4b2a1b026 cargo fmt
nolan pushed to main at projects/blackout 2022-09-06 22:26:05 +00:00
0f78ed421d Add ability to store path cost modifiers as a component.
nolan pushed to main at projects/bevy_synthizer 2022-09-06 14:01:39 +00:00
d69ef38486 Add printlns around source creation, handle-setting and event dispatch.
nolan pushed to main at projects/bevy_synthizer 2022-09-06 00:16:24 +00:00
07d6d99ba7 Did a dumb.
nolan pushed to main at projects/bevy_synthizer 2022-09-05 18:37:46 +00:00
ed38b30843 If any source components exist on a sound without a source, assume the source should be created there and skip ancestry checks.
fe63521737 Move event system closer to state updates.
Compare 2 commits »
nolan pushed to main at projects/bevy_synthizer 2022-09-05 17:24:57 +00:00
ba45547038 Only clear source handles if PannerStrategy is actually changed (I.e. mutated, not added.)
nolan pushed to main at projects/bevy_synthizer 2022-09-05 15:38:26 +00:00
72c63af910 No longer concern ourselves with transforms when dynamically creating sources.