PennMUSH Community

Changeset 1094

Show
Ignore:
Timestamp:
08/24/07 15:31:57 (1 year ago)
Author:
shawnw
Message:

#5532: Attribute compression and win32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/CHANGES.182

    r1084 r1094  
    2626  * 'help @desc' brings up @describe instead of @descformat. 
    2727    Suggested by Nymeria. 
     28  * Removed mention of Win32 requiring a particular attribute 
     29    compression algorithm. Any will work, and always have. 
     30    Reported by Andrew Klein. 
    2831 
    2932Version 1.8.2 patchlevel 6                       July 9, 2007 
  • 1.8.3/trunk/options.h.dist

    r1032 r1094  
    5959 *     (But you decompress a lot more often). Compression ratio 
    6060 *     is worse than Huffman for small dbs (<1.5Mb of text), but 
    61  *     better for larger dbs. Win32 systems must use this. 
     61 *     better for larger dbs.  
    6262 * 4 - Raevnos's almost 8-bit clean version of the word-based algorithm. 
    6363 *     Prefer 3 unless you need extended characters. This algorithm