]> git.pond.sub.org Git - empserver/blob - doc/debugging
Import of Empire 4.2.12
[empserver] / doc / debugging
1 emp_server will only dump core if you run with the -d flag.
2
3 If you decide not to dump core, then the most recent player commands
4 should be listed in data/server.log.  Each command will be preceeded
5 by the country number of the player which issued it.   When the player
6 is prompted, then [prompt] is printed.
7
8 If you decide to dump core, then the most recent player commands will
9 be in the global array called player_commands which is indexed by
10 player_commands_index.  The array will contain strings of the form:
11   "%3d %3d %s", index, player->cnum, command
12