]>
git.rm.cloudns.org Git - xonotic/xonstatdb.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ant Zucaro [Mon, 11 Jun 2012 11:01:05 +0000 (07:01 -0400)]
Add an active indicator to player_elo.
This will allow me to disable the ranking of players without
disabling the entire player record. This is to be applied
in cases where players have cheated more than once but don't
warrant a full kickban. Instead I can now make their record
essentially harmless with respect to everyone else.
Ant Zucaro [Sat, 21 Apr 2012 20:30:37 +0000 (16:30 -0400)]
Default games to 1 in another place.
Ant Zucaro [Sat, 21 Apr 2012 20:25:40 +0000 (16:25 -0400)]
Default total games to 1 and also print who we are merging.
Ant Zucaro [Sat, 21 Apr 2012 20:00:27 +0000 (16:00 -0400)]
Do a weighted average instead of picking the max.
Ant Zucaro [Tue, 20 Mar 2012 12:53:04 +0000 (08:53 -0400)]
Damn you, pgadmin!
Ant Zucaro [Tue, 20 Mar 2012 12:44:18 +0000 (08:44 -0400)]
Adding yo dawg, just for the hell of it.
Ant Zucaro [Tue, 20 Mar 2012 12:43:12 +0000 (08:43 -0400)]
Merge branch 'master' of github.com:antzucaro/xonstatdb
Ant Zucaro [Tue, 20 Mar 2012 12:41:40 +0000 (08:41 -0400)]
A simple dashboard report for providing high level stats...about stats!
Ant Zucaro [Thu, 1 Mar 2012 04:08:20 +0000 (23:08 -0500)]
Get rid of bad header chars in the file. All else is the same.
Ant Zucaro [Wed, 29 Feb 2012 17:26:07 +0000 (12:26 -0500)]
Add advanced elo checks in the merge. We want an optimistic view of the player, so we will go with the best possible elo.
Ant Zucaro [Wed, 29 Feb 2012 12:05:05 +0000 (07:05 -0500)]
Function to merge two players.
Ant Zucaro [Mon, 20 Feb 2012 16:42:21 +0000 (11:42 -0500)]
Support deactivating players.
Ant Zucaro [Mon, 20 Feb 2012 15:25:35 +0000 (10:25 -0500)]
Change game type codes to match new gametypes abbreviations.
Ant Zucaro [Sun, 22 Jan 2012 17:36:34 +0000 (12:36 -0500)]
Add rank history to the build.
Ant Zucaro [Sun, 22 Jan 2012 17:36:21 +0000 (12:36 -0500)]
Whoops, add the 32 game req.
Ant Zucaro [Sun, 22 Jan 2012 17:35:41 +0000 (12:35 -0500)]
Save rank history and also do not generate ranks if < 32 games played for the game type.
Ant Zucaro [Sun, 22 Jan 2012 17:31:50 +0000 (12:31 -0500)]
Add rank history table.
Ant Zucaro [Sun, 22 Jan 2012 04:08:33 +0000 (23:08 -0500)]
Add elos and ranks to the build file.
Ant Zucaro [Sun, 22 Jan 2012 04:07:24 +0000 (23:07 -0500)]
Fix player_ranks.
Ant Zucaro [Sun, 22 Jan 2012 03:54:41 +0000 (22:54 -0500)]
Small transaction to regenerate ranks.
Ant Zucaro [Sun, 22 Jan 2012 03:49:43 +0000 (22:49 -0500)]
Add ranks table for batch purposes.
Ant Zucaro [Sat, 31 Dec 2011 22:46:11 +0000 (17:46 -0500)]
Add player Elo support.
Ant Zucaro [Thu, 15 Dec 2011 02:55:25 +0000 (21:55 -0500)]
Fix unique key definition on games.
Ant Zucaro [Thu, 15 Dec 2011 02:41:23 +0000 (21:41 -0500)]
Add the duel game type.
Ant Zucaro [Tue, 13 Dec 2011 00:45:20 +0000 (19:45 -0500)]
The match_id is now a varchar.
Ant Zucaro [Mon, 5 Dec 2011 17:15:31 +0000 (12:15 -0500)]
Add a unique constraint on server_id/match_id.
Ant Zucaro [Thu, 1 Dec 2011 17:00:34 +0000 (12:00 -0500)]
Add a match_id to each games row.
Ant Zucaro [Sun, 20 Nov 2011 21:59:06 +0000 (16:59 -0500)]
Revert the functional index on players table. It won't be used with LIKE query anyway.
Ant Zucaro [Sun, 20 Nov 2011 21:58:16 +0000 (16:58 -0500)]
Revert the functional index on stripped_nick. Searches won't benefit from it anyway.
Ant Zucaro [Sun, 20 Nov 2011 02:54:54 +0000 (21:54 -0500)]
Add stripped_nick and indexes for it.
Ant Zucaro [Thu, 17 Nov 2011 15:15:40 +0000 (10:15 -0500)]
Add default to the create_dt of player game stats.
Ant Zucaro [Wed, 16 Nov 2011 20:22:49 +0000 (15:22 -0500)]
Use UTC timestamps instead of local timestamps.
antzucaro [Wed, 16 Nov 2011 01:01:26 +0000 (20:01 -0500)]
Change to unix encoding.
antzucaro [Wed, 16 Nov 2011 01:00:05 +0000 (20:00 -0500)]
Add stripped nick to the players table to support future search implementation.
Ant Zucaro [Wed, 9 Nov 2011 23:15:55 +0000 (18:15 -0500)]
Fix the triggers for partitioning.
Ant Zucaro [Mon, 31 Oct 2011 01:05:01 +0000 (21:05 -0400)]
Get rid of the hashkeys table. It is not needed.
Ant Zucaro [Mon, 31 Oct 2011 00:44:34 +0000 (20:44 -0400)]
Make the server hashkey an attribute instead of its own table.
Ant Zucaro [Fri, 28 Oct 2011 00:33:43 +0000 (20:33 -0400)]
Ensure that the hashkeys for player and server are unique, as they are used for lookup.
Ant Zucaro [Tue, 25 Oct 2011 10:40:54 +0000 (06:40 -0400)]
Add server hashkey table
Ant Zucaro [Tue, 25 Oct 2011 10:40:36 +0000 (06:40 -0400)]
Clean up cd_mutator stuff.
Ant Zucaro [Fri, 21 Oct 2011 02:57:24 +0000 (22:57 -0400)]
We no longer need the mutator table or the game types each map supports. Commenting out those definitions
Ant Zucaro [Mon, 17 Oct 2011 15:25:04 +0000 (11:25 -0400)]
Allow up to 128 characters in the player nick
antzucaro [Mon, 10 Oct 2011 19:13:35 +0000 (15:13 -0400)]
Add nick history table.
antzucaro [Mon, 10 Oct 2011 19:06:42 +0000 (15:06 -0400)]
Remove unique constraint on pgstats that prevents multiple bot stats.
antzucaro [Mon, 10 Oct 2011 17:23:54 +0000 (13:23 -0400)]
Make directory location more clear.
antzucaro [Mon, 10 Oct 2011 17:22:10 +0000 (13:22 -0400)]
Fix typo on language command.
Ant Zucaro [Thu, 6 Oct 2011 17:06:14 +0000 (13:06 -0400)]
Make schema creation clear. Create pgplsql language.
Ant Zucaro [Thu, 7 Jul 2011 20:04:29 +0000 (16:04 -0400)]
Add triggers for partitioning functionality.
Ant Zucaro [Thu, 7 Jul 2011 19:44:36 +0000 (15:44 -0400)]
Remove stat type column, as we only care about scoreboard stats.
Ant Zucaro [Thu, 30 Jun 2011 02:56:49 +0000 (22:56 -0400)]
Fix camping rifle short name
Ant Zucaro [Sat, 21 May 2011 02:45:26 +0000 (22:45 -0400)]
Once again use the correct weapon names.
Ant Zucaro [Fri, 20 May 2011 02:03:12 +0000 (22:03 -0400)]
Merge branch 'master' of github.com:antzucaro/xonstatdb
Ant Zucaro [Fri, 20 May 2011 02:02:48 +0000 (22:02 -0400)]
Remove nick from weapon stats and replace it w/ pgstat id. Remove corresponding constraint and replace it with an FK to player_game_stats.
Ant Zucaro [Wed, 18 May 2011 16:24:00 +0000 (12:24 -0400)]
Make weapon codes match w/ QCSRC weapon codes.
Ant Zucaro [Mon, 16 May 2011 03:10:45 +0000 (23:10 -0400)]
Add nick to player_weapon_stats to give anonymous players uniqueness (they always have player_id of 2).
azucaro [Thu, 28 Apr 2011 12:35:34 +0000 (08:35 -0400)]
Add alivetime and rank to player_game_stats table.
Ant Zucaro [Thu, 28 Apr 2011 02:43:39 +0000 (22:43 -0400)]
Misc fixes.
Ant Zucaro [Thu, 28 Apr 2011 01:58:31 +0000 (21:58 -0400)]
Fix weapon_cd in child table.
Ant Zucaro [Thu, 28 Apr 2011 00:18:20 +0000 (20:18 -0400)]
Add public key to servers.
Ant Zucaro [Wed, 27 Apr 2011 22:40:42 +0000 (18:40 -0400)]
Add hit and fired to player_weapon_stats.
Ant Zucaro [Wed, 27 Apr 2011 01:31:40 +0000 (21:31 -0400)]
Add revision to servers table.
Ant Zucaro [Wed, 27 Apr 2011 01:25:30 +0000 (21:25 -0400)]
Align weapon codes with what is emitted in the stats code.
Ant Zucaro [Sat, 23 Apr 2011 16:01:10 +0000 (12:01 -0400)]
Add plural to alter for map_game_types.
Ant Zucaro [Wed, 9 Mar 2011 22:25:58 +0000 (17:25 -0500)]
Add default to servers table.
Ant Zucaro [Sun, 6 Mar 2011 21:21:01 +0000 (16:21 -0500)]
Update README
Ant Zucaro [Sun, 6 Mar 2011 21:09:39 +0000 (16:09 -0500)]
Get rid of time zones. We do not need them.
Ant Zucaro [Sun, 6 Mar 2011 21:05:35 +0000 (16:05 -0500)]
Change from integer to serial where I forgot on servers.
Ant Zucaro [Sun, 6 Mar 2011 21:04:32 +0000 (16:04 -0500)]
Change datatypes from integer to serial where I forgot.
Ant Zucaro [Sun, 6 Mar 2011 21:02:15 +0000 (16:02 -0500)]
Add ignore file.
Ant Zucaro [Sun, 6 Mar 2011 21:01:03 +0000 (16:01 -0500)]
Change player_*_stats to bigserial - there is going to be a lot of them.
Ant Zucaro [Sun, 6 Mar 2011 21:00:14 +0000 (16:00 -0500)]
Change foreign keys from serial to integer.
Ant Zucaro [Sun, 6 Mar 2011 20:58:09 +0000 (15:58 -0500)]
Initial commit - migration of xonstatdb from MySQL to PostgreSQL.