2012-03-03 20:35:30 +00:00
|
|
|
Release history:
|
|
|
|
|
|
|
|
Version 3.1 (yes, no beta pl): November 18, 2002
|
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
For older releases and Changelog entries, see the Changelog-3.0 file in
|
|
|
|
the doc/ directory.
|
2012-03-03 20:35:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
Legend
|
|
|
|
------
|
|
|
|
JE = Jeremy Elson (jelson@circlemud.org) Since Jul 16, 1993
|
|
|
|
AE = Alex Fletcher (furry@circlemud.org) Since Feb 23, 1995
|
|
|
|
GG = George Greer (greerga@circlemud.org) Since Oct 14, 1997
|
|
|
|
DK = Daniel A. Koepke (dkoepke@circlemud.org) Since Jul 11, 1999
|
|
|
|
|
|
|
|
<joke> New applicants must have a last name alphabetically after
|
|
|
|
'Koepke' and will only be accepted on December 2, 2001. </joke>
|
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
--- CircleMUD 3.1
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
11/19/2002
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- ae - act.informative.c, act.item.c, act.social.c, act.wizard.c, act.other.c,
|
|
|
|
alias.c, castle.c:
|
|
|
|
Began adding descriptions of each SYSERR in comments following
|
|
|
|
the actually log lines in the code. These are marked with a
|
|
|
|
'SYSERR_DESC:' tag, in the hopes that we can write a program
|
|
|
|
that will automatically collect the log message and descriptive
|
|
|
|
comments and compile a single document containing all of the
|
|
|
|
information.
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- ae - alias.c: Changed double log entries (with 'perror()' statements) to
|
|
|
|
put strerror() statements at the end of the single log line
|
|
|
|
rather than on a separate line.
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
12/02/2002
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- ae - utils.h: Changed core_dump_real() prototype. If we're going to fully
|
|
|
|
prototype everything else, why isn't this one? Pointed out
|
|
|
|
by Jesper R.jest.l<jesper@aradja.com>
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
01/06/2003
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- dk - interpreter.c: one_word() no longer ignores fill words, which caused
|
|
|
|
some keywords to be ignored in help file loading (the only
|
|
|
|
thing this function is used for in stock). Run into by
|
|
|
|
Thomas Arp <t_arp@stofanet.dk>.
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
01/15/2003
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- gg - comm.c: free_bufpool(); mail.c: free_mail_index(): New.
|
|
|
|
Idea (not code) from Thomas Arp <t_arp@STOFANET.DK>
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- gg - db.c: destroy_db(): Don't leak memory from followers list.
|
|
|
|
Only matters (briefly) when using 'shutdown' command.
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- gg - house.c: hcontrol_list_houses(): Correct a sizeof() in strlcpy().
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
03/31/2003
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- ae - act.movement.c: do_rest() had people going into the SITTING position
|
|
|
|
if they had a previously undefined position. Discovered by
|
|
|
|
Thomas Arp <t_arp@stofanet.dk>.
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
04/09/2003
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- ae - boards.c: Board_clear_board() has a memory clearing "bug" that can
|
|
|
|
cause issue on some systems. Found by Burkhard Knopf
|
|
|
|
<burkhard.knopf@tu-clausthal.de>
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
04/19/2003
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- ae - 25.obj, 120.obj, 72.wld: some typos fixed courtesy of Ken Ray
|
|
|
|
<kenr86@HOTMAIL.COM>
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
05/29/2003
|
2012-03-03 20:35:30 +00:00
|
|
|
|
2012-03-03 20:42:37 +00:00
|
|
|
-- ae - spells.c: fixed an output type in locate_object courtesy of
|
|
|
|
Edward Glamkowski <eglamkowski@angelfire.com>
|