Lander Brandt

Results 14 issues of Lander Brandt

There are a fair number of assumptions currently about the [global state](https://github.com/landaire/fazi/blob/6681f140cba855b283db1358289640dd032cd5c9/src/driver.rs#L28-L42) that don't play well if we wanted to support a dumb fuzzing mode with no instrumentation. Some TODO...

Running zzuf on my target produces `zzuf[s=0,r=0.004]: signal 11 (SIGSEGV)` for every seed value provided. Running the application with the modified file though normally and in lldb I can see...

This PR rolls two unrelated changes into one: 1. Adds entity defs/etc. from 0.11.7 2. Adds some missing VoiceLine enum variants that were causing a panic on replays from newer...

The core `FileSystem` trait is defined as: ``` pub trait FileSystem: Debug + Sync + Send + 'static ``` This prohibits someone from implementing this trait on something that requires...