aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2019-12-25Merge branch 'user-options'Daniel Schadt
2019-12-25add flag to disable cachingDaniel Schadt
2019-12-25use byteorder for chatlink parsingDaniel Schadt
2019-12-20remove hard coded palette IDsDaniel Schadt
Now that the API actually returns the proper palette IDs, we can use those values instead of relying on the hard coded values. This also gets rid of the make_table script that was mostly hackish anyway, and the lazy static HashMap.
2019-12-14add preliminary support for user configurationsDaniel Schadt
2019-12-13better output for image rendering errorsDaniel Schadt
So far, we silently ignored all errors, because we assumed that they would be the EmptyBuild anyway. This fixes this by not swallowing errors anymore, and instead displays them.
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-12add some more doc commentsDaniel Schadt
2019-12-10avoid crashing with empty build templatesDaniel Schadt
This would occur if e.g. only the profession was given.
2019-12-10make skill lookup table staticDaniel Schadt
2019-12-08add console output for build templatesDaniel Schadt
2019-12-08use if on boolean instead of matchDaniel Schadt
2019-12-08add support for brightness gradientsDaniel Schadt
2019-12-07implement chatlink parsingDaniel Schadt
2019-12-07basic color supportDaniel Schadt
2019-12-07lint fixesDaniel Schadt
2019-12-07add chatlink + revenant legends supportDaniel Schadt
2019-12-06initial commitDaniel Schadt