Changeset 425
- Timestamp:
- 08/12/06 17:46:47 (2 years ago)
- Files:
-
- 1.7.7/CHANGES.176 (modified) (1 diff)
- 1.7.7/CHANGES.177 (moved) (moved from 1.7.7/CHANGES) (10 diffs)
- 1.7.7/Configure (modified) (3 diffs)
- 1.7.7/Makefile.SH (modified) (2 diffs)
- 1.7.7/Patchlevel (modified) (1 diff)
- 1.7.7/config_h.SH (modified) (1 diff)
- 1.7.7/game/restart (modified) (1 diff)
- 1.7.7/game/txt/hlp/index.hlp (modified) (51 diffs)
- 1.7.7/game/txt/hlp/penncmd.hlp (modified) (3 diffs)
- 1.7.7/game/txt/hlp/pennconf.hlp (modified) (3 diffs)
- 1.7.7/game/txt/hlp/pennfunc.hlp (modified) (5 diffs)
- 1.7.7/game/txt/hlp/pennv174.hlp (added)
- 1.7.7/game/txt/hlp/pennv175.hlp (added)
- 1.7.7/game/txt/hlp/pennv176.hlp (added)
- 1.7.7/game/txt/hlp/pennv177.hlp (added)
- 1.7.7/game/txt/hlp/pennvOLD.hlp (moved) (moved from 1.7.7/game/txt/hlp/pennvers.hlp) (3 diffs)
- 1.7.7/game/txt/index-files.pl (modified) (1 diff)
- 1.7.7/hdrs/externs.h (modified) (7 diffs)
- 1.7.7/hdrs/mushtype.h (modified) (1 diff)
- 1.7.7/hdrs/mysocket.h (modified) (1 diff)
- 1.7.7/hdrs/parse.h (modified) (1 diff)
- 1.7.7/hdrs/shs.h (modified) (1 diff)
- 1.7.7/hdrs/version.h (modified) (1 diff)
- 1.7.7/options.h.dist (modified) (1 diff)
- 1.7.7/src/Makefile (modified) (1 diff)
- 1.7.7/src/attrib.c (modified) (1 diff)
- 1.7.7/src/bsd.c (modified) (9 diffs)
- 1.7.7/src/cmds.c (modified) (1 diff)
- 1.7.7/src/command.c (modified) (1 diff)
- 1.7.7/src/conf.c (modified) (2 diffs)
- 1.7.7/src/destroy.c (modified) (2 diffs)
- 1.7.7/src/extchat.c (modified) (4 diffs)
- 1.7.7/src/flags.c (modified) (6 diffs)
- 1.7.7/src/function.c (modified) (11 diffs)
- 1.7.7/src/fundb.c (modified) (1 diff)
- 1.7.7/src/funmath.c (modified) (1 diff)
- 1.7.7/src/game.c (modified) (1 diff)
- 1.7.7/src/local.dst (modified) (6 diffs)
- 1.7.7/src/look.c (modified) (4 diffs)
- 1.7.7/src/match.c (modified) (4 diffs)
- 1.7.7/src/move.c (modified) (2 diffs)
- 1.7.7/src/mysocket.c (modified) (7 diffs)
- 1.7.7/src/notify.c (modified) (1 diff)
- 1.7.7/src/parse.c (modified) (12 diffs)
- 1.7.7/src/player.c (modified) (10 diffs)
- 1.7.7/src/plyrlist.c (modified) (6 diffs)
- 1.7.7/src/predicat.c (modified) (33 diffs)
- 1.7.7/src/privtab.c (modified) (5 diffs)
- 1.7.7/src/ptab.c (modified) (16 diffs)
- 1.7.7/src/rob.c (modified) (4 diffs)
- 1.7.7/src/set.c (modified) (19 diffs)
- 1.7.7/src/shs.c (modified) (6 diffs)
- 1.7.7/src/sig.c (modified) (8 diffs)
- 1.7.7/src/speech.c (modified) (29 diffs)
- 1.7.7/src/strdup.c (modified) (2 diffs)
- 1.7.7/src/strtree.c (modified) (19 diffs)
- 1.7.7/src/strutil.c (modified) (44 diffs)
- 1.7.7/src/timer.c (modified) (9 diffs)
- 1.7.7/src/utils.c (modified) (19 diffs)
- 1.7.7/src/version.c (modified) (2 diffs)
- 1.7.7/src/warnings.c (modified) (9 diffs)
- 1.7.7/src/wild.c (modified) (9 diffs)
- 1.7.7/src/wiz.c (modified) (2 diffs)
- 1.7.7/win32/pennmush.dsp (modified) (7 diffs)
- 1.7.7/win32/pennmush.vcproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.7.7/CHANGES.176
r423 r425 13 13 14 14 ========================================================================== 15 16 Version 1.7.6 patchlevel 9 April 9, 2003 17 18 Fixes: 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 15 28 16 29 Version 1.7.6 patchlevel 8 March 21, 2003 1.7.7/CHANGES.177
r423 r425 8 8 [TAP] is T. Alexander Popiel, a PennMUSH developer (aka Talek) 9 9 [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) 11 12 [RLM] is Ralph Melton, a former PennMUSH developer 12 13 [NJG] is Nick Gammon, the Win32 porter 13 [EEH] is Ervin Hearn III, a Win32 porter (aka Noltar)14 14 [DW] is Dan Williams, the MacOS porter 15 15 [2.2] refers to code which originated with the TinyMUSH 2.2 developers … … 19 19 ========================================================================== 20 20 21 Version 1.7.7 patchlevel 13 April 9, 2003 22 23 Major 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. 28 Functions: 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. 33 Minor 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. 43 Fixes: 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 21 51 Version 1.7.7 patchlevel 12 March 21, 2003 22 52 23 53 Commands: 24 54 * @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 26 56 used to recall them. These are not stored across reboots and should 27 57 be set up by #1's @startup. … … 80 110 * New unconnected_idle_timeout directive in mush.cnf controls 81 111 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 83 113 guests allowed to connect at once. Suggested by Sholevi@M*U*SH. 84 114 Minor Changes: … … 88 118 all channels at once. Suggested by Tanaku and Kevin@M*U*S*H. 89 119 * 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 91 121 #define'd symbols, and some #define'd symbols to enums for better 92 122 debugging and improved readability. Also some conversion of old … … 120 150 Intrevis@M*U*S*H. 121 151 * 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. 123 153 124 154 … … 126 156 127 157 Minor 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 129 159 switch list as strings. Folks who hack into cmdlocal.c should 130 160 take note and read example in the new cmdlocal.dst … … 162 192 Provoked by bug reports by Intrevis@M*U*S*H and Philip Mak. 163 193 Commands: 164 * @flag allows God to manipulate flags within the game, including 194 * @flag allows God to manipulate flags within the game, including 165 195 adding new flags. Flags additions/changes are maintained across 166 196 reboots, so this command does not need to be run at every startup. … … 198 228 Fixes: 199 229 * Fixes from 1.7.6p5. 200 201 230 231 202 232 Version 1.7.7 patchlevel 4 January 2, 2003 203 233 204 234 Minor 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. 207 237 Suggested by Philip Mak. [SW] 208 238 * Parser-enforced argument counts for user-defined @functions, … … 267 297 what dimensions a given connection's display is. Added the 268 298 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. 270 300 This changes the reboot.db format and requires a full shutdown. [SW] 271 301 * Two new atoms for locks. "#true" in a lock is always evaluated as true … … 300 330 * Removed the Size_t typedef in favor of the standard size_t. [SW] 301 331 * 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 303 333 asterisks around motd-type messages, to avoid showing them when 304 334 there's no message. 1.7.7/Configure
r421 r425 344 344 d_toupper='' 345 345 d_uptime='' 346 d_urandom='' 346 347 d_uwait3='' 347 348 d_uwait='' … … 5177 5178 set d_uptime; eval $setvar 5178 5179 5180 : see if /dev/urandom is present 5181 echo " " 5182 if $test -c /dev/urandom ; then 5183 val="$define" 5184 else 5185 val="$undef" 5186 fi 5187 set d_urandom; eval $setvar 5188 5179 5189 : see if union wait is available 5180 5190 echo " " … … 6826 6836 d_toupper='$d_toupper' 6827 6837 d_uptime='$d_uptime' 6838 d_urandom='$d_urandom' 6828 6839 d_usgnames='$d_usgnames' 6829 6840 d_uwait3='$d_uwait3' 1.7.7/Makefile.SH
r423 r425 74 74 exit 1 75 75 76 hdrs/cmds.h: src/cmds.c src/command.c src/cque.c src/help.c src/set.c 76 hdrs/cmds.h: src/cmds.c src/command.c src/cque.c src/help.c src/set.c Patchlevel 77 77 (cd utils; sh mkcmds.sh commands) 78 78 79 hdrs/switches.h: src/SWITCHES 79 hdrs/switches.h: src/SWITCHES Patchlevel 80 80 (cd utils; sh mkcmds.sh switches) 81 81 … … 83 83 # (cd utils; sh mkcmds.sh switches) 84 84 85 hdrs/funs.h: src/fun*.c src/bsd.c src/conf.c src/extmail.c src/help.c src/wiz.c 85 hdrs/funs.h: src/fun*.c src/bsd.c src/conf.c src/extmail.c src/help.c src/wiz.c Patchlevel 86 86 (cd utils; sh mkcmds.sh functions) 87 87 1.7.7/Patchlevel
r423 r425 1 1 Do not edit this file. It is maintained by the official PennMUSH patches. 2 This is PennMUSH 1.7.7p1 22 This is PennMUSH 1.7.7p13 1.7.7/config_h.SH
r417 r425 731 731 #define UPTIME_PATH "$uptime" 732 732 733 /* HAS_DEV_URANDOM: 734 * This symbol is defined if /dev/urandom is available. 735 */ 736 #$d_urandom HAS_DEV_URANDOM /**/ 737 733 738 /* UNION_WAIT: 734 739 * This symbol if defined indicates to the C program that the argument 1.7.7/game/restart
r401 r425 128 128 export DATEMSK 129 129 130 L ANG=$LANG ./netmush $CONF_FILE $LOG &130 LC_ALL=$LANG LANG=$LANG ./netmush $CONF_FILE $LOG & 1.7.7/game/txt/hlp/index.hlp
r411 r425 12 12 1.6.1p1 1.6.10p0 1.6.10p1 13 13 1.6.10p2 1.6.10p3 1.6.10p4 14 1.6.10p5 1.6.10p6 1.6. 10p615 1.6.2p 0 1.6.2p1 1.6.3p016 1.6.3p 1 1.6.3p2 1.6.3p317 1.6.3p 4 1.6.3p5 1.6.3p618 1.6. 3p7 1.6.4p0 1.6.4p119 1.6. 4p2 1.6.5p0 1.6.5p114 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 20 20 21 21 For more, see Entries-2 … … 23 23 & Entries-2 24 24 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 25 1.6.5p 2 1.6.5p3 1.6.5p426 1.6. 6p0 1.6.7p0 1.6.7p127 1.6.7p 2 1.6.7p3 1.6.7p428 1.6.7p 5 1.6.7p6 1.6.8p029 1.6. 8p1 1.6.9p0 1.6.9p130 1.6.9p 2 1.6.9p3 1.6.9p431 1.6.9p 5 1.6.9p6 1.6.9p732 1.6.9p 8 1.6.9p9 1.7.0p033 1.7.0p 1 1.7.0p2 1.7.0p334 1.7.0p 4 1.7.0p5 1.7.0p635 1.7.0p 7 1.7.0p8 1.7.0p936 1.7.0p1 0 1.7.0p11 1.7.0p1137 1.7.1p 0 1.7.1p1 1.7.1p238 1.7. 1p3 1.7.2p0 1.7.2p139 1.7.2p 2 1.7.2p3 1.7.2p440 1.7.2p 5 1.7.2p6 1.7.2p725 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 41 41 42 42 For more, see Entries-3 … … 44 44 & Entries-3 45 45 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 46 1.7.2p 8 1.7.2p9 1.7.2p1047 1.7.2p1 1 1.7.2p12 1.7.2p1348 1.7.2p1 4 1.7.2p15 1.7.2p1649 1.7.2p1 7 1.7.2p18 1.7.2p1950 1.7.2p2 0 1.7.2p21 1.7.2p2251 1.7.2p2 3 1.7.2p24 1.7.2p2552 1.7.2p2 6 1.7.2p27 1.7.2p2853 1.7.2p 29 1.7.2p30 1.7.2p3154 1.7.2p3 2 1.7.2p33 1.7.2p3455 1.7. 2p35 1.7.3p0 1.7.3p156 1.7.3p 2 1.7.3p3 1.7.3p457 1.7.3p 5 1.7.3p6 1.7.3p758 1.7.3p 8 1.7.3p9 1.7.3p1059 1.7.3p1 1 1.7.3p12 1.7.3p1360 1.7. 3p14 1.7.4p0 1.7.4p161 1.7.4p 2 1.7.4p3 1.7.4p446 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 62 62 63 63 For more, see Entries-4 … … 65 65 & Entries-4 66 66 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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) 67 68 1.7.4p5 1.7.4p6 1.7.4p7 68 69 1.7.4p8 1.7.4p9 1.7.4p10 … … 81 82 1.7.7p6 : ; 82 83 @-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) 83 102 84 103 For more, see Entries-5 … … 86 105 & Entries-5 87 106 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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) 88 108 @-wizard @@ @@() 89 109 @aahear @aclone @aconnect … … 102 122 @channel2 @channel3 @channel4 103 123 @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) 104 142 105 143 For more, see Entries-6 … … 107 145 & Entries-6 108 146 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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) 109 148 @chown @chownall @chzone 110 149 @chzone2 @chzoneall @clock … … 123 162 @doing @dolist @drain 124 163 @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) 125 182 126 183 For more, see Entries-7 … … 128 185 & Entries-7 129 186 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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) 130 188 @edit @efail @elock 131 189 @emit @enable @enter … … 144 202 @link @list @listen 145 203 @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) 146 222 147 223 For more, see Entries-8 … … 149 225 & Entries-8 150 226 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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) 151 228 @lock2 @lock3 @lock4 152 229 @lock5 @lock6 @lock7 … … 165 242 @opayment @open @oreceive 166 243 @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) 167 262 168 263 For more, see Entries-9 … … 170 265 & Entries-9 171 266 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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) 172 268 @ounfollow @ouse @oxenter 173 269 @oxleave @oxmove @oxtport … … 186 282 @stats @success @sweep 187 283 @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) 188 302 189 303 For more, see Entries-10 … … 191 305 & Entries-10 192 306 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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) 193 308 @tport @trigger @trigger2 194 309 @ufail @ulock @undestroy … … 199 314 @version @vrml_url @wait 200 315 @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) 201 324 @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) 202 326 @whereis @wipe @wizmotd 203 327 @wizwall @zemit @zenter … … 207 331 acos() action lists action2 208 332 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) 209 344 210 345 For more, see Entries-11 … … 212 347 & Entries-11 213 348 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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) 214 350 alphamax() alphamin() and() 215 351 andflags() andlflags() anews … … 228 364 bxor() cand() capstr() 229 365 case() caseall() cat() 366 ======= 367
