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)
commit953ad45c5bdff6e50b27cfa351daf82383a91348
treef3d735b85f0bf25a496c10c0cf45f3422642d9f3
parent8918c2f7ac137e0c25a5aeb1a3f0bb91636411e5
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