]> de.git.xonotic.org Git - xonotic/xonstat.git/commit - xonstat/__init__.py
Add a JSON Elo view to support autobalance.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 11 Dec 2012 22:28:02 +0000 (17:28 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 11 Dec 2012 22:28:02 +0000 (17:28 -0500)
commitb0a4bd9e3832705884b6739000ac759ee43c7660
treeaa95fba7621aafa67e7341c14a77b2bb3d0f964c
parentbc0ac237b890a0c8bedf86e263a3cd44f09221e0
Add a JSON Elo view to support autobalance.

The view at /elo/<hashkey> will send just Elo info about a player.
This is to facilitate a possible autobalance feature where the
Xonotic server will request Elo values for all of the
players entering the game, then use it (among other things) to
figure out who needs to be switched to make the teams right.
xonstat/__init__.py
xonstat/views/__init__.py
xonstat/views/player.py