
Version history:

----------------------------------------------------------------- version 0.0.6

2011-11-11
 * reorganized this version history file
   * removed unnecessary information about time of change
   * under each date, the higher bullet - the earlier it was implemented
     (so the first one was last implemented)
 * no more linker warnings during compilation
 * umod packer plugin is now available in 64-bit (TC 8.0 is required)
 * switched from Visual Studio 6 to 2010, so the plugin is no more compatible
   with Windows 9x

----------------------------------------------------------------- version 0.0.5

2005-05-22
 * corrected plugin's version information

2005-04-07
 * TC recives wrong "! make UMOD.bat" filesize,
   I'll try to fix it in next version
 * it's possible to change "System\Manifest.* filename to
   "System\!<Product Name>.*" inside archive +
   changing contents of "! make UMOD.bat" dynamicly
 * changed name of "!make UMOD.bat" to "! make UMOD.bat"
   inside archive
 * added configuration possibility in umod.cfg file
   (structire like in *.ini files)
   CRC - checking CRC of archive (default 0 = disabled)
   ChangeName - changing name of "System\Manifest.ini"
                and "System\Manifest.int" to
                "System\!UMOD.*" (default 1 = enabled)
   Modify - this setting does nothing yet :)
            (default will be 1)

2005-01-15
 * added autoinstall support (starting from TC 6.50)

----------------------------------------------------------------- version 0.0.4

2004-09-11
 * plugin sends now to Total Commander correct informations
   about dates of files included in UMOD archives
 * small fixes and code cleanings

2004-09-04
 * I tidied some code + added more comments (most in English)

2004-09-02
 * UMOD has now their standard icon instead of WCX package
   icon. When pressing Enter on UMOD file you won't open
   it in this plugin, but install with Unreal Tournament's
   installer. If you want to open UMOD file with my plugin
   simply press [Ctrl]+[Page Down].

2004-08-25
 * from now on, when entering UMOD archive we can see
   "System\!make UMOD.bat" file, which isn't normally
   included in UMOD, but can be helpful, when recompiling
 * there is available an english documentation now (don't
   worry about some language mistakes - you can help and fix them)

2004-08-23
 * with help of Luigi Auriemma, I fixed serious bug, which was causing
   wrong detection of number of files in UMOD archive and wrong
   detection of filename length

----------------------------------------------------------------- version 0.0.3

2004-08-18
 * first public release
 * plugin can now show/extract every file included in UMOD archive

----------------------------------------------------------------- version 0.0.2

2004-08-18
 * it's possible now to extract almost every file from UMOD
   (except of the last file in archive)

2004-08-17
 * from now on, you can view what contains UMOD archive

----------------------------------------------------------------- version 0.0.1

2004-08-17
 * it seems that OpenArchive() and CreateFileList() functions are finished
 * plugin can create full filelist (I'm not sure of that),
   but it doesn't show them yet, when "entering" UMOD
 * fixed: plugin wasn't freeing a HANDLE of UMOD file
 * fixed: CRC calculation was wrong
 * Total Commander doesn't hang when opening archive (when
   you open any UMOD file you will see an empty archive :D)

2004-08-15
 * first version of readme.txt file ready :D
 * first release, not working, Total Commander recognizes
   this plugin, but hangs when opening any UMOD file