]> de.git.xonotic.org Git - xonotic/xonstat.git/log
xonotic/xonstat.git
12 years agoStart work on pagination for games: new view, route, and template.
Ant Zucaro [Mon, 16 May 2011 18:34:19 +0000 (14:34 -0400)]
Start work on pagination for games: new view, route, and template.

12 years agoAdd player accuracy tracking (!!!). Bots do not get recorded. Who cares about their...
Ant Zucaro [Mon, 16 May 2011 03:25:49 +0000 (23:25 -0400)]
Add player accuracy tracking (!!!). Bots do not get recorded. Who cares about their accuracy =)

12 years agoConvert using the given epoch value (to UTC time)
Ant Zucaro [Sun, 15 May 2011 00:11:35 +0000 (20:11 -0400)]
Convert using the given epoch value (to UTC time)

12 years agoPrevent all-bot games from taking up sequence space.
Ant Zucaro [Sat, 14 May 2011 23:33:43 +0000 (19:33 -0400)]
Prevent all-bot games from taking up sequence space.

12 years agoReword some aspects of the player info template.
Ant Zucaro [Sat, 14 May 2011 23:02:49 +0000 (19:02 -0400)]
Reword some aspects of the player info template.

12 years agoAdd recent games to server info view and template.
Ant Zucaro [Sat, 14 May 2011 23:02:31 +0000 (19:02 -0400)]
Add recent games to server info view and template.

12 years agoAdd more detail and linking to the views and corresponding templates for game and...
Ant Zucaro [Tue, 10 May 2011 02:55:13 +0000 (22:55 -0400)]
Add more detail and linking to the views and corresponding templates for game and player info.

12 years agoAdd stip and html colorify to PlayerGameStat model. Put this into the template. Chang...
Ant Zucaro [Mon, 9 May 2011 11:28:00 +0000 (07:28 -0400)]
Add stip and html colorify to PlayerGameStat model. Put this into the template. Change the view to add linking info (name for server and map, for example) for the template.

12 years agoMerge branch 'master' of github.com:antzucaro/XonStat
Ant Zucaro [Sun, 8 May 2011 16:20:42 +0000 (12:20 -0400)]
Merge branch 'master' of github.com:antzucaro/XonStat

12 years agoAdd a file for general utility functions
Ant Zucaro [Sun, 8 May 2011 16:20:12 +0000 (12:20 -0400)]
Add a file for general utility functions

12 years agoAdd recent games to the player_info view (still buggy).
Ant Zucaro [Fri, 6 May 2011 17:16:00 +0000 (13:16 -0400)]
Add recent games to the player_info view (still buggy).

12 years agoAdd map_info view and template.
Ant Zucaro [Thu, 5 May 2011 16:43:41 +0000 (12:43 -0400)]
Add map_info view and template.

12 years agoAdd template for server_info view.
azucaro [Thu, 5 May 2011 16:30:45 +0000 (12:30 -0400)]
Add template for server_info view.

12 years agoAdd server info view. Do a try/except block around the whole stats submit to allow...
azucaro [Thu, 5 May 2011 16:30:15 +0000 (12:30 -0400)]
Add server info view. Do a try/except block around the whole stats submit to allow a rollback in the except section.

12 years agoAdd basic views for player and game info, plus the supporting templates.
Ant Zucaro [Thu, 5 May 2011 10:34:22 +0000 (06:34 -0400)]
Add basic views for player and game info, plus the supporting templates.

12 years agoMajor reorganization of how models are initialized and used. Saves lots of lines...
Ant Zucaro [Tue, 3 May 2011 01:04:12 +0000 (21:04 -0400)]
Major reorganization of how models are initialized and used. Saves lots of lines of code!

12 years agoMerge branch 'master' of github.com:antzucaro/XonStat
Ant Zucaro [Mon, 2 May 2011 23:43:48 +0000 (19:43 -0400)]
Merge branch 'master' of github.com:antzucaro/XonStat

12 years agoPrevent servers and games from all of them having the same timestamp.
Ant Zucaro [Mon, 2 May 2011 23:39:27 +0000 (19:39 -0400)]
Prevent servers and games from all of them having the same timestamp.

12 years agoAddress duplicate server/map problem with warn messages. Prevent adding an empty...
Ant Zucaro [Mon, 2 May 2011 20:27:23 +0000 (16:27 -0400)]
Address duplicate server/map problem with warn messages. Prevent adding an empty player_events hash. Fix wrong var assignment (caps != captures).

13 years agoAdd check for scoreboardvalid in addition to joins and matches before creating game...
azucaro [Thu, 28 Apr 2011 12:54:16 +0000 (08:54 -0400)]
Add check for scoreboardvalid in addition to joins and matches before creating game stats.
Store player rank in game stats.
Store player alivetime in game stats.

13 years agoComment out weapon stats for now.
Ant Zucaro [Thu, 28 Apr 2011 02:41:09 +0000 (22:41 -0400)]
Comment out weapon stats for now.

13 years agoAdd missing parens.
Ant Zucaro [Thu, 28 Apr 2011 00:30:18 +0000 (20:30 -0400)]
Add missing parens.

13 years agoSet pwstats to zero if we hit a keyerror.
azucaro [Wed, 27 Apr 2011 13:13:36 +0000 (09:13 -0400)]
Set pwstats to zero if we hit a keyerror.

13 years agomatch -> matched (whoops, missed that one).
azucaro [Wed, 27 Apr 2011 12:54:19 +0000 (08:54 -0400)]
match -> matched (whoops, missed that one).

13 years agoMake player_weapon_stat parsing more clear.
azucaro [Wed, 27 Apr 2011 12:52:59 +0000 (08:52 -0400)]
Make player_weapon_stat parsing more clear.

13 years agoRemove unneeded comments. Refactor main POST parsing code. Create weapon stats function.
azucaro [Tue, 26 Apr 2011 17:41:39 +0000 (13:41 -0400)]
Remove unneeded comments. Refactor main POST parsing code. Create weapon stats function.

13 years agoAdd more debugging statements. Fix "joins" vs "matches" stuff.
Ant Zucaro [Sun, 3 Apr 2011 13:15:36 +0000 (09:15 -0400)]
Add more debugging statements. Fix "joins" vs "matches" stuff.

13 years agoAdd some debugging output. Fix search for maps that was leading to duplicate map...
Ant Zucaro [Sun, 3 Apr 2011 13:04:51 +0000 (09:04 -0400)]
Add some debugging output. Fix search for maps that was leading to duplicate map entries.

13 years agoAdd new TODOs.
Ant Zucaro [Sun, 3 Apr 2011 12:37:44 +0000 (08:37 -0400)]
Add new TODOs.

13 years agoAdd a generic template.
Ant Zucaro [Sat, 2 Apr 2011 18:07:36 +0000 (14:07 -0400)]
Add a generic template.

13 years agoAdd debugging output for the request body.
Ant Zucaro [Sat, 2 Apr 2011 18:05:57 +0000 (14:05 -0400)]
Add debugging output for the request body.

13 years agoAdd license.
Ant Zucaro [Fri, 1 Apr 2011 10:58:14 +0000 (06:58 -0400)]
Add license.

13 years agoAdd README.
Ant Zucaro [Fri, 1 Apr 2011 10:53:53 +0000 (06:53 -0400)]
Add README.

13 years agoFix integrity errors when creating player_game_stat records.
Ant Zucaro [Fri, 1 Apr 2011 02:30:54 +0000 (22:30 -0400)]
Fix integrity errors when creating player_game_stat records.

13 years agoImport views from old pyramid version of xonstat. Configure a junk view to make sure...
Ant Zucaro [Fri, 1 Apr 2011 01:48:12 +0000 (21:48 -0400)]
Import views from old pyramid version of xonstat. Configure a junk view to make sure things work.

13 years agoAdd jinja2 default directory.
Ant Zucaro [Fri, 1 Apr 2011 01:47:18 +0000 (21:47 -0400)]
Add jinja2 default directory.

13 years agoPort models from old Pyramid project. Reflect all tables.
Ant Zucaro [Thu, 31 Mar 2011 21:39:49 +0000 (17:39 -0400)]
Port models from old Pyramid project. Reflect all tables.

13 years agoIgnore compiled Python files.
Ant Zucaro [Thu, 31 Mar 2011 21:16:56 +0000 (17:16 -0400)]
Ignore compiled Python files.

13 years agoAdd engine setup and database structure creation function.
Ant Zucaro [Thu, 31 Mar 2011 21:16:30 +0000 (17:16 -0400)]
Add engine setup and database structure creation function.

13 years agoDo not use Zope transaction manager.
Ant Zucaro [Thu, 31 Mar 2011 21:05:39 +0000 (17:05 -0400)]
Do not use Zope transaction manager.

13 years agoRemove throwaway model and view from Paster template.
Ant Zucaro [Thu, 31 Mar 2011 21:04:09 +0000 (17:04 -0400)]
Remove throwaway model and view from Paster template.

13 years agoInitial commit from Paster template
Ant Zucaro [Thu, 31 Mar 2011 21:01:30 +0000 (17:01 -0400)]
Initial commit from Paster template