xdump's no longer experimental, update accordingly.
This commit is contained in:
parent
a873a62806
commit
db842e40f7
1 changed files with 5 additions and 9 deletions
|
@ -361,21 +361,17 @@ change between a dump and the next timestamp increase.
|
||||||
Timestamp values are currently seconds since the epoch, but this might
|
Timestamp values are currently seconds since the epoch, but this might
|
||||||
change, and clients are advised not to rely on it.
|
change, and clients are advised not to rely on it.
|
||||||
|
|
||||||
Experimental extended dump
|
Extended dump
|
||||||
--------------------------
|
-------------
|
||||||
|
|
||||||
Traditional dumps have a number of shortcomings. They cover only the
|
Traditional dumps have a number of shortcomings. They cover only the
|
||||||
most important part of the game state: sectors, ships, planes, land
|
most important part of the game state (sectors, ships, planes, land
|
||||||
units, nukes, but not game configuration, loans, news, and so forth.
|
units, nukes), but not game configuration, loans, news, and so forth.
|
||||||
They are not quite complete even for what they attempt to cover.
|
They are not quite complete even for what they attempt to cover.
|
||||||
Finally, their output is harder to parse than necessary.
|
Finally, their output is harder to parse than necessary.
|
||||||
|
|
||||||
The new `xdump' command is designed to overcome these deficiencies.
|
The new `xdump' command is designed to overcome these deficiencies.
|
||||||
It still needs significant work, and is subject to change in
|
See doc/xdump for the full story.
|
||||||
incompatible ways. To protect real games from known and unknown flaws
|
|
||||||
in xdump, it is only accessible when option GUINEA_PIGS is enabled.
|
|
||||||
|
|
||||||
Technical xdump documentation to be written.
|
|
||||||
|
|
||||||
|
|
||||||
Advice on parsing human-readable command output
|
Advice on parsing human-readable command output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue