Rename internal:directions to .mudpy.movement.*
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 24 Aug 2016 01:17:08 +0000 (01:17 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 24 Aug 2016 01:17:08 +0000 (01:17 +0000)
commit7ec3b3fef41c968cd5fb858f6697de2f2d0806d3
tree515956b1c6d3312683a1c474e61ba00a112ef305
parent7e8dba94eb34c839249a7bc3ffe240de455c8df7
Rename internal:directions to .mudpy.movement.*

Convert the old style internal:directions element to a series of new
style .mudpy.movement.* elements and adjust the move_direction()
function accordingly. Also extend the Universe class to provide a
set-based index of direction names found in the data.
etc/mudpy.yaml
lib/mudpy/data.py
lib/mudpy/misc.py