Nolan Darilek nolan
  • Joined on 2022-02-09
nolan pushed to main at projects/blackout 2023-04-10 20:25:06 +00:00
151f482854 Remove logging.
nolan pushed to main at projects/blackout 2023-04-10 18:37:23 +00:00
3d4069ac34 Temporarily switch to my own leafwing-input-manager fork.
nolan pushed to main at projects/blackout 2023-04-04 18:00:10 +00:00
880e79eb8d Only trigger stuck detection when against map obstruction.
nolan pushed to main at projects/blackout 2023-04-04 15:29:12 +00:00
ea881c0607 Log visibility in PostUpdate.
nolan pushed to main at projects/blackout 2023-04-04 13:55:49 +00:00
7a5c43b686 Bump dependency.
nolan pushed tag v0.3.1 to projects/bevy_synthizer 2023-04-04 12:26:57 +00:00
nolan pushed to main at projects/bevy_synthizer 2023-04-04 12:26:48 +00:00
c739219a70 Release
f69758164b Update CHANGELOG.
459d074040 chore: Only update_source_properties and update_listener need to run after transform propagation.
Compare 3 commits »
nolan pushed tag v0.3.0 to projects/bevy_synthizer 2023-04-03 19:49:48 +00:00
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.