Upgrading from a previous version of Fragstats
==============================================


To upgrade from v1.03 or later:

1. Install as before.

2. Read the instructions and take note of the new options available.

3. Merge your old Fragstats.cfg into the Fragstats.cfg that came with v1.05.

4. Delete the last.dat file. You will find this by default in the QW logs
   directory, unless you changed the default location or name. Check the
   fragstats.txt file for details of what this file does if you are unsure.

5. Re-run the new Fragstats, making sure that all the logs are being scanned and
   the existing databases are not being reloaded.

Your player and victims databases should now have been recreated.

To upgrade from v1.02 or earlier:

1. Do steps 1. to 3.

2. Do step 5.

1.06b maintenance release
-------------------------
Bug fixes:
. Problem with map names containing non-ASCII characters now fixed.

Known problems:
. Date doesn't accommodate the timezone with recent versions of Ret Hat Linux. See
  FAQ.txt for more info.

1.06a maintenance release
-------------------------
Bug fixes:
. Problem parsing certain GS logs that resulted in a core dump.
. Player names made up only of spaces are discarded.
. Fixed internal templates.

Whats new in 1.06
-----------------
. User Defined Tags (UDT's) for use in templates.
. Support for Quake 2 mods such CTF, HeadHunters, etc via UDT's
. Team statistics for GS log users.
. Map based statistics for GS log users with the option to switch them off if you want.
. Weapon based statistics for GS log users.
. Added 'Duelthresh' option to provide fairer Duel sorting.
. Specify the GS log name via the 'gslogname' option.
. Added comparative kill count to victim lists in Qplayer.
. Added optional Error template for Qplayer.
. Fixed bug with last line processing of cfg file.
. Tighter log parsing code; malformed frag log entries are now always rejected.
. Added new template tags for support of teams, weapons & map statistics:
  <!--team_name-->        team name
  <!--team_name_pad-->    team name padded to 32 chars
  <!--total_team_score--> total score for team
  <!--total_team_score_pad-->  total score for team padded to 8 chars
  <!--map_name-->         map name
  <!--map_numplayers-->   number of players recorded for that map (Fragstats only)
  <!--map_numfrags-->     number of frags recorded for that map (Fragstats only)
  <!--map_path-->         subdirectory containing the stats for
                          that map
  <!--map_name_url-->     Encoded link to Qplayer with map name and player name (Qplayer
                          only)
  <!--page_name-->        name of the HTML page being written (Fragstats only)
  <!--weap_name-->        weapon name (Qplayer only)
  <!--weap_kills-->       kills by that weapon (Qplayer only)
  <!--weap_deaths-->      deaths by that weapon (Qplayer only)

  There are also new embed tags, <!--embed_teams--> for Fragstats, <!--embed_maps-->
  for Fragstat and Qplayer, and <!--embed_weaps--> for Qplayer.
. New sample template files which show the usage of the new tags.