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


Author	: Martin "Killer" Kilcoyne
Version	: 1.1 - 29th December 1999
E-Mail	: killer@planetquake.com
Website	: http://www.planetquake.com/killer


/****************************/
/* 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.
