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

Summoner runes #24

Closed encratite closed 12 years ago

encratite commented 12 years ago

Rune pages are currently already being stored in the database and can be retrieved programmatically through the JSON API. However, the current RiotControl.js script does not offer any way to view this data yet. It should probably be added in the same way the match history was introduced. It should not be on the summoner overview but in a separate view with its own hash tag handler. The link to it could be added right below the "View games" one.

encratite commented 12 years ago

Implemented in https://github.com/epicvrvs/RiotControl/commit/b22c85dafe66877b672958fbcb3fd30a2e42cb7e