encratite

Results 19 issues of encratite

Currently the cumulative champion stats for non-ranked game modes are calculated from thousands of games, which is slow, in particular with SQLite. Fixing this would require the introduction of new...

enhancement
difficult to implement

This is going to be painful. The ranked game stats work totally differently now. I should probably remove "loss" stats entirely as they aren't visible anyways. Ward counts and damage...

enhancement

SQLite will often result in simultaneous queries to fail, with the driver throwing an exception saying "database locked". This really shouldn't happen. I'm pretty close to just dumping SQLite entirely,...

bug
enhancement
difficult to implement

You shuold be able to view who participated in a game with you. Obviously this data can't be requested for everybody automatically, it's far too expensive as it could require...

enhancement

Reddit user "tundranocaps" requested that one should be able to "open" a game to view the more detailed data such as physical damage caused and such. I believe I concealed...

enhancement

Right now such calls get blocked because the server does not show up as active yet. Database only commands should be available at all times, really.

enhancement

I think masteries are already being retrieved from the server but they are currently not stored in the database. The data are less attractive as it's only a single mastery...

enhancement

IRC user "Dimzy" requested a feature where you would be able to get a list of all the summoners that are currently being updated automatically. Sometimes it can be difficult...

enhancement

IRC user "DS_" requested that the score for Dominion games and such should be made visible in the Dominion table. It might get tricky because there's not much space left.

enhancement

Requested by tedvs: users should be able to leave comments for every game so they can whine about other players and such. This is something I had already been doing...

enhancement