encratite / RiotControl

An elaborate statistics tracking system for League of Legends. It used to be a centralised PostgreSQL based system but now it's a stand-alone SQLite application. It was written in C# and makes use of the LibOfLegends RTMP library. It is licensed under the terms of the GPLv3. Unfortunately I stopped working on it in 2013-08. Check out the website for a longer explanation.
http://riot.cont.ro.lt/
GNU General Public License v3.0
33 stars 15 forks source link

PlayerLifeTimeStats "Unranked" parsing #17

Closed encratite closed 12 years ago

encratite commented 12 years ago

Originally I interpreted these statistics as total number of wins/losses for Summoner's Rift, but this is wrong as it counts Twisted Treeline games, too, I believe. I don't care that much but the way it's currently stored in the database basically does not support this. But I'll just leave it at that for now.

encratite commented 12 years ago

Changed the way it is rendered visually although it's still stored the same way internally. Doesn't really matter. I'm going to leave it like this, I guess.