From: Jeremy Stanley Date: Thu, 24 Nov 2005 00:06:25 +0000 (+0000) Subject: Imported from archive. X-Git-Tag: 0.0.1~327 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=de087a3d44be4d4d2de2c4dc322ccab7c106aae4;hp=de087a3d44be4d4d2de2c4dc322ccab7c106aae4;p=mudpy.git Imported from archive. * mudpy.py (Element.can_run, User.can_run): Moved this method from the User class to the Element class, allowing for future flexibility. (Element.new_event, Universe.get_time): Began adding framework for event elements and queues. (command_create, command_delete, command_destroy, command_error) (command_halt, command_help, command_look, command_move) (command_quit, command_reload, command_say, command_set) (command_show): Adjusted commands and messaging to be relative to an actor element instead of a user object. ---