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)
commit76ae128e10c23e0518f331ee4c5638c993d95101
tree515956b1c6d3312683a1c474e61ba00a112ef305
parentaa9c3e17f4d7e76ed5f5b7000b5a3a82f29a77f0
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