index
:
kondou
master
Guild Wars 2 build template visualizer
Daniel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-07
Modernize error handling
Daniel Schadt
2021-10-07
Remove deprecated functions
Daniel Schadt
2021-10-07
Update dependencies
Daniel Schadt
2020-03-24
update dependencies
Daniel Schadt
2020-02-19
update dependencies
Daniel Schadt
2019-12-25
allow the spec names to be aligned center/right
Daniel Schadt
2019-12-25
[render] factor out trait position calculation
Daniel Schadt
2019-12-25
remove BuildTemplate::empty()
Daniel Schadt
2019-12-25
Merge branch 'user-options'
Daniel Schadt
2019-12-25
add more user configurable options
Daniel Schadt
2019-12-25
add flag to disable caching
Daniel Schadt
2019-12-25
use byteorder for chatlink parsing
Daniel Schadt
2019-12-20
add comment about 12 byte padding
Daniel Schadt
2019-12-20
remove hard coded palette IDs
Daniel Schadt
2019-12-20
don't error when cache value can't be deserialized
Daniel Schadt
2019-12-16
also use a mask for major trait images
Daniel Schadt
2019-12-16
update minor trait mask
Daniel Schadt
2019-12-14
add preliminary support for user configurations
Daniel Schadt
2019-12-14
correctly render transparent backgrounds
Daniel Schadt
2019-12-14
replace magic constants in renderer
Daniel Schadt
2019-12-13
better output for image rendering errors
Daniel Schadt
2019-12-13
don't need trait descriptions
Daniel Schadt
2019-12-12
update rusttype
Daniel Schadt
2019-12-12
remove quick_error
Daniel Schadt
2019-12-12
use helper traits for better code
Daniel Schadt
2019-12-12
add some more doc comments
Daniel Schadt
2019-12-10
avoid crashing with empty build templates
Daniel Schadt
2019-12-10
make skill lookup table static
Daniel Schadt
2019-12-10
sanitize ID before accessing or sending to the API
Daniel Schadt
2019-12-08
add documentation for make_table.py
Daniel Schadt
2019-12-08
add LICENSE (MIT)
Daniel Schadt
2019-12-08
add README and screenshot
Daniel Schadt
2019-12-08
improve line rendering
Daniel Schadt
2019-12-08
formatting
Daniel Schadt
2019-12-08
add console output for build templates
Daniel Schadt
2019-12-08
use iter_mut instead of indexing
Daniel Schadt
2019-12-08
use if on boolean instead of match
Daniel Schadt
2019-12-08
center skills in output image
Daniel Schadt
2019-12-08
use imageproc to draw the rectangle
Daniel Schadt
2019-12-08
improve antialiasing of thick lines
Daniel Schadt
2019-12-08
add support for brightness gradients
Daniel Schadt
2019-12-08
fix background cropping
Daniel Schadt
2019-12-07
remove debug output
Daniel Schadt
2019-12-07
improve grayscale rendering
Daniel Schadt
2019-12-07
implement chatlink parsing
Daniel Schadt
2019-12-07
remove debug output from chat link creation
Daniel Schadt
2019-12-07
basic color support
Daniel Schadt
2019-12-07
lint fixes
Daniel Schadt
2019-12-07
add chatlink + revenant legends support
Daniel Schadt
2019-12-06
initial commit
Daniel Schadt