empserver/src/util
Markus Armbruster 7ec0f0c0d0 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.
2008-03-14 20:25:42 +01:00
..
empdump.c New utility program empdump 2008-03-14 20:25:42 +01:00
empsched.c Update copyright notice 2008-01-19 10:15:37 +01:00
fairland.c Remove redundant initializations from fairland's fl_sct_init() 2008-03-14 20:25:09 +01:00
files.c Extend the common header of struct empobj to include uid 2008-03-05 22:48:20 +01:00
pconfig.c Update copyright notice 2008-01-19 10:15:37 +01:00