]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Added multiple skin support and better commandline parsing
authorJan D. Behrens <zykure@web.de>
Wed, 29 Aug 2012 10:58:31 +0000 (12:58 +0200)
committerJan D. Behrens <zykure@web.de>
Wed, 29 Aug 2012 11:07:05 +0000 (13:07 +0200)
commit42b2e1341918b7e4db247816eb2fd3f455f24e2d
tree46e6e12783a423c9a3a395cc3247a839bd9fc518
parent56b9b34c1725612db283e3f97919491dde6e95a9
Added multiple skin support and better commandline parsing
- Skins other than "classic" will be put into a subdir in the output directory (e.g. output/minimal/###.png)
- By default, "classic" and "minimal" badges are created for all players that were active in the last 6 hours
- A skin list can be passed to the program for testing (e.g. "gen_badges.py classic archer")
- The "-force" parameter enforces an update of all badges by setting delta to 2^24 hours
- The "-test" parameter limits the number of players to be considered to 200 (used for testing)
xonstat/batch/badges/gen_badges.py
xonstat/batch/badges/output/_dummy_ [new file with mode: 0644]
xonstat/batch/badges/output/minimal/_dummy_ [new file with mode: 0644]
xonstat/batch/badges/render.py