Nolan Darilek nolan
  • Joined on 2022-02-09
nolan pushed to main at projects/blackout 2022-06-03 12:31:37 +00:00
1fb8873b01 Bump dependency.
nolan pushed to main at projects/blackout 2022-06-03 11:54:13 +00:00
a491e90573 Correctly manage icon state when visibility is lost.
32a04f2af4 Default gain to 1.
b2e4f9b729 Merge branch 'main' into synthizer
a26cf344d6 Add option check.
d54dbedea5 Rename variable for now.
Compare 6 commits »
nolan pushed to main at projects/bevy_synthizer 2022-06-03 00:28:15 +00:00
4f45cb6ee6 Make fields public.
nolan pushed to main at projects/bevy_synthizer 2022-06-02 23:37:18 +00:00
3c094e3b89 Rename and make public.
8dad8d41e0 Derive Debug.
Compare 2 commits »
nolan pushed to main at projects/bevy_synthizer 2022-05-24 17:38:50 +00:00
5eb557afc1 Bump Synthizer version.
nolan pushed to main at projects/bevy_synthizer 2022-05-24 16:18:16 +00:00
1c8b9b1865 Use exponential distance model in example.
nolan pushed to main at projects/bevy_synthizer 2022-05-24 16:17:23 +00:00
9391238bdc Set both source and generator gains for now.
nolan pushed to main at projects/bevy_synthizer 2022-05-24 15:28:37 +00:00
c6bf921a72 Create correct source types based on presence of panning components.
nolan pushed to main at projects/bevy_synthizer 2022-05-23 22:30:23 +00:00
7d3a0ba156 Break, don't continue.
nolan pushed to main at projects/bevy_synthizer 2022-05-23 22:18:28 +00:00
2e55e0b4dc Add support for events.
nolan pushed to main at projects/bevy_synthizer 2022-05-23 17:47:07 +00:00
10325cdbc6 Make fields public.
nolan pushed to main at projects/blackout 2022-05-23 17:08:11 +00:00
1022037efe Move sound functionality into separate plugins.
5db110ccc8 Appease Clippy.
Compare 2 commits »
nolan created branch main in projects/bevy_synthizer 2022-05-19 16:32:50 +00:00
nolan pushed to main at projects/bevy_synthizer 2022-05-19 16:32:50 +00:00
c945c8b1ba Add more context configuration parameters to configuration, and sync with context on change.
ca96a99777 Add support for angular/scalar panning.
58e2c9b860 Store and update PannerStrategy directly in config.
6b4daf5764 Sync states more aggressively, and use property defaults when components don't exist.
eab98cca4e Various tweaks to get example working.
Compare 7 commits »
nolan created repository projects/bevy_synthizer 2022-05-19 16:31:38 +00:00
nolan pushed to main at projects/blackout 2022-05-19 14:25:35 +00:00
6d8f235657 Eliminate extra stage for sound icons and exploration.
nolan pushed to main at projects/blackout 2022-05-18 15:33:18 +00:00
270d44bfa7 Update README.
b3a06abf0f Various visibilityu/exploration tweaks and consistency fixes.
480e3cc6a5 Consistently convert coordinates.
34b10aaca4 Divide, not multiply.
Compare 4 commits »
nolan pushed to main at projects/blackout 2022-05-17 15:38:16 +00:00
615af720cb Major visibility system updates.
64fd169ba2 Trigger icon check based on visibility, not presence of coordinates.
7e6fd923a3 More accurately sync speed and velocity.
ef55419bb7 Restore transforms so portals' transforms update correctly, and don't add children twice.
e8a15fd84d Strip down bundle and correct overly broad query.
Compare 10 commits »
nolan pushed to main at projects/blackout 2022-04-05 13:35:05 +00:00
37d0f0fcde Further tweaks to snap turns.
nolan pushed to main at projects/blackout 2022-04-04 17:54:05 +00:00
aba63ebb19 Migrate to new Rapier.