]> git.pond.sub.org Git - empserver/commit
(EF_IS_GAME_STATE): New.
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 28 Oct 2005 07:03:31 +0000 (07:03 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 28 Oct 2005 07:03:31 +0000 (07:03 +0000)
commit01c248cb59f17b537077884d5a0ab6858d61c79c
tree3a941293bc0c93d66690b830fc3d975ce21b859d
parent0f6c4296b18f33d64a3e2d364c180a42435bcb34
(EF_IS_GAME_STATE): New.
(xdump, main): Use it.

(EF_MAX): Change to largest table ID + 1.  This is now possible
because the changes above get rid of the assumption that
empfile[0..EF_MAX-1] is only game state.  Code can now work on any
table using the advertized empfile interface, not just on game state.
(my_ef_byname): Remove, use ef_byname().
include/file.h
src/lib/commands/xdump.c
src/util/files.c