From: Jeremy Stanley Date: Sat, 26 Nov 2005 22:55:44 +0000 (+0000) Subject: Imported from archive. X-Git-Tag: 0.0.1~326 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=be70007ae999da3d3f64b12a6ec13080977be99b;hp=be70007ae999da3d3f64b12a6ec13080977be99b 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. ---