Nolan Darilek nolan
  • Joined on 2022-02-09
nolan pushed to main at projects/bevy_synthizer 2023-04-03 19:49:41 +00:00
c14f94eb76 Release
3e0b0a3e7f Update CHANGELOG.
Compare 2 commits »
nolan pushed to main at projects/bevy_synthizer 2023-04-03 19:48:15 +00:00
855fb714da chore: Restructure system schedule to more idiomatic Bevy 0.10 style.
b1c1e82866 feat!: Renamed SynthizerSystems to SynthizerSets.
Compare 2 commits »
nolan pushed to main at projects/blackout 2023-04-03 16:57:17 +00:00
dc56b5fc6d Support randomized footsteps.
nolan pushed to main at projects/blackout 2023-04-03 15:39:50 +00:00
6f025d49aa Refactor SoundIcon and Footstep to new Audio type.
nolan deleted branch commands-refactor from projects/blackout 2023-04-03 14:09:38 +00:00
nolan deleted branch bevy-0.10 from projects/blackout 2023-04-03 14:09:27 +00:00
nolan pushed to main at projects/blackout 2023-04-03 14:09:02 +00:00
6eddde886e Clean up state/scheduling setup.
dff59fe9cc Ordering tweaks.
0774599ef4 Don't add transforms to non-existent entities.
865bdc333c Remove commands hack.
cbad1648e8 Small ordering/set tweaks.
Compare 9 commits »
nolan pushed to commands-refactor at projects/blackout 2023-04-01 15:37:55 +00:00
dff59fe9cc Ordering tweaks.
0774599ef4 Don't add transforms to non-existent entities.
Compare 2 commits »
nolan created branch commands-refactor in projects/blackout 2023-04-01 12:21:41 +00:00
nolan pushed to commands-refactor at projects/blackout 2023-04-01 12:21:41 +00:00
865bdc333c Remove commands hack.
nolan pushed to bevy-0.10 at projects/blackout 2023-04-01 03:40:20 +00:00
cbad1648e8 Small ordering/set tweaks.
nolan pushed to bevy-0.10 at projects/blackout 2023-03-30 16:45:51 +00:00
d415345d2f Remove noisy panic handler.
nolan created branch bevy-0.10 in projects/blackout 2023-03-28 17:17:00 +00:00
nolan pushed to bevy-0.10 at projects/blackout 2023-03-28 17:17:00 +00:00
feaeded719 Move PitchShiftPlugin into sound.
966cdd903b Get rid of a bunch of iter calls.
01b796062e Initial port to Bevy 0.10.
Compare 3 commits »
nolan pushed to main at projects/blackout 2023-03-28 13:49:59 +00:00
8e4369163a Truncate coordinates rather than using floor.
30250a4310 Action-based pathfinding.
Compare 2 commits »
nolan pushed tag v0.2.0 to projects/bevy_synthizer 2023-03-06 20:26:18 +00:00
nolan pushed to main at projects/bevy_synthizer 2023-03-06 20:26:13 +00:00
18dd994077 Release
f23edf1136 Update changelog.
Compare 2 commits »
nolan pushed to main at projects/bevy_synthizer 2023-03-06 20:25:09 +00:00
b381e1501f chore: Update to Bevy 0.10.
35f132d858 feat: Sound components can now get audio from either buffers or generators.
Compare 2 commits »
nolan pushed tag v0.3.0 to projects/here_be_dragons 2023-02-22 16:45:33 +00:00
nolan pushed to main at projects/here_be_dragons 2023-02-22 16:45:28 +00:00
c47b48d627 Release