Nolan Darilek nolan
  • Joined on 2022-02-09
nolan pushed to main at projects/here_be_dragons 2022-03-18 18:37:28 +00:00
3695eec13a Add secrets config for Discord.
nolan pushed to main at projects/here_be_dragons 2022-03-18 18:32:11 +00:00
469747919b Try pushing notifications to Discord.
nolan pushed to main at projects/here_be_dragons 2022-03-18 17:46:00 +00:00
3737cdee6a Install Clippy.
nolan pushed to main at projects/here_be_dragons 2022-03-18 17:43:05 +00:00
4926caa1ce Install rustfmt.
nolan pushed to main at projects/here_be_dragons 2022-03-18 17:33:47 +00:00
c538ef6877 Update Drone config.
nolan pushed to main at projects/here_be_dragons 2022-03-18 17:05:34 +00:00
72b51909c3 Add Drone configuration.
nolan pushed to main at projects/here_be_dragons 2022-03-18 16:56:53 +00:00
1c29eb71cd Rename.
nolan created branch main in projects/here_be_dragons 2022-03-18 16:44:15 +00:00
nolan pushed to main at projects/here_be_dragons 2022-03-18 16:44:15 +00:00
20a14de05d Add rectangle containment check for points.
7bb972c7b4 Derive Eq and Hash on Rect.
0d5624fe4c Bump edition and appease Clippy.
a49e9d019b Use correct types so builder_data example works.
66a470d669 Remove type parameter.
Compare 10 commits »
nolan created repository projects/here_be_dragons 2022-03-18 16:42:41 +00:00
nolan pushed to main at projects/blackout 2022-03-17 17:39:42 +00:00
f16d160994 Avoid possible crash.
nolan pushed to main at projects/blackout 2022-03-17 17:15:54 +00:00
0751cf344d Cache collision data when calculating visibility.
92b0a92a70 Restore timestep for visibility updates.
Compare 2 commits »
nolan pushed to main at projects/blackout 2022-03-16 15:50:53 +00:00
197080e5fd Trim down on unnecessary visibility updates.
nolan pushed to main at projects/blackout 2022-03-15 15:48:25 +00:00
81162c8ca8 Don't speak direction component when added.
nolan pushed to main at projects/blackout 2022-03-15 15:37:39 +00:00
24334ba511 Update mapgen to custom fork.
nolan pushed to main at projects/blackout 2022-03-10 21:34:50 +00:00
b9ae909920 Add speech_dispatcher_0_10 feature for building with newer speech-dispatcher.
nolan pushed to main at projects/blackout 2022-03-07 16:56:14 +00:00
324e1c9603 Bump dependency.
nolan pushed to main at projects/blackout 2022-03-02 15:44:39 +00:00
0fa6875d8c No need to remove this component, and guard against entity not existing.
nolan pushed to main at projects/blackout 2022-03-01 17:30:57 +00:00
0f4da55509 Remove calculating task at time of creation to avoid needing a separate system.
nolan pushed to main at projects/blackout 2022-02-24 19:37:25 +00:00
3202956719 Fix crashes caused by non-existent entities.