summaryrefslogtreecommitdiffstats
path: root/includes/playerStats.php
Commit message (Collapse)AuthorAgeFilesLines
* BUGFIX: champion points not being summed correctlyBlueRaja2013-03-221-19/+5
|
* A ton of optimizations to the queries, along with the ability to run DB ↵BlueRaja2013-03-201-45/+90
| | | | updates in chunks of 1 month
* Um, fixed earning points for trying, for real this time.BlueRaja2013-03-081-1/+1
|
* Fix for attempted maps not earning champion points - whoops!BlueRaja2013-03-081-1/+1
|
* Fixing weekly maps not setting champion points correctly..BlueRaja2013-03-081-2/+2
|
* BUGFIX: Player stats not workingBlueRaja2013-02-171-9/+10
|
* Added (untested) code to try to correctly add points for weekly maps. Let's ↵BlueRaja2013-01-241-5/+23
| | | | see what this be like.
* Using mapExpireTime for basically all playerStats now - champion points for ↵BlueRaja2013-01-241-53/+52
| | | | weekly map should be about 99% there, just one more thing to do...
* Moved constants to constants.phpBlueRaja2013-01-241-14/+6
|
* Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵BlueRaja2013-01-151-58/+60
| | | | solutions (for convenience)
* Chat cleanupPatrick Davison2013-01-151-1/+1
|
* BUGFIX: Updating high scores going super SUPER slowBlueRaja2013-01-151-15/+10
|
* Added totalWins and totalTies columns to the users table. Also, removed all ↵BlueRaja2013-01-131-0/+271
references to the 'statistics' table - it's not needed anymore.