Commit Graph

31 Commits

Author SHA1 Message Date
d0c4f5b29b Upgrade to Bevy 0.13. 2024-03-14 13:37:46 -05:00
4e0a36c4a5 Upgrade to Bevy 0.12. 2024-02-09 14:59:16 -06:00
e381109cad Simplify footstep and sound icon systems. 2023-10-16 07:35:08 -05:00
96b7dcb091 Update to Bevy 0.11. 2023-09-08 16:12:35 -05:00
dc56b5fc6d Support randomized footsteps.
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-03 11:56:57 -05:00
6f025d49aa Refactor SoundIcon and Footstep to new Audio type.
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-03 10:39:43 -05:00
dff59fe9cc Ordering tweaks.
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-01 10:37:49 -05:00
0774599ef4 Don't add transforms to non-existent entities. 2023-04-01 10:37:22 -05:00
865bdc333c Remove commands hack.
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-01 07:20:59 -05:00
cbad1648e8 Small ordering/set tweaks.
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-31 22:40:12 -05:00
feaeded719 Move PitchShiftPlugin into sound.
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-28 12:16:38 -05:00
966cdd903b Get rid of a bunch of iter calls. 2023-03-28 12:13:23 -05:00
01b796062e Initial port to Bevy 0.10. 2023-03-28 11:57:37 -05:00
4ecacb73ad Switch to PluginGroup.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 18:49:35 -06:00
aa054c3637 Re-export plugins.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 16:34:37 -06:00
f255239517 Make many plugins own their own config.
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 09:15:09 -06:00
b1a11de050 Upgrade to Bevy 0.9. 2022-12-19 14:08:31 -06:00
1108e3e75e Rename field in preparation for adding generic generator support.
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-10 08:34:23 -05:00
124cd74cb1 Use correct transform when computing offsets. 2022-08-27 12:26:58 -05:00
07e745c3fc Add experimental plugin for sounds that occupy a region, and should play at the nearest point on the collider.
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-23 09:49:14 -05:00
23d616eead Simplify sound components and refactor to single-source.
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-06 11:05:04 -05:00
e7c9da6f91 Switch to typed asset handling. 2022-08-03 09:43:07 -05:00
6ff5eb15a9 Appease Clippy.
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-06 10:13:59 -05:00
a1edab98f9 Set elapsed time of sound icons to their duration on visibility gain so they begin playing immediately. 2022-06-07 09:13:03 -05:00
a491e90573 Correctly manage icon state when visibility is lost.
Some checks failed
continuous-integration/drone/push Build is failing
2022-06-03 06:53:45 -05:00
32a04f2af4 Default gain to 1. 2022-05-31 10:59:25 -05:00
b2e4f9b729 Merge branch 'main' into synthizer 2022-05-31 10:38:05 -05:00
a26cf344d6 Add option check. 2022-05-31 10:17:16 -05:00
d54dbedea5 Rename variable for now. 2022-05-24 11:37:12 -05:00
29405c7307 Port to Synthizer. 2022-05-23 13:35:25 -05:00
1022037efe Move sound functionality into separate plugins.
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-23 11:51:44 -05:00