]> git.pond.sub.org Git - empserver/commit
(empfile, chr_camap): Merge chr_camap[] into empfile[]. No existing
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 21 Oct 2005 19:38:37 +0000 (19:38 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 21 Oct 2005 19:38:37 +0000 (19:38 +0000)
commit0ab92601514db6b74ce8c2206c5ff348c6e62d05
tree0dacecde02e8b10ae005c0bd853233c7772cb4e6
parent224cc6328ad8b1bc427fd8ec81e9862dfcb88f62
(empfile, chr_camap): Merge chr_camap[] into empfile[].  No existing
user sees the new elements of empfile[].
(EF_SECTOR_CHR, EF_SHIP_CHR, EF_PLANE_CHR, EF_LAND_CHR, EF_NUKE_CHR)
(EF_TREATY_CHR, EF_ITEM, EF_INFRASTRUCTURE, EF_PRODUCT): New.  Not yet
used.
(my_ef_byname): Replacement for ef_byname() that sees the new
elements.
(xdchr): Work with empfile[] instead of chr_camap[].
(xdump): Use my_ef_byname() instead of ef_byname() and
chridx_by_name().
(camap, chr_camap, chridx_by_name): Remove.
include/file.h
src/lib/commands/xdump.c
src/lib/common/file.c
src/lib/global/file.c