]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Allow version-specific gametype support.
authorAnt Zucaro <azucaro@gmail.com>
Fri, 25 Jan 2013 22:41:38 +0000 (17:41 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 25 Jan 2013 22:41:38 +0000 (17:41 -0500)
commit08045111deaa24feb33101c898a7ed752acaaf32
tree3468f7cd5908bdc48300230d8c1311d4a5eaaa39
parent47c0c3e12cbe9835e87bb9192f5cf26849019a41
Allow version-specific gametype support.

It often happens when a gametype can't be supported because of
some random bug in the server code. This presents a problem
for when the bug is fixed, but servers still use the old code. We
can now specify that a game type is supported only after a certain
time by using version number restrictions. For example, CA is
supported, but only if the stats submission version is >= 5. Older
servers still having versions <= 5 won't record CA b/c they would
not pass this restriction.
xonstat/views/submission.py