You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made game parse status notifications more verbose.
Made views use bootstrap grid system for a more responsive design (will rearrange according to application size).
Made application download higher resolution image assets.
Fixed parser bug by increasing buffer size of parser process.
New features:
Added a progress bar for replay downloads.
Added player heroes pie graph.
Added player records (e.g. most kills, most hero damage etc.).
Added some basic caching functionality to improve performance (will experiment with some more advanced caching later).
Other changes:
The application now requires java version version 7+ to be installed on all operating systems (for the parser functionality to work). The windows installer will now make sure you have a compatible version of java installed before installing the app. I have decided to do it this way because I realized that wrapping a ~130mb JRE with the parser jar file would not be a good idea for people with bandwidth issues and it would also make updating the app rather unwieldy.