Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 28 Sep 2005 23:14:53 +0000 (23:14 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 28 Sep 2005 23:14:53 +0000 (23:14 +0000)
commit89ff278697fb215e01b34bebe85b18d8db3af44d
treec15c1a31635837aa1e1b61f02fe7ab24f8b68f84
parent727a0b93665896586d2ff48aedce818c781912de
Imported from archive.

* command (command:look), mudpy.py (command_look): New command
allowing avatars to view the description and contents of their
location.

* mudpy.conf (internal:directions), mudpy.py
(Element.move_direction, Element.portals): Made direction vectors
for actor movement configurable.

* mudpy.conf (internal:logging), mudpy.py (log): Made logging
configurable to write to a particular file, toggle printing to
stdout, and added the ability to specify a syslog tag.

* mudpy.py (Element.go_home, Element.move_direction): Added a
feedback message to notify the user when their avatar moves between
locations, and inform other users when actors depart from or arrive
at their location.
(User.send): Avoid unnecessarily duplicating prompts following
unsolicited/notification messages.
command
mudpy.conf
mudpy.py