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)
commit724736a86ae223448f90a6d3a15adacd035feaa5
tree646166db608108cc74539f65c2ab681338ef165d
parentda136e612520ef6a3a19d99563e44b6518f91e7e
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