r27-release

Details

  • Filename
    LibCompress-r27-release.zip
  • Uploaded by
  • Uploaded
    Oct 29, 2008
  • Size
    7.96 KB
  • Downloads
    389
  • MD5
    d572d63be9b8d63f690aee4a4c9d784a

Supported WoW Retail Versions

  • 3.0.2

Changelog

------------------------------------------------------------------------
r28 | allara | 2008-10-29 17:35:01 +0000 (Wed, 29 Oct 2008) | 1 line
Changed paths:
   A /tags/r27-release (from /trunk:27)

Tagging as r27-release.
------------------------------------------------------------------------
r27 | nevcairiel | 2008-10-09 21:52:15 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
   M /trunk/LibCompress.lua

WoWAce Post-Processing: Virtually inflate Library Revision numbers for proper upgrade path
------------------------------------------------------------------------
r26 | root | 2008-09-29 21:48:54 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   A /trunk/.pkgmeta

Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r24 | root | 2008-09-29 20:58:17 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   D /tmp/trunk/LibCompress
   A /trunk (from /tmp/trunk/LibCompress:23)

Importing old repo data under /trunk
------------------------------------------------------------------------
r21 | galmok | 2008-06-01 18:16:21 +0000 (Sun, 01 Jun 2008) | 1 line
Changed paths:
   M /tmp/trunk/LibCompress/LibCompress.lua

LibCompress: Fixed :Decompress being unable to decompress uncompressed data. Updated :CompressHuffman and :DecompressHuffman to reuse some tables without having to clear them. Slight speed increase end much less memory used. Tables are cleared (memory freed) after 15 second inactivity.
------------------------------------------------------------------------
r20 | galmok | 2008-05-17 20:41:34 +0000 (Sat, 17 May 2008) | 1 line
Changed paths:
   M /tmp/trunk/LibCompress/LibCompress.lua
   M /tmp/trunk/LibCompress/LibCompress.toc

LibCompress: Added Huffman compression. Changed LZW format slightly. LibCompress:Compress() will compress using all methods and return best result. Use Libcompress:Decompress to uncompress data.
------------------------------------------------------------------------
r19 | jjsheets | 2008-05-12 00:11:16 +0000 (Mon, 12 May 2008) | 2 lines
Changed paths:
   A /tmp/trunk/LibCompress
   A /tmp/trunk/LibCompress/LibCompress.lua
   A /tmp/trunk/LibCompress/LibCompress.toc
   A /tmp/trunk/LibCompress/LibStub
   A /tmp/trunk/LibCompress/LibStub/LibStub.lua
   A /tmp/trunk/LibCompress/lib.xml

LibCompress: LZW based compression library.
 - Initial Commit.
------------------------------------------------------------------------