]> de.git.xonotic.org Git - xonotic/xonstatdb.git/shortlog
xonotic/xonstatdb.git
2012-04-21 Ant ZucaroDo a weighted average instead of picking the max.
2012-03-20 Ant ZucaroDamn you, pgadmin!
2012-03-20 Ant ZucaroAdding yo dawg, just for the hell of it.
2012-03-20 Ant ZucaroMerge branch 'master' of github.com:antzucaro/xonstatdb
2012-03-20 Ant ZucaroA simple dashboard report for providing high level...
2012-03-01 Ant ZucaroGet rid of bad header chars in the file. All else is...
2012-02-29 Ant ZucaroAdd advanced elo checks in the merge. We want an optimi...
2012-02-29 Ant ZucaroFunction to merge two players.
2012-02-20 Ant ZucaroSupport deactivating players.
2012-02-20 Ant ZucaroChange game type codes to match new gametypes abbreviat...
2012-01-22 Ant ZucaroAdd rank history to the build.
2012-01-22 Ant ZucaroWhoops, add the 32 game req.
2012-01-22 Ant ZucaroSave rank history and also do not generate ranks if...
2012-01-22 Ant ZucaroAdd rank history table.
2012-01-22 Ant ZucaroAdd elos and ranks to the build file.
2012-01-22 Ant ZucaroFix player_ranks.
2012-01-22 Ant ZucaroSmall transaction to regenerate ranks.
2012-01-22 Ant ZucaroAdd ranks table for batch purposes.
2011-12-31 Ant ZucaroAdd player Elo support.
2011-12-15 Ant ZucaroFix unique key definition on games.
2011-12-15 Ant ZucaroAdd the duel game type.
2011-12-13 Ant ZucaroThe match_id is now a varchar.
2011-12-05 Ant ZucaroAdd a unique constraint on server_id/match_id.
2011-12-01 Ant ZucaroAdd a match_id to each games row.
2011-11-20 Ant ZucaroRevert the functional index on players table. It won...
2011-11-20 Ant ZucaroRevert the functional index on stripped_nick. Searches...
2011-11-20 Ant ZucaroAdd stripped_nick and indexes for it.
2011-11-17 Ant ZucaroAdd default to the create_dt of player game stats.
2011-11-16 Ant ZucaroUse UTC timestamps instead of local timestamps.
2011-11-16 antzucaroChange to unix encoding.
2011-11-16 antzucaroAdd stripped nick to the players table to support futur...
2011-11-09 Ant ZucaroFix the triggers for partitioning.
2011-10-31 Ant ZucaroGet rid of the hashkeys table. It is not needed.
2011-10-31 Ant ZucaroMake the server hashkey an attribute instead of its...
2011-10-28 Ant ZucaroEnsure that the hashkeys for player and server are...
2011-10-25 Ant ZucaroAdd server hashkey table
2011-10-25 Ant ZucaroClean up cd_mutator stuff.
2011-10-21 Ant ZucaroWe no longer need the mutator table or the game types...
2011-10-17 Ant ZucaroAllow up to 128 characters in the player nick
2011-10-10 antzucaroAdd nick history table.
2011-10-10 antzucaroRemove unique constraint on pgstats that prevents multi...
2011-10-10 antzucaroMake directory location more clear.
2011-10-10 antzucaroFix typo on language command.
2011-10-06 Ant ZucaroMake schema creation clear. Create pgplsql language.
2011-07-07 Ant ZucaroAdd triggers for partitioning functionality.
2011-07-07 Ant ZucaroRemove stat type column, as we only care about scoreboa...
2011-06-30 Ant ZucaroFix camping rifle short name
2011-05-21 Ant ZucaroOnce again use the correct weapon names.
2011-05-20 Ant ZucaroMerge branch 'master' of github.com:antzucaro/xonstatdb
2011-05-20 Ant ZucaroRemove nick from weapon stats and replace it w/ pgstat...
2011-05-18 Ant ZucaroMake weapon codes match w/ QCSRC weapon codes.
2011-05-16 Ant ZucaroAdd nick to player_weapon_stats to give anonymous playe...
2011-04-28 azucaroAdd alivetime and rank to player_game_stats table.
2011-04-28 Ant ZucaroMisc fixes.
2011-04-28 Ant ZucaroFix weapon_cd in child table.
2011-04-28 Ant ZucaroAdd public key to servers.
2011-04-27 Ant ZucaroAdd hit and fired to player_weapon_stats.
2011-04-27 Ant ZucaroAdd revision to servers table.
2011-04-27 Ant ZucaroAlign weapon codes with what is emitted in the stats...
2011-04-23 Ant ZucaroAdd plural to alter for map_game_types.
2011-03-09 Ant ZucaroAdd default to servers table.
2011-03-06 Ant ZucaroUpdate README
2011-03-06 Ant ZucaroGet rid of time zones. We do not need them.
2011-03-06 Ant ZucaroChange from integer to serial where I forgot on servers.
2011-03-06 Ant ZucaroChange datatypes from integer to serial where I forgot.
2011-03-06 Ant ZucaroAdd ignore file.
2011-03-06 Ant ZucaroChange player_*_stats to bigserial - there is going...
2011-03-06 Ant ZucaroChange foreign keys from serial to integer.
2011-03-06 Ant ZucaroInitial commit - migration of xonstatdb from MySQL...