]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - README.txt
Add more goodies to the accuracy graph. Tooltips, a legend, and links to the games...
[xonotic/xonstat.git] / README.txt
index 7fcf4006b53f8d6c7ef4b960c7dd6b64d0e16065..5fce5eb07e83775f6710388697dfb82022405da7 100644 (file)
@@ -23,3 +23,9 @@ To get a Xonotic server configured to use this server, change the CVAR "g_player
     set g_playerstats_uri http://localhost:6543/stats/submit
 
 If you have any questions or issues please open up a bug report here, or - better yet ! - fork it and send me a pull request. 
+
+TODO:
+
+- "e matches" and "e joins" seem to be mutually exclusive. Add a check for either (instead of just joins" before adding a player_game_stats record).
+
+- map names are being recorded multiple times in the maps table. They should be found when being played subsequent times.