PennMUSH Community

Changeset 1095

Show
Ignore:
Timestamp:
08/25/07 10:11:31 (1 year ago)
Author:
shawnw
Message:

Prep for 1.8.2p7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.2/branches/devel/CHANGES.182

    r1086 r1095  
    1414========================================================================== 
    1515 
    16 Version 1.8.2 patchlevel 7                       ????  ??, 2007 
     16Version 1.8.2 patchlevel 7                       Aug  27, 2007 
    1717 
    1818Minor changes: 
    1919  * nwho() now takes an optional viewer argument like lwho(). 
    20   * nmwho() is to mwho() as nwho() is to lwho(). Patch for these two by 
    21     Sketch. 
    2220 
    2321Fixes: 
     
    2826  * The open database file wasn't getting closed on a failed save. 
    2927  * Crash bug in sortkey(). Fix by Nathan Baum. 
     28  * 'help @desc' brings up @describe instead of @descformat. 
     29    Suggested by Nymeria. 
     30  * Removed mention of Win32 requiring a particular attribute 
     31    compression algorithm. Any will work, and always have. 
     32    Reported by Andrew Klein. 
    3033 
    3134Version 1.8.2 patchlevel 6                       July 9, 2007 
  • 1.8.2/branches/devel/Patchlevel

    r993 r1095  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.8.2p6 
     2This is PennMUSH 1.8.2p7 
  • 1.8.2/branches/devel/game/txt/hlp/penncmd.hlp

    r936 r1095  
    921921See also: CLIENTS, ATTRIBUTES, WILDCARDS, MUSHCODE 
    922922& @describe 
     923& @desc 
    923924  @describe <object> [=<description>] 
    924925 
  • 1.8.2/branches/devel/game/txt/hlp/pennv182.hlp

    r1029 r1095  
    1 & 1.8.2p6 
     1& 1.8.2p7 
    22& changes 
    33This is a list of changes in this patchlevel which are probably of 
     
    1212be read in 'help patchlevels'. 
    1313 
     14Version 1.8.2 patchlevel 7                       Aug  27, 2007 
     15 
     16Minor changes: 
     17  * nwho() now takes an optional viewer argument like lwho(). 
     18 
     19Fixes: 
     20  * Clarified the behavior of eval() and get_eval() in help. Suggested by 
     21    Talvo and Javelin. 
     22  * A failed db save no longer broadcasts a success message in addition to a 
     23    failure one. Reported by Cooee. 
     24  * The open database file wasn't getting closed on a failed save. 
     25  * Crash bug in sortkey(). Fix by Nathan Baum. 
     26  * 'help @desc' brings up @describe instead of @descformat. 
     27    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. 
     31 
     32& 1.8.2p6 
    1433Version 1.8.2 patchlevel 6                       July 9, 2007 
    1534 
     
    2645Fixes: 
    2746  * Fixed assorted small memory leaks. [SW] 
     47  * Fix to fraction() when dealing with numbers that can't 
     48    be fractioned. Discovered by Ashen-Shugar. [GM] 
    2849  * Fixed handling of telnet NOPs sent by clients. [SW] 
    2950  * The OpenSSL random number pool wasn't getting adequately 
  • 1.8.2/branches/devel/game/txt/hlp/pennvOLD.hlp

    r993 r1095  
    44184418type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 
    44194419 
    4420 1.8.2: 0, 1, 2, 3, 4, 5, 6 
     44201.8.2: 0, 1, 2, 3, 4, 5, 6, 7 
    442144211.8.1: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 
    442244221.8.0: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 
  • 1.8.2/branches/devel/hdrs/version.h

    r993 r1095  
    11#define VERSION "1.8.2" 
    2 #define PATCHLEVEL "6
    3 #define PATCHDATE "[07/09/2007]" 
    4 #define NUMVERSION 1008002006 
     2#define PATCHLEVEL "7
     3#define PATCHDATE "[08/27/2007]" 
     4#define NUMVERSION 1008002007 
  • 1.8.2/branches/devel/options.h.dist

    r839 r1095  
    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 
  • 1.8.2/branches/devel/src/malias.c

    r1010 r1095  
    140140  } 
    141141  if (!alias || !*alias || !tolist || !*tolist) { 
    142     notify(player, T("MAIL: What alias do you want to create?.")); 
     142    notify(player, T("MAIL: What alias do you want to create?")); 
    143143    return; 
    144144  }