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

Item descriptions #33

Open encratite opened 12 years ago

encratite commented 12 years ago

The descriptions are already available in the LeagueOfLegends.js database, they are just not being used right now. It's probably not that much work to add popups to the items in the match history.

Just make some <div> DOMs with visibility: hidden and some background-color and then render them with on-mouse-over events with a slight offset from the user's cursor position.

gradiuscypher commented 12 years ago

I'd like to tackle this issue.