/***************************************************/
/*                    M K L O G                    */
/*                                                 */
/*     Quake III Log File Statistics Generator     */
/*                                                 */
/*         (c) Martin Kilcoyne 1999 / 2000         */
/***************************************************/


Author	: Martin "Killer" Kilcoyne
Version	: 1.2 - 3rd January 2000
E-Mail	: killer@planetquake.com
Website	: http://www.planetquake.com/killer


/****************************/
/* CHANGES FROM VERSION 1.1 */
/****************************/
- Added new option to specify the minimum number of frags a player must have
  to be linked when using <!--PLAYER_LINKS--> or <!--PLAYER_HUMAN_LINKS-->
- Added PLAYER_HUMAN_LINKS identifier to produce a list of links to only human
  players.
- Added handling for spectators in tourney mode. Spectators will not have
  their stats recorded, only the actual players (as long as they pick up any
  item).
- Made player and map links in alphabetical order.
- Added PLAYER_TYPE identifier for distiction between bots and humans.
- Improved handling of clients changing names, now stats for player will be
  under the most recently used name.
- Changed output to be completely template orientated.
- Changed "Usage" prompt to reflect new options.
- Removed status indicator (slows program down significantly).
- Completely overhauled time stats calculations so now they are accurate (I 
  think :-)
- Replaced any NaN (not a number) mean values with zero in output file.
- Fixed major bug where multiple ClientBegin lines would mess up stats.
- Fixed major bug where colour characters in player names could crash program.
- Fixed major bug where spaces in player names crashes program.
- Removed timestamp, was causing random crashes.


/****************************/
/* CHANGES FROM VERSION 1.0 */
/****************************/
- Added mean frags per game to player stats.
- Added mean suicides per game to player stats.
- Added mean frags per game to map stats.
- Added mean suicides per game to map stats.
- Added mean frags per minute to player stats.
- Added mean suicides per minute to player stats.
- Added total games to players stats.
- Added total time to players stats.
- Added more comprehensive suicide methods.
   - Machinegun (strange but my log file says that Grunt killed himself with
     his machinegun).
   - Grenade Launcher.
   - Grenade Launcher Splash Damage.
   - Rocket Launcher.
   - Rocket Launcher Splash Damage.
   - Plasma Gun.
   - Plasma Gun Splash Damage.
   - BFG10K.
   - BFG10K Splash Damage.
   - Crush.
   - Lava.
   - Slime.
   - Drown.
- Added weapon, ammo, health, armour and powerup pickups to player stats.
- Added mean frags per minute to map stats.
- Added mean suicides per minute to map stats.
- Changed output file title size.
- Added website URL to output file.
- Fixed "Usage" prompt when given bad arguments on command line.
- Added total suicides to log stats.
- Added total maps to log stats.
