]> git.pond.sub.org Git - empserver/commit - src/lib/global/sect.config
Refer to table names instead of C identifiers in .config
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 24 Apr 2011 06:30:31 +0000 (08:30 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 6 Jun 2011 17:24:13 +0000 (19:24 +0200)
commit19215160f4fd1bba35c53628a40bde0220a35ba1
treed3bc52979a04a6662e13bf25391094b9c393cc9e
parent97f475b6c1fbda382e73b7db7b073f63d1d25f4a
Refer to table names instead of C identifiers in .config

The C identifier permits looking up the table in the source.  The
table name permits lookup with xdump.

Coders should know how to go from table name to C identifier.  Deities
aren't all coders; we shouldn't ask them to guess table names from C
identifiers.
src/lib/global/item.config
src/lib/global/land.config
src/lib/global/nuke.config
src/lib/global/plane.config
src/lib/global/product.config
src/lib/global/sect.config
src/lib/global/ship.config