Rearrangement and cleanup
authorMartin Read <martin@blackswordsonics.com>
Sat, 15 Feb 2014 12:31:21 +0000 (12:31 +0000)
committerMartin Read <martin@blackswordsonics.com>
Sat, 15 Feb 2014 12:31:21 +0000 (12:31 +0000)
commit87ac49cc5cf26ed091cf43cd417a1ba39fd5f15b
tree1cd9c89259e8034c21121fe9e350ee5b216b8c0a
parenta12e88388c2aff7353a61f6383394fcfe9c85635
Rearrangement and cleanup

* MANIFEST, Makefile: Add coord.cc, poke dependencies
* coord.cc: New file to house coordinate/offset constants.
* default.permons: Set power values for new demons
* map.cc: Clean up stale code accessing stale members of Level
* map.hh: Prune stale members from Level; add Doxygen comments
* permon.hh, permobj.hh: De-confusing sloccount
* rng.cc: Relocate random_step() from main.cc
* u.cc: Relocate do_player_action() from main.cc
* victrix-abyssi.hh: Relocate save_game() prototype from main.cc
12 files changed:
MANIFEST
Makefile
coord.cc [new file with mode: 0644]
default.permons
main.cc
map.cc
map.hh
permobj.hh
permon.hh
rng.cc
u.cc
victrix-abyssi.hh