Not On My Screen Analytics—Stats Web-App

Something else for Armagetron? Goody!
nbktweezy
Posts: 1
Joined: Sat Aug 28, 2010 2:22 pm

Re: Not On My Screen Analytics—Stats Web-App

Post by nbktweezy »

oh cool
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Re: Not On My Screen Analytics—Stats Web-App

Post by dlh »

noms-1.5 was released on my hiatus.

Code: Select all

## 1.5 (2011-01-01)

* Absolute stat sorting. You can view the best or worst rankings for any
  specific stat. A filter can be applied to only rank qualified players, such
  as a minimum amount of matches or rounds played.
* Added Game Log feature.
* Added Predict feature.
* Capture the flag and respawn stats are tracked.
* Added Rounds Won & Alive stat.
* Added Exact Matches stats, but they are currently disabled in the web UI.
* Fixed incorrect tracking of stats that occurred when a player renamed after
  a match was completed.
* Screen name and country tracking for players is now consistent when doing a
  full-parse compared to doing a partial-update.
* Fixed partial-update bug that resulted in a full-parse of ladderlog.txt and
  incorrect stats.
* Web UI improvements.
* SQL optimizations that significantly reduce the amount of queries issued.
* Ruby 1.9.2 compatibility.
* Removed Java as a dependency for official releases.
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Re: Not On My Screen Analytics—Stats Web-App

Post by dlh »

An update on what's new(-ish) and changed. noms-1.6:

Code: Select all

## 1.6 (2011-10-06)

* Improved Game Log with addition of Browser and Search.
* The range of rounds played for each player and any achievements that were
  awarded are displayed in the Game Log.
* Added grouped stats for aliases and authorities with subdirectories.
* The date and time a match started is recorded, if available.
* Improved player search results.
* Added configuration options to record only completed matches, and matches
  that meet a valid round ratio requirement. This enables stats from pickup
  servers to be cleanly recorded.
* Massively improved render time and generated page size for /stats pages.
* Added a generated Predict example link, instead of linking to a static
  example.
* Fixed an issue with achievements being wrongly awarded, because of a rename
  after “Match winner”.
* Fixed the insertion of guide-headers in the stats table.
* Fixed the tracking of team dissolves in the final round of a match.
* Guess round scores for teams that dissolve and do not report score for that
  round, due to a bug in armagetronad.
* Prediction data can be requested in JSON format by using the format=json
  query parameter.
* Fixed a ladderlog encoding bug that occurred when using Ruby 1.9.
Note if you've suggested stuff: I've put it on my TODO list—I'll implement it when I can.
Post Reply