type cleanup
commiteaf3534cb777077fdd5193c4810fc12fcb9ed532
authorPaul Merrill <napalminc@gmail.com>
Sun, 15 Jan 2012 01:37:33 +0000 (14 17:37 -0800)
committerPaul Merrill <napalminc@gmail.com>
Sun, 15 Jan 2012 01:41:29 +0000 (14 17:41 -0800)
tree48312557467f4b51e4bbd1fcb69605838a19564a
parent5a92fdc0043e8f90324d03ff7275373af55f3035
type cleanup

* correct lots of internal coordinate types
* rename vtcoord => vicoord
* spread lots of vicoord goodness
* rewrite/cleanup Entity's facing code
* fix crash in Python exception handler where exception object's type
  does not have a dot '.' in it
13 files changed:
src/Makefile
src/area.cpp
src/area.h
src/common.h
src/entity.cpp
src/entity.h
src/player.cpp
src/player.h
src/python.cpp
src/testing/areas/house_switch.py
src/tile.h
src/world.cpp
src/world.h