PennMUSH Community

Changeset 425

Show
Ignore:
Timestamp:
08/12/06 17:46:47 (2 years ago)
Author:
pennmush
Message:

PennMUSH 1.7.7p13 Archival

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.7.7/CHANGES.176

    r423 r425  
    1313 
    1414========================================================================== 
     15 
     16Version 1.7.6 patchlevel 9                      April 9, 2003 
     17 
     18Fixes: 
     19   * index-files.pl now produces a sensible warning for duplicate 
     20     help topics, rather than a perl warning. Suggested by Cheetah@M*U*S*H. 
     21   * Spellnum cosmetic bug with 'seventeen' fixed. Report by Jules@M*U*S*H. 
     22   * Another wrap() buglet tracked down and fixed. Probably the one 
     23     reported by Nymeria@M*U*S*H. 
     24   * Memory leak in flip() and scramble() fixed. 
     25   * Configure test for /dev/urandom from 1.7.5 got left out by mistake. 
     26   * Critical overflow bug in command argument parsing fixed. 
     27 
    1528 
    1629Version 1.7.6 patchlevel 8                      March 21, 2003 
  • 1.7.7/CHANGES.177

    r423 r425  
    88[TAP] is T. Alexander Popiel, a PennMUSH developer (aka Talek) 
    99[SW] is Shawn Wagner, a PennMUSH developer (aka Raevnos) 
    10 [LdW] is Luuk de Waard, a PennMUSH developer (aka Halatir) 
     10[EEH] is Ervin Hearn III, a PennMUSH developer (aka Noltar) 
     11[LdW] is Luuk de Waard, a former PennMUSH developer (aka Halatir) 
    1112[RLM] is Ralph Melton, a former PennMUSH developer 
    1213[NJG] is Nick Gammon, the Win32 porter 
    13 [EEH] is Ervin Hearn III, a Win32 porter (aka Noltar) 
    1414[DW] is Dan Williams, the MacOS porter 
    1515[2.2] refers to code which originated with the TinyMUSH 2.2 developers 
     
    1919========================================================================== 
    2020 
     21Version 1.7.7 patchlevel 13                     April 9, 2003 
     22 
     23Major changes: 
     24  * Interactions (something like "realms" in mux2). Two functions 
     25    in local.c can now be used to control conditions under which 
     26    objects can see, hear, or match each other. Possibly useful for  
     27    implementing umbral worlds, etc. Patch by Vadiv@M*U*S*H. 
     28Functions: 
     29  * children(), syntactic sugar for lsearch(all,parent,<dbref>). 
     30    Suggested by Kyieren@M*U*S*H. Patch by BlaZe@M*U*S*H. 
     31  * powers() can now take a second argument to set an @power. 
     32    Suggested by Rob@BtFMUSH. 
     33Minor changes: 
     34  * @config/set can now set null strings. Suggested by Cheetah@M*U*S*H. 
     35  * In restart, set LC_ALL as well as LANG from the given LANG value, 
     36    in case the user's got an LC_ALL in their shell. 
     37  * The channel buffer shifting code has gotten much more efficient. 
     38    Suggested by [TAP]. 
     39  * @function/restrict can accept arguments of the form '!<restriction>' 
     40    to clear a restriction. Suggested by Saturn@M3. 
     41  * Most of the asterisk lines between different login message files 
     42    have been removed. Suggested by Vadiv@M*U*S*H most recently. 
     43Fixes: 
     44  * Fixes from 1.7.6p9. 
     45  * Win32 portability fixes. [EEH] 
     46  * deny_silent in access.cnf was ignored in several cases, and no 
     47    longer is. Patch by Cloud@Sci-Fi Chat 
     48  * Help fixes by Cheetah@M*U*S*H and LeeLaLimaLLama@M*U*S*H. 
     49 
     50 
    2151Version 1.7.7 patchlevel 12                     March 21, 2003 
    2252 
    2353Commands: 
    2454  * @channel/buffer creates a buffer for a channel to store the most 
    25     recent messages broadcast on the channel. @channel/recall can be  
     55    recent messages broadcast on the channel. @channel/recall can be 
    2656    used to recall them. These are not stored across reboots and should 
    2757    be set up by #1's @startup. 
     
    80110  * New unconnected_idle_timeout directive in mush.cnf controls 
    81111    timeouts for connections idle at the connect screen. 
    82   * New max_guests directive in mush.cnf can limit the number of  
     112  * New max_guests directive in mush.cnf can limit the number of 
    83113    guests allowed to connect at once. Suggested by Sholevi@M*U*SH. 
    84114Minor Changes: 
     
    88118    all channels at once. Suggested by Tanaku and Kevin@M*U*S*H. 
    89119  * Began commenting files using doxygen. 
    90   * Internal code cleanup. Mostly converting some magic numbers to  
     120  * Internal code cleanup. Mostly converting some magic numbers to 
    91121    #define'd symbols, and some #define'd symbols to enums for better 
    92122    debugging and improved readability. Also some conversion of old 
     
    120150    Intrevis@M*U*S*H. 
    121151  * Another fix to the new matcher. Bug report by Kyieren@M*U*S*H. 
    122   * @flag/alias was broken. Fixed. Reported by Kevin@M*U*S*H.  
     152  * @flag/alias was broken. Fixed. Reported by Kevin@M*U*S*H. 
    123153 
    124154 
     
    126156 
    127157Minor Changes: 
    128   * command_add now expects to receive the flag list and the  
     158  * command_add now expects to receive the flag list and the 
    129159    switch list as strings. Folks who hack into cmdlocal.c should 
    130160    take note and read example in the new cmdlocal.dst 
     
    162192    Provoked by bug reports by Intrevis@M*U*S*H and Philip Mak. 
    163193Commands: 
    164   * @flag allows God to manipulate flags within the game, including  
     194  * @flag allows God to manipulate flags within the game, including 
    165195    adding new flags. Flags additions/changes are maintained across 
    166196    reboots, so this command does not need to be run at every startup. 
     
    198228Fixes: 
    199229  * Fixes from 1.7.6p5. 
    200   
    201   
     230 
     231 
    202232Version 1.7.7 patchlevel 4                      January 2, 2003 
    203233 
    204234Minor Changes: 
    205   * When room_connects is on, @aconnect and @adisconnect also  
    206     functions on things when players (dis)connect inside them.  
     235  * When room_connects is on, @aconnect and @adisconnect also 
     236    functions on things when players (dis)connect inside them. 
    207237    Suggested by Philip Mak. [SW] 
    208238  * Parser-enforced argument counts for user-defined @functions, 
     
    267297    what dimensions a given connection's display is.  Added the 
    268298    width() and height() functions, and SCREENWIDTH and SCREENHEIGHT 
    269     psuedo-commands for getting/setting this information from the mush.  
     299    psuedo-commands for getting/setting this information from the mush. 
    270300    This changes the reboot.db format and requires a full shutdown. [SW] 
    271301  * Two new atoms for locks. "#true" in a lock is always evaluated as true 
     
    300330  * Removed the Size_t typedef in favor of the standard size_t. [SW] 
    301331  * Some optimization hints for the GCC and VS.NET compilers. [SW] 
    302   * We try to be more conservative about when we show lines of  
     332  * We try to be more conservative about when we show lines of 
    303333    asterisks around motd-type messages, to avoid showing them when 
    304334    there's no message. 
  • 1.7.7/Configure

    r421 r425  
    344344d_toupper='' 
    345345d_uptime='' 
     346d_urandom='' 
    346347d_uwait3='' 
    347348d_uwait='' 
     
    51775178set d_uptime; eval $setvar 
    51785179 
     5180: see if /dev/urandom is present 
     5181echo " " 
     5182if $test -c /dev/urandom ; then 
     5183    val="$define" 
     5184else 
     5185    val="$undef" 
     5186fi 
     5187set d_urandom; eval $setvar 
     5188 
    51795189: see if union wait is available 
    51805190echo " " 
     
    68266836d_toupper='$d_toupper' 
    68276837d_uptime='$d_uptime' 
     6838d_urandom='$d_urandom' 
    68286839d_usgnames='$d_usgnames' 
    68296840d_uwait3='$d_uwait3' 
  • 1.7.7/Makefile.SH

    r423 r425  
    7474    exit 1 
    7575 
    76 hdrs/cmds.h: src/cmds.c src/command.c src/cque.c src/help.c src/set.c 
     76hdrs/cmds.h: src/cmds.c src/command.c src/cque.c src/help.c src/set.c Patchlevel 
    7777    (cd utils; sh mkcmds.sh commands) 
    7878 
    79 hdrs/switches.h: src/SWITCHES 
     79hdrs/switches.h: src/SWITCHES Patchlevel 
    8080    (cd utils; sh mkcmds.sh switches) 
    8181 
     
    8383#   (cd utils; sh mkcmds.sh switches) 
    8484 
    85 hdrs/funs.h: src/fun*.c src/bsd.c src/conf.c src/extmail.c src/help.c src/wiz.c 
     85hdrs/funs.h: src/fun*.c src/bsd.c src/conf.c src/extmail.c src/help.c src/wiz.c Patchlevel 
    8686    (cd utils; sh mkcmds.sh functions) 
    8787 
  • 1.7.7/Patchlevel

    r423 r425  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.7.7p12 
     2This is PennMUSH 1.7.7p13 
  • 1.7.7/config_h.SH

    r417 r425  
    731731#define UPTIME_PATH "$uptime" 
    732732 
     733/* HAS_DEV_URANDOM: 
     734 *  This symbol is defined if /dev/urandom is available. 
     735 */ 
     736#$d_urandom HAS_DEV_URANDOM /**/ 
     737 
    733738/* UNION_WAIT: 
    734739 *  This symbol if defined indicates to the C program that the argument 
  • 1.7.7/game/restart

    r401 r425  
    128128export DATEMSK 
    129129 
    130 LANG=$LANG ./netmush $CONF_FILE $LOG & 
     130LC_ALL=$LANG LANG=$LANG ./netmush $CONF_FILE $LOG & 
  • 1.7.7/game/txt/hlp/index.hlp

    r411 r425  
    1212 1.6.1p1                   1.6.10p0                  1.6.10p1                  
    1313 1.6.10p2                  1.6.10p3                  1.6.10p4                  
    14  1.6.10p5                  1.6.10p6                  1.6.10p6                  
    15  1.6.2p0                   1.6.2p1                   1.6.3p0                   
    16  1.6.3p1                   1.6.3p2                   1.6.3p3                   
    17  1.6.3p4                   1.6.3p5                   1.6.3p6                   
    18  1.6.3p7                   1.6.4p0                   1.6.4p1                   
    19  1.6.4p2                   1.6.5p0                   1.6.5p1                   
     14 1.6.10p5                  1.6.10p6                  1.6.2p0                   
     15 1.6.2p1                   1.6.3p0                   1.6.3p1                   
     16 1.6.3p2                   1.6.3p3                   1.6.3p4                   
     17 1.6.3p5                   1.6.3p6                   1.6.3p7                   
     18 1.6.4p0                   1.6.4p1                   1.6.4p2                   
     19 1.6.5p0                   1.6.5p1                   1.6.5p2                   
    2020 
    2121For more, see Entries-2 
     
    2323& Entries-2 
    2424-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    25  1.6.5p2                   1.6.5p3                   1.6.5p4                   
    26  1.6.6p0                   1.6.7p0                   1.6.7p1                   
    27  1.6.7p2                   1.6.7p3                   1.6.7p4                   
    28  1.6.7p5                   1.6.7p6                   1.6.8p0                   
    29  1.6.8p1                   1.6.9p0                   1.6.9p1                   
    30  1.6.9p2                   1.6.9p3                   1.6.9p4                   
    31  1.6.9p5                   1.6.9p6                   1.6.9p7                   
    32  1.6.9p8                   1.6.9p9                   1.7.0p0                   
    33  1.7.0p1                   1.7.0p2                   1.7.0p3                   
    34  1.7.0p4                   1.7.0p5                   1.7.0p6                   
    35  1.7.0p7                   1.7.0p8                   1.7.0p9                   
    36  1.7.0p10                  1.7.0p11                  1.7.0p11                  
    37  1.7.1p0                   1.7.1p1                   1.7.1p2                   
    38  1.7.1p3                   1.7.2p0                   1.7.2p1                   
    39  1.7.2p2                   1.7.2p3                   1.7.2p4                   
    40  1.7.2p5                   1.7.2p6                   1.7.2p7                   
     25 1.6.5p3                   1.6.5p4                   1.6.6p0                   
     26 1.6.7p0                   1.6.7p1                   1.6.7p2                   
     27 1.6.7p3                   1.6.7p4                   1.6.7p5                   
     28 1.6.7p6                   1.6.8p0                   1.6.8p1                   
     29 1.6.9p0                   1.6.9p1                   1.6.9p2                   
     30 1.6.9p3                   1.6.9p4                   1.6.9p5                   
     31 1.6.9p6                   1.6.9p7                   1.6.9p8                   
     32 1.6.9p9                   1.7.0p0                   1.7.0p1                   
     33 1.7.0p2                   1.7.0p3                   1.7.0p4                   
     34 1.7.0p5                   1.7.0p6                   1.7.0p7                   
     35 1.7.0p8                   1.7.0p9                   1.7.0p10                  
     36 1.7.0p11                  1.7.1p0                   1.7.1p1                   
     37 1.7.1p2                   1.7.1p3                   1.7.2p0                   
     38 1.7.2p1                   1.7.2p2                   1.7.2p3                   
     39 1.7.2p4                   1.7.2p5                   1.7.2p6                   
     40 1.7.2p7                   1.7.2p8                   1.7.2p9                   
    4141 
    4242For more, see Entries-3 
     
    4444& Entries-3 
    4545-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    46  1.7.2p8                   1.7.2p9                   1.7.2p10                  
    47  1.7.2p11                  1.7.2p12                  1.7.2p13                  
    48  1.7.2p14                  1.7.2p15                  1.7.2p16                  
    49  1.7.2p17                  1.7.2p18                  1.7.2p19                  
    50  1.7.2p20                  1.7.2p21                  1.7.2p22                  
    51  1.7.2p23                  1.7.2p24                  1.7.2p25                  
    52  1.7.2p26                  1.7.2p27                  1.7.2p28                  
    53  1.7.2p29                  1.7.2p30                  1.7.2p31                  
    54  1.7.2p32                  1.7.2p33                  1.7.2p34                  
    55  1.7.2p35                  1.7.3p0                   1.7.3p1                   
    56  1.7.3p2                   1.7.3p3                   1.7.3p4                   
    57  1.7.3p5                   1.7.3p6                   1.7.3p7                   
    58  1.7.3p8                   1.7.3p9                   1.7.3p10                  
    59  1.7.3p11                  1.7.3p12                  1.7.3p13                  
    60  1.7.3p14                  1.7.4p0                   1.7.4p1                   
    61  1.7.4p2                   1.7.4p3                   1.7.4p4                   
     46 1.7.2p10                  1.7.2p11                  1.7.2p12                  
     47 1.7.2p13                  1.7.2p14                  1.7.2p15                  
     48 1.7.2p16                  1.7.2p17                  1.7.2p18                  
     49 1.7.2p19                  1.7.2p20                  1.7.2p21                  
     50 1.7.2p22                  1.7.2p23                  1.7.2p24                  
     51 1.7.2p25                  1.7.2p26                  1.7.2p27                  
     52 1.7.2p28                  1.7.2p29                  1.7.2p30                  
     53 1.7.2p31                  1.7.2p32                  1.7.2p33                  
     54 1.7.2p34                  1.7.2p35                  1.7.3p0                   
     55 1.7.3p1                   1.7.3p2                   1.7.3p3                   
     56 1.7.3p4                   1.7.3p5                   1.7.3p6                   
     57 1.7.3p7                   1.7.3p8                   1.7.3p9                   
     58 1.7.3p10                  1.7.3p11                  1.7.3p12                  
     59 1.7.3p13                  1.7.3p14                  1.7.4p0                   
     60 1.7.4p1                   1.7.4p2                   1.7.4p3                   
     61 1.7.4p4                   1.7.4p5                   1.7.4p6                   
    6262 
    6363For more, see Entries-4 
     
    6565& Entries-4 
    6666-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     67<<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    6768 1.7.4p5                   1.7.4p6                   1.7.4p7                   
    6869 1.7.4p8                   1.7.4p9                   1.7.4p10                  
     
    8182 1.7.7p6                   :                         ;                         
    8283 @-attributes              @-building                @-general                 
     84======= 
     85 1.7.4p7                   1.7.4p8                   1.7.4p9                   
     86 1.7.4p10                  1.7.4p11                  1.7.4p12                  
     87 1.7.4p13                  1.7.4p14                  1.7.4p15                  
     88 1.7.4p16                  1.7.4p17                  1.7.4p18                  
     89 1.7.4p19                  1.7.4p20                  1.7.5p0                   
     90 1.7.5p1                   1.7.5p2                   1.7.5p3                   
     91 1.7.5p4                   1.7.5p5                   1.7.5p6                   
     92 1.7.5p7                   1.7.5p8                   1.7.5p9                   
     93 1.7.5p10                  1.7.5p11                  1.7.5p12                  
     94 1.7.6p0                   1.7.6p1                   1.7.6p2                   
     95 1.7.6p3                   1.7.6p4                   1.7.6p5                   
     96 1.7.6p6                   1.7.6p7                   1.7.6p8                   
     97 :                         ;                         @-attributes              
     98 @-building                @-general                 @-wizard                  
     99 @@                        @@()                      @aahear                   
     100 @aclone                   @aconnect                 @adeath                   
     101>>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    83102 
    84103For more, see Entries-5 
     
    86105& Entries-5 
    87106-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     107<<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    88108 @-wizard                  @@                        @@()                      
    89109 @aahear                   @aclone                   @aconnect                 
     
    102122 @channel2                 @channel3                 @channel4                 
    103123 @channel5                 @charges                  @chat                     
     124======= 
     125 @adescribe                @adestroy                 @adisconnect              
     126 @adrop                    @aefail                   @aenter                   
     127 @afailure                 @afollow                  @agive                    
     128 @ahear                    @aidescribe               @aleave                   
     129 @alfail                   @alias                    @allhalt                  
     130 @allquota                 @amhear                   @amove                    
     131 @apayment                 @areceive                 @asuccess                 
     132 @atport                   @atrchown                 @atrlock                  
     133 @attribute                @aufail                   @aunfollow                
     134 @ause                     @away                     @azenter                  
     135 @azleave                  @boot                     @break                    
     136 @cemit                    @channel                  @channel2                 
     137 @channel3                 @channel4                 @channel5                 
     138 @charges                  @chat                     @chown                    
     139 @chownall                 @chzone                   @chzone2                  
     140 @chzoneall                @clock                    @clock2                   
     141>>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    104142 
    105143For more, see Entries-6 
     
    107145& Entries-6 
    108146-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     147<<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    109148 @chown                    @chownall                 @chzone                   
    110149 @chzone2                  @chzoneall                @clock                    
     
    123162 @doing                    @dolist                   @drain                    
    124163 @drop                     @dump                     @ealias                   
     164======= 
     165 @clone                    @command                  @comment                  
     166 @config                   @config attribs           @config chat              
     167 @config cmds              @config cosmetic          @config cosmetic2         
     168 @config costs             @config db                @config dump              
     169 @config funcs             @config limits            @config limits2           
     170 @config log               @config net               @config parameters        
     171 @config tiny              @conformat                @cost                     
     172 @cpattr                   @create                   @dbck                     
     173 @death                    @decompile                @decompile2               
     174 @decompile3               @describe                 @destroy                  
     175 @destroy2                 @dig                      @dig2                     
     176 @disable                  @doing                    @dolist                   
     177 @drain                    @drop                     @dump                     
     178 @ealias                   @edit                     @efail                    
     179 @elock                    @emit                     @enable                   
     180 @enter                    @entrances                @eunlock                  
     181>>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    125182 
    126183For more, see Entries-7 
     
    128185& Entries-7 
    129186-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     187<<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    130188 @edit                     @efail                    @elock                    
    131189 @emit                     @enable                   @enter                    
     
    144202 @link                     @list                     @listen                   
    145203 @listen2                  @listmotd                 @lock                     
     204======= 
     205 @exitformat               @failure                  @filter                   
     206 @filter2                  @find                     @firstexit                
     207 @follow                   @force                    @force2                   
     208 @forwardlist              @function                 @function2                
     209 @function3                @function4                @gedit                    
     210 @give                     @grep2                    @grep                     
     211 @halt                     @haven                    @hide                     
     212 @hook                     @hook2                    @idescribe                
     213 @idle                     @infilter                 @inprefix                 
     214 @kick                     @lalias                   @leave                    
     215 @lemit                    @lfail                    @link                     
     216 @list                     @listen                   @listen2                  
     217 @listmotd                 @lock                     @lock2                    
     218 @lock3                    @lock4                    @lock5                    
     219 @lock6                    @lock7                    @lock8                    
     220 @lock9                    @log                      @logwipe                  
     221>>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    146222 
    147223For more, see Entries-8 
     
    149225& Entries-8 
    150226-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     227<<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    151228 @lock2                    @lock3                    @lock4                    
    152229 @lock5                    @lock6                    @lock7                    
     
    165242 @opayment                 @open                     @oreceive                 
    166243 @osuccess                 @otport                   @oufail                   
     244======= 
     245 @lset                     @map2                     @mail                     
     246 @malias                   @malias2                  @malias3                  
     247 @malias4                  @malias5                  @map                      
     248 @motd                     @move                     @mvattr                   
     249 @name                     @nameaccent               @nameformat               
     250 @newpassword              @notify                   @nspemit                  
     251 @nuke                     @odeath                   @odescribe                
     252 @odrop                    @oefail                   @oemit                    
     253 @oenter                   @ofailure                 @ofollow                  
     254 @ogive                    @oidescribe               @oleave                   
     255 @olfail                   @omove                    @opayment                 
     256 @open                     @oreceive                 @osuccess                 
     257 @otport                   @oufail                   @ounfollow                
     258 @ouse                     @oxenter                  @oxleave                  
     259 @oxmove                   @oxtport                  @ozenter                  
     260 @ozleave                  @parent                   @password                 
     261>>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    167262 
    168263For more, see Entries-9 
     
    170265& Entries-9 
    171266-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     267<<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    172268 @ounfollow                @ouse                     @oxenter                  
    173269 @oxleave                  @oxmove                   @oxtport                  
     
    186282 @stats                    @success                  @sweep                    
    187283 @switch                   @switch2                  @teleport                 
     284======= 
     285 @payment                  @pcreate                  @pemit                    
     286 @pemit2                   @poll                     @poor                     
     287 @power                    @prefix                   @ps                       
     288 @purge                    @quota                    @readcache                
     289 @receive                  @recycle                  @rejectmotd               
     290 @remit                    @restart                  @runout                   
     291 @rwall                    @rwallemit                @rwallpose                
     292 @scan                     @search                   @search2                  
     293 @search3                  @select                   @set                      
     294 @sex                      @shutdown                 @sitelock                 
     295 @sitelock2                @sitelock3                @squota                   
     296 @startup                  @stats                    @success                  
     297 @sweep                    @switch                   @switch2                  
     298 @teleport                 @tport                    @trigger                  
     299 @trigger2                 @ufail                    @ulock                    
     300 @undestroy                @unfollow                 @unlink                   
     301>>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    188302 
    189303For more, see Entries-10 
     
    191305& Entries-10 
    192306-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     307<<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    193308 @tport                    @trigger                  @trigger2                 
    194309 @ufail                    @ulock                    @undestroy                
     
    199314 @version                  @vrml_url                 @wait                     
    200315 @wait2                    @wall                     @warnings                 
     316======= 
     317 @unlock                   @unrecycle                @uptime                   
     318 @uptime2                  @use                      @uunlock                  
     319 @verb                     @verb2                    @verb3                    
     320 @verb4                    @version                  @vrml_url                 
     321 @wait                     @wait2                    @wall                     
     322 @wallemit                 @wallpose                 @warnings                 
     323>>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    201324 @warnings2                @warnings3                @wcheck                   
     325<<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    202326 @whereis                  @wipe                     @wizmotd                  
    203327 @wizwall                  @zemit                    @zenter                   
     
    207331 acos()                    action lists              action2                   
    208332 add()                     after()                   ahelp                     
     333======= 
     334 @whereis                  @wipe                     @wizemit                  
     335 @wizmotd                  @wizpose                  @wizwall                  
     336 @zemit                    @zenter                   @zleave                   
     337 \                         ^                         abode                     
     338 abs()                     accent()                  accent2                   
     339 accent3                   accent4                   acos()                    
     340 action lists              action2                   add()                     
     341 after()                   ahelp                     alphamax()                
     342 alphamin()                and()                     andflags()                
     343>>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    209344 
    210345For more, see Entries-11 
     
    212347& Entries-11 
    213348-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     349<<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    214350 alphamax()                alphamin()                and()                     
    215351 andflags()                andlflags()               anews                     
     
    228364 bxor()                    cand()                    capstr()                  
    229365 case()                    caseall()                 cat()                     
     366======= 
     367