PennMUSH Community

root/1.8.3/trunk/game/txt/hlp/pennv180.hlp

Revision 529, 11.3 kB (checked in by pennmush, 2 years ago)

PennMUSH 1.8.1p9 Archival

Line 
1 & 1.8.0p13
2 Version 1.8.0 patchlevel 13                     July 5, 2006
3
4 Fixes:
5   * Crash bug in pcreate() fixed. Report by Phreq@M*U*S*H.
6   * Crash bug in setunion() fixed. Report by Gurenk@ST:Legacy.
7
8
9 & 1.8.0p12
10 Version 1.8.0 patchlevel 12                     March 25, 2006
11
12 Minor changes:
13   * New config option keepalive_timeout for setting the socket-level
14     are-you-there ping interval used to help work around broken routers. [SW]
15   * Changing the SO_KEEPALIVE interval works on more OSes, including OS X. [SW]
16   * Passwords are masked when commands that require them are logged
17     in command.log. Suggested by Sumta. [SW]
18 Fixes
19   * Added help entry for @debugforwardlist. Suggested by d'Ark@M*U*S*H.
20   * Help fixes by Talvo@M*U*S*H.
21   * When objects are nuked, their creation time is reset to 0.
22     This prevents garbage objects from maintaining the same objid.
23     Suggested by Cooee@PDX
24   * When doing english-style matching, plain numbers ('3') were
25     treated as adjectives (like '3rd') and shouldn't have been.
26     Fixed. Reported by Stinky@M*U*S*H.
27
28
29 & 1.8.0p11
30 Version 1.8.0 patchlevel 11                     February 25, 2006
31
32 Fixes:
33   * Help clarification to ancestors inspired by Viceroy@GuiltyPleasures. [TAP]
34   * Help clarification in @set by Skaven@M*U*S*H.
35   * Freebsd hints files combined and simplified.
36
37
38 & 1.8.0p10
39 Version 1.8.0 patchlevel 10                     January 29, 2006
40
41 Minor changes:
42   * Row and field separators in sql() may now by more than one
43     character. Patch by Walker@M*U*S*H.
44 Fixes:
45   * Fix to GNU libc detection in Configure by Petr Salinger.
46   * Definition of MAILER in options.h.dist made to work by Luke@M*U*S*H.
47   * Fix to double-parsing of row and field separators in sql()
48     by Walker@M*U*S*H.
49
50
51 & 1.8.0p9
52 Version 1.8.0 patchlevel 9                      December 12, 2005
53
54 Fixes:
55   * On amd64 systems running FreeBSD (and possibly others), connections
56     could break after about 32 connections. Report by nails@M*U*S*H.
57   * The CONF and CONFGROUP structures are renamed PENNCONF and
58     PENNCONFGROUP to work around brokenness in Debian's openssl0.9.8
59     package.
60
61
62 & 1.8.0p8
63 Version 1.8.0 patchlevel 8                      September 15, 2005
64
65 Fixes:
66   * /noflagcopy switch to @cpattr/@mvattr works now. Report by
67     Kimiko Muffin.
68   * SHS encryption now works on 64-bit architectures that define
69     uint32_t. Report by Licenser@M*U*S*H.
70   * MySQL detection by Configure was accidentally removed
71     in 1.8.0p7/1.8.1p2. It's back. Report by Walker@M*U*S*H.
72     Same applies to SO_KEEPIDLE and some other Configure units.
73
74
75 & 1.8.0p7
76 Version 1.8.0 patchlevel 7                      August 29, 2005
77
78 Fixes:
79   * lsearch() with no results no longer returns #-1. It still does so when
80     there's an error. Suggested by Nathan Baum. [SW]
81   * Improved messages for @link of exits. Report by Nathan Baum. [SW]
82   * Restart script more portable to older bourne-like shells.
83     Patch by Walker@M*U*S*H.
84   * Fix to MinGW reboot. Patch by Nathan Baum.
85   * Help fixes by Tyr@M*U*S*H, Talvo@M*U*S*H, Dizzy@Forgotten Time,
86     and Trinsec@M*U*S*H.
87   * @flag/add of a flag with a name that is a unique prefix of an existing
88     flag wouldn't add the new flag. Reported by Mike Griffiths. [SW]
89   * @config/set of an invalid option would still return a success message.
90     Report by Sholevi@M*U*S*H. [SW]
91   * sql() without a field delimiter defaulted to using the row delimiter,
92     instead of a space. Report by Kali@M*U*S*H.
93   * lock() didn't set user-defined locks properly. Report by
94     Dahan@M*U*S*H. [SW]
95   * Infinite loop in fraction() fixed.
96   * FIXED players may no longer teleport through exits. Report by
97     Anyasha@bDv2
98   * Better messages when attempting to wipe SAFE attributes.
99     Suggested by Nathan Baum.
100
101
102 & 1.8.0p6
103 Version 1.8.0 patchlevel 6                      June 24, 2005
104
105 Fixes:
106   * Weird logging ouput with function logargs fixed. Report by Sholevi@M*U*S*H.
107   * sort() and set functions now ignore ansi. Patch by Walker@M*U*S*H.
108   * @hook memory leak fixed. Reported by Shari@M*U*S*H.
109
110
111 & 1.8.0p5
112 Version 1.8.0 patchlevel 5                      May 30, 2005
113
114 Minor changes:
115   * help substitutions{2,3,4} aliased to help %{2,3,4} respectively
116     for convenience. Suggested by Tokeli@M*U*S*H.
117   * help for ulocal() clarified. Suggested by Dahan@M*U*S*H.
118   * help fixes by Sketch@M*U*S*H.
119 Fixes:
120   * next() on a thing or player behaved improperly. Reported by
121     Sketch@M*U*S*H.
122   * ancestor_* config options allow dbref specified with #<n> as
123     well as just <n>. Suggested by Nathan Baum.
124   * New MSVC6 project files. [EEH]
125   * NUMVERSION no longer starts with a 0, which made some compilers
126     think it might be an octal constant. Suggested by Shane DeRidder.
127   * @attribute did not check for validity of attribute names before
128     adding them. Report by Dahan@M*U*S*H.
129   * #<dbref> <action> forces ignored @hooks. Report by Mike Griffiths.
130   * access.cnf checks attempt to check against ipv6-ized versions
131     of ip addresses listed in sitelocks as well.
132   * Sort of dbrefs in @oemit was broken, which could lead to 
133     multiple messages to same target. Report by Cheetah@M*U*S*H. [TAP]
134   * Setting a password ending in % is now feasible. Report by Marc
135     DVer [TAP].
136
137
138 & 1.8.0p4
139 Version 1.8.0 patchlevel 4                      March 20, 2005
140
141 Fixes:
142   * @list powers crashed the MUSH. Report by Kevin@M*U*S*H.
143   * Multiplayer whisper-poses now use the correct conjugation of the
144     verb "to sense". Suggested by Cheetah@M*U*S*H.
145   * @attribute NAME and @attribute @NAME can both be used to display
146     information about attributes. [SW]
147
148
149 & 1.8.0p3
150 Version 1.8.0 patchlevel 3                      February 26, 2005
151
152 Fixes:
153   * 1.8.0p2 fixed ""hi when chat_strip_quote was on, and broke it
154     when it was off. Fixed both ways now. Report by Cheetah@M*U*S*H.
155   * The @break fix in 1.8.0p2 stopped compound break actions
156     in {}'s from working correctly. Fixed now. Report by
157     Kevin@M*U*S*H. [TAP]
158   * @list/list() works right with flags/powers now.
159   * MS VS.NET project file now includes sql.c/h and bufferq.c/h.
160     Report by T'orA@M*U*S*H.
161   * playermem() and objectmem() now return #-1 NO MATCH consistently
162     when they can't match their argument to an object of an appropriate
163     type. Suggested by Cheetah@M*U*S*H.
164
165
166 & 1.8.0p2
167 Version 1.8.0 patchlevel 2                      February 2, 2005
168
169 Fixes:
170   * @break/@assert could double-evaluate the right side.
171     Patch by Walker@M*U*S*H.
172   * ""hi didn't produce the right output. Patch by Walker@M*U*S*H.
173   * Better output for @warn me=none and invalid warning lists.
174     Suggested by T'orA@M*U*S*H
175   * Help fix by Meyer@M*U*S*H.
176   * Bug in reading dbs when no chatdb present. Discovered by
177     Benigo@M*U*S*H.
178
179
180 & 1.8.0p1
181 Version 1.8.0 patchlevel 1                      January 16, 2005
182
183 Fixes:
184   * Win32 portability fixes. NT_TCP builds work again, too. [EEH]
185   * pennv180.hlp file added to MANIFEST so it's distributed now.
186     Report by Nymeria@M*U*S*H.
187   * More translation files included. [EEH]
188   * Help fixes by [EEH] and Chili@M*U*S*H.
189   * cflags() now shows the N (nonames), T (notitles), and C (nocemit)
190     flags for channels. Suggested by Prospero@Metro.
191   * If A can't receive from B (due to interactions), then A's
192     puppet would send a null line when it heard B. Now the puppet
193     doesn't send at all. Fix by Prospero@Metro.
194   * Multiple simultaneous flag sets behaved oddly when one of the
195     flags affected listener/hearer status. Report by Cheetah@M*U*S*H.
196   * NUMVERSION corrected.
197
198 & 1.8.0p0
199 Version 1.8.0 patchlevel 0                      January 1, 2005
200
201 Major Changes (since 1.7.6):
202   * SQL support (MySQL server).
203   * SSL support.
204   * Attribute trees.
205   * Object ids uniquely identify an object across recycling dbrefs.
206   * Anonymous attributes via #lambda.
207   * Ancestor objects for each object type.
208   * Interactions (something like "realms" in mux2) control conditions
209     under which objects can see, hear, match, or establish the presence
210     of each other. See local.c.
211   * New flag/power internals, no more limits on number of flags,
212     flags can be added/removed at runtime.
213   * New game/chat db formats, more readable, extensible, and
214     better at detecting problems.
215   * New framework for performing lock failure activities in hardcode.
216   * Customized mush.cnf configuration parameters can be easily added.
217   * New chunk memory allocator does our own paging to disk,
218     so the resident memory footprint is much lower.
219   * Lock system rewrite. #true and #false atoms for locks.
220   * minimal.db is no more. If you start up the server and there's no
221     db to be found, it creates a new minimal database in memory.
222   * New commands: @command/alias, buy, @boot/silent, @assert, huh_command,
223     @decomp/prefix, @edit/first, ex/parent, empty, @nscemit, @function,
224     @nsemit, @nsoemit, @nslemit, @nsremit, @nszemit, ], @command/add,
225     @command/del, warn_on_missing, @switch/regexp, @*emit/spoof,
226     @tel/inside, @hook/ignore, @hook/override, @chan/recall, with/room,
227     IDLE, @sitelock/check, SCREENWIDTH, SCREENHEIGHT, ex/all
228   * New functions: zwho, zmwho, l/lv/n/nv/x/xvthings, malias, locks, llocks,
229     lset, lockflags, llockflags, lattrp, nattr/p, xattr/p, mailsend,
230     x/xv/n/nv/exits/players/things, nsemit/cemit/remit/lemit/oemit/zemit,
231     andlflags, andlpowers, orlflags, orlpower, andpowers, orpowers,
232     align, sent, recv, scan, valid, allof, firstof, tr, vcross, hostname,
233     ipaddr, cmds, reswitch*, digest, cowner, baseconv, randword,
234     trimtiny, trimpenn, terminfo, lports, strreplace, fraction, root,
235     children, accname, lpos, width, height
236   * New behaviors: @adisconnect, No_Pay, @name, @lock/speech, examine,
237     @cemit, give, @cost, SUSPECT, @startup, escape(), time(), merge(),
238     @set, move, @name, etimefmt(), insert(), PUPPET, help, rand, DEBUG,
239     TERSE, powers(), @config/set, @function/restrict, %~, @lock/leave,
240     tel(), @descformat, @idescformat, @aconnect
241   * @lock/interact can prevent other players from transmitting any
242     normal sound to you (that is, you won't hear them speak, pose,
243     emit, etc., like gagging them in a client).
244   * New flags: HEAVY, ORPHAN, MISTRUST
245   * New powers: Debit, Can_NSPemit
246   * New attribute flags: NO_NAME, NO_SPACE, DEBUG, NEARBY, PUBLIC, VEILED
247   * New channel flags: Notitles, Nonames, Nocemit
248   * You can log setting/resetting of flags/powers, as well as individual
249     commands or function calls.
250   * Rolling activity log dumped on panic dumps or visible with @uptime.
251   * A new test harness for developing regression test suites in perl
252     for PennMUSH is now included; few test suites are. If you can figure
253     out how to use this, write some tests for us!
254   * More and better telnet negotiation.
255   * Many internal improvements. Many old compile-time options removed
256     or replaced by run-time options. Source code commenting using
257     doxygen. Improved internationalization.
258   * New config directives: unconnected_idle_timeout, max_guests,
259     max_global_fns, read_remote_desc, default_home
260 Minor Changes (since last 1.7.7):
261   * The LFAIL/OLFAIL/ALFAIL messages are activated whenever a @lock/leave
262     is checked and failed, not just when a 'leave' command fails.
263     (So they work for failed attempts to leave rooms by exits/@tel).
264     Suggested by Zith@Lovarii.
265 Fixes (since last 1.7.7):
266   * Help for grab() now references graball(). Report by Sketch@M*U*S*H.
267   * Reference to 'ducats' in code replaced by appropriate plural
268     currency unit. Report by Kinumi@ShoujoAi.
Note: See TracBrowser for help on using the browser.