encratite
encratite
It is only now that games are slowly starting to pile up and match histories are starting to get longer in the browser. There is a fair amount of graphics...
This requires changes in both the JSON API with some cascading DELETEs and also updates in the RiotControl.js script to add links to summoners and games so users can decide...
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...
Users should be able to choose from a list of themes that then load different stylesheets from the central server. This could be a small dropdown menu in the top...
Right now the library doesn't even handle the login queue process at all. It is rare enough to get into a queue so there hasn't been an opportunity to study...
It would be nice to have all of this information in a client like this, too. Originally the library was developed for mass stats tracking and not for getting more...
I just made Connect non-blocking by simply running the old Connect in a new thread, passing on the callback object. This is sub-optimal as you could probably just use the...
The native connection or proxy data should be used to determine the outgoing IPv4 so it can be properly set in the authentication profile. Right now we are just using...
The login queue request should be posted with a referrer of app:/LoLClient.swf. This data can be conveniently extracted by breaking on Wininet.dll HttpOpenRequest and HttpSendRequest. There are other ways in...