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.
Champ stats are currently missing the aggregated stats for neutral minion kills, which I think is kind of a big deal. Whenever you use a jungler, stats don't show at all how well he's done with farming. I have tried implementing this (using TOTAL_NEUTRAL_MINIONS_KILLED in liboflegends), but I seem to get some issues that I am not able to resolve.
Champ stats are currently missing the aggregated stats for neutral minion kills, which I think is kind of a big deal. Whenever you use a jungler, stats don't show at all how well he's done with farming. I have tried implementing this (using TOTAL_NEUTRAL_MINIONS_KILLED in liboflegends), but I seem to get some issues that I am not able to resolve.