Nolan Darilek nolan
  • Joined on 2022-02-09
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.
nolan pushed to main at projects/bevy_synthizer 2022-09-04 22:28:28 +00:00
7906d93277 Add/tighten up assertions.
nolan pushed to main at projects/bevy_synthizer 2022-09-04 17:01:42 +00:00
9b7fb16ee5 Set gain and pitch on generators before connecting them.
nolan pushed to main at projects/blackout 2022-08-31 21:09:03 +00:00
c980854663 Correctly size zone colliders so they connect with neighbors.
nolan pushed to main at projects/blackout 2022-08-29 23:14:32 +00:00
a4fda4a41c Remove unneeded feature.
nolan pushed to main at projects/blackout 2022-08-29 19:09:17 +00:00
323d0b1268 Re-export Bevy.
nolan pushed to main at projects/blackout 2022-08-29 17:25:56 +00:00
1f3aa8eaa0 Add ordering to navigation-related systems.
8148aa4092 Tweak shape extents and position, and viewshed range, to correctly flag tiles as visible or blocked.
124cd74cb1 Use correct transform when computing offsets.
Compare 3 commits »
nolan pushed to main at projects/blackout 2022-08-27 14:11:56 +00:00
1020f818b9 Bump here_be_dragons.
nolan pushed tag v0.2.0 to projects/here_be_dragons 2022-08-27 13:51:09 +00:00
nolan pushed to main at projects/here_be_dragons 2022-08-27 13:50:07 +00:00
0c02c10895 (cargo-release) version 0.2.0
a732c8bb3a Update changelog.
Compare 2 commits »
nolan pushed to main at projects/here_be_dragons 2022-08-27 13:44:22 +00:00
579d94bc03 Don't just generate changelogs for unreleased changes.
f6878895b1 Is this the correct format for pre-release-hook?
50194aeab5 Add Clippy check.
1fa4ba6b26 refactor: map.at now returns Option<&Tile> rather than a wall tile when requested coordinates are out-of-bounds.
Compare 4 commits »
nolan pushed to main at projects/bevy_synthizer 2022-08-25 17:19:25 +00:00
aa60e1d70f Add assertion limiting pitch to 0..2.