[root]/src/main/java/au/com/whitesquare/indoorscore/statistics
actual
(0 files, 0 lines)
batting
(5 files, 288 lines)
bowling
(4 files, 230 lines)
contribution
(3 files, 157 lines)
game
(1 files, 72 lines)
vote
(6 files, 313 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 25 (100.0%) | 2518 (100.0%) | 100.7 |
Updated to be the new stats format.
1229 lines of code changed in:
Added Lifetime milestones.
59 lines of code changed in:
Updated statistic engine to support keeping game by game stats.
There are now only 15 base stats, each of which generates an actual, total,
maximum, minimum and average for each =75 stats.
Milestone integration has been added.
636 lines of code changed in:
Now when the update runs, it also updates the sort order.
6 lines of code changed in:
Added default implementation of getAscendingOrder().
11 lines of code changed in:
Updated to allow stats generated per team.
10 lines of code changed in:
Added team support, and removed the round-by-round statistic.
53 lines of code changed in:
Minor code movement, just for readability.
10 lines of code changed in:
New definition updater to update the database with the class object values.
78 lines of code changed in:
Fixed a bug to do a trim() on the className to make sure its not hiding
any trailing spaces.
6 lines of code changed in:
Added ability for sub statistics to not generate season or lifetime stat values.
68 lines of code changed in:
Now passes through seasons not just games.
12 lines of code changed in:
Updated to generate season stats too.
66 lines of code changed in:
Stats updated to process the data much better and easier by changing
the definition of the getPlayerValue function.
Now supports round based statistics.
73 lines of code changed in:
Tells DataChange thread to pause for the run of the stats, then unpauses
to send out the messages.
10 lines of code changed in:
Created base statistic system.
191 lines of code changed in: