wwwwwv / oax

Automatically exported from code.google.com/p/oax
0 stars 0 forks source link

log file compatibility #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi! I discovered a problem with the compatibility of some statistic tools for 
oa.

if you search in google for "1971-12-28 23:59:59"
http://www.google.at/search?UTF-8&q=1971-12-28+23%3A59%3A59
then the problem will be clear.

Is it possible to add a parameter like  g_lottime in the server.cfg?

example: if  g_lottime "0" then log by default "5:11" Com_sprintf( string, 
sizeof(string), "%3i:%i%i ", min, tens, sec );// g_main.c@line 1673 
http://code.google.com/p/oax/source/browse/trunk/code/game/g_main.c#1673
if  g_lottime "1" then log in the time format: "1971-12-28 23:59:59"

thx!!

What version of the product are you using? On what operating system? currently 
0.8.5

Original issue reported on code.google.com by ro...@hochi.at on 2 Feb 2012 at 11:17

GoogleCodeExporter commented 8 years ago
As far as I can see this has never worked with vq3 either and therefore 
technically isn't a bug but I acknowledge that the information is significant. 
From oa0.8.8 there will be a timestamp in the Init:-message like: 
\g_timestamp\2011-10-05 15:31:43

This appears as a server-cvar in the log-file so there is a large probability 
that most statistics tool already reads it into there database. 

I wonder if this will be enough to solve your problem?

Original comment by sago007 on 3 Feb 2012 at 7:08

GoogleCodeExporter commented 8 years ago
Sorry, i thought it worked in a previous version.
Thank you very much! This will be nice solution!

Original comment by ro...@hochi.at on 3 Feb 2012 at 7:20

GoogleCodeExporter commented 8 years ago
I needed the information myself then I made my own statistics tool. 

I will close this issue for now.

Original comment by sago007 on 3 Feb 2012 at 7:28