summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-10-07Graphics workingGraham Northup
But in need of terrible refactoring. Rust is beautiful sometimes. This is not one of those times.
2017-10-03Finished clientside parsing, starting graphicsGraham Northup
2017-10-01It plays network noises now!Graham Northup
2017-09-27It makes networked noise! (Poorly, for now)Graham Northup
2017-09-24Fix more style thingsCorey Richardson
All reported by clippy. Mostly stuff like unnecessary lifetimes or references.
2017-09-24Clean up some sub-optimal slice handlingCorey Richardson
Clippy noticed that update_from looked like a manual copy_from_slice, which alerted me to sum_into and mul_into also being suboptimal. With the new changes, the generated code is much cleaner: it lacks an extra "unnecessary" branch and is about 30% shorter (for those methods). I also think the code is a bit easier to read :)
2017-09-24Remove now-dead codeCorey Richardson
2017-09-24Fix compiler warningsCorey Richardson
Some minor stuff, mostly. The features have been stable since 1.20
2017-09-24parser appears to work (oh my)Graham Northup
2017-09-21Tokenizer for DSLGraham Northup
2017-09-20more of the same for the night :)Graham Northup
2017-09-19Starting work on proto decodeGraham Northup
2017-09-18it builds and does a thingGraham Northup
2017-09-18Initial work on modular synthesisGraham Northup