aboutsummaryrefslogtreecommitdiff
path: root/src/bt.rs
AgeCommit message (Collapse)Author
2019-12-12remove quick_errorDaniel Schadt
quick_error used the deprecated Error::cause interface, therefore we want to use our own error enums with proper methods.
2019-12-12use helper traits for better codeDaniel Schadt
2019-12-10make skill lookup table staticDaniel Schadt
2019-12-08add console output for build templatesDaniel Schadt
2019-12-08use iter_mut instead of indexingDaniel Schadt
2019-12-07remove debug outputDaniel Schadt
2019-12-07implement chatlink parsingDaniel Schadt
2019-12-07remove debug output from chat link creationDaniel Schadt
2019-12-07lint fixesDaniel Schadt
2019-12-07add chatlink + revenant legends supportDaniel Schadt
2019-12-06initial commitDaniel Schadt