Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 26 Nov 2005 22:55:44 +0000 (22:55 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 26 Nov 2005 22:55:44 +0000 (22:55 +0000)
commit13f88f6e4bb3f92e7714a66d85c7e77d0dd4b447
tree46c8add54dfa34952bbd2092b1c888a3d4c82faf
parent77533bfd4a72fc8f037cfe19819f08aba9dc6d3f
Imported from archive.

* command (command:show), mudpy.py (command_show): Improved
parameter descriptions in the help text for the administrative show
command, and added a file parameter to allow listing of elements
included within a known data file.

* command (command:show), mudpy.py (command_show, get_loglines):
Modified the administrative show log command to take parameters for
filtering and start/stop entry ranges.

* mudpy.py (DataFile.load, Universe.load, command_reload)
(reload_data): The administrative reload command now re-reads data
from read-only data files and updates the corresponding elements.
(command_show): Refactored if/then spaghetti logic to be easier to
follow.
command
mudpy.py