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)
commitbe70007ae999da3d3f64b12a6ec13080977be99b
tree4000149640566bb38792f8fdf368f8c842ce95a0
parentde087a3d44be4d4d2de2c4dc322ccab7c106aae4
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