]> git.pond.sub.org Git - empserver/commit
New utility program empdump
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 4 Mar 2008 20:55:29 +0000 (21:55 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 14 Mar 2008 19:25:42 +0000 (20:25 +0100)
commit7ec0f0c0d0ba47e23f87d83e4848cd0f4973abff
tree54c7be921727ea64e6a0d75992202202549577af
parented0c98d3c8c3ffb0ba0989011e9a410eaa0eb90b
New utility program empdump

empdump exports and imports game state as plain text.  Limitations: it
currently can't export player bmaps, power report, telegrams,
announcements, message of the day, no-login message and log files.
Exported floating-point values may be inexact.  Importing an exported
game state may not result in identical data files; besides the loss of
floating-point precision just mentioned, coordinates are normalized,
and characters beyond a string's terminating zero in a character array
are lost.  Bug: importing resets timestamps to zero.  It should set
them to the current time.
Make.mk
man/empdump.6 [new file with mode: 0644]
src/util/empdump.c [new file with mode: 0644]