Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 25 Aug 2005 21:23:07 +0000 (21:23 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 25 Aug 2005 21:23:07 +0000 (21:23 +0000)
commit0c835a0a43cc3c7782f46857d72e518539725eca
tree1c7c03ce1464b78f4298cf75735fc759dae84591
parent5ee479824adcb0b0f23be5d63f8ef1da41bf3bef
Imported from archive.

* data/universe/rooms: Added a few example locations.

* lib/commands: Collapsed this directory into a single file.

* lib/muff/muffcmds.py, lib/muff/muffmisc.py, lib/muff/muffvars.py:
Replaced some risky try/except constructs with if/then/else
clauses.

* lib/muff/muffcmds.py (command_show): Added files and universe
parameter options.

* lib/muff/muffmisc.py (getlong, repr_long, setlong): Folded into
getint and friends.

* lib/muff/muffvars.py (save): Finished migrating into the
muffuniv.Universe.save method.
(variable_data): Moved to muffuniv.Universe.internals dict.
13 files changed:
data/commands [moved from lib/commands/active with 71% similarity]
data/universe/index [moved from lib/universe/index with 69% similarity]
data/universe/rooms [moved from lib/universe/rooms with 100% similarity]
lib/commands/index [deleted file]
lib/index
lib/muff/muffcmds.py
lib/muff/muffconf.py
lib/muff/muffmain.py
lib/muff/muffmisc.py
lib/muff/muffuniv.py
lib/muff/muffuser.py
lib/muff/muffvars.py
mudpy.conf