-------------------------------------------------------------------------------
This file contains all changes of the 'Parser' of Tremstats. Changes to the
output are not logged yet.
-------------------------------------------------------------------------------

2006-11-27 DASPRiD <mail@dasprids.de>
	* Extended the log parsing through a temporary file, so tremstats won't
	  parse half games anymore.

2006-11-24 DASPRiD <mail@dasprids.de>
	* Seperated config to a single file
	* Changed os.remove to a erasing of the original file

2006-11-23 DASPRiD <mail@dasprids.de>
	* Added game-time factor to player's total efficiency
	* Unplayed games won't get count as tied anymore
	* Using shutil.copyfile() and os.remove() to avoid pointer moving
	* Using shutil.move() instead of normal move for unlocal filesystems
	* Version: 0.5

2006-10-25 DASPRiD <mail@dasprids.de>:
	* Database structure changed. Maps in games table are now logged with their
	  corresponding map id.
	* Extended PK3 reader; Now it also reads levelshots (JPEG and THA) out of
	  the PK3 files.

2006-10-24 DASPRiD <mail@dasprids.de>:
	* Integrated new submodule; PK3 reader, which reads the long name of maps
	  out of the .arena files.
	* Tremstats splitted into 2 submodules, Parser and Calculator
	* Version: 0.4

2006-10-23 DASPRiD <mail@dasprids.de>:
	* Added logging of game ids
	* Version: 0.3

2006-10-22 DASPRiD <mail@dasprids.de>:
	* Included parsing of teamkills. Does only work with patched server.
	* Better handling of games.log. The parser first checks now if the filesize
	  equals to 0 byte. If yes, it exists. Else it waits until the log does not
	  not grow for more than 2 seconds anymore. Then it moves it to a temporary
	  position and parses it. After parsing is done, the log is archived into a
	  local directory.
	* Version: 0.2

2006-10-21 DASPRiD <mail@dasprids.de>:
	* Progressbar integrated
	* Big data are now precalculated, so the MySQL server does not have to much
	  to do, when the output is calculated. This takes up 1 up to 10 more
	  seconds, depending on the data in the database, at the end of parsing.
	* Optimized MySQL table structure
	* Optimized parser speed

2006-10-20 DASPRiD <mail@dasprids.de>:
	* Main parsing done

2006-10-19 DASPRiD <mail@dasprids.de>:
	* First few lines typed
	* Version: 0.1

