empserver/tests/empdump
Markus Armbruster 68c7c08a58 config: Make work to build units independently configurable
The work required for build and repairs is traditionally a function of
build materials: 20 + lcm + 2*hcm for ships, planes and land units,
and (lcm + 2*hcm + oil + rad)/5 for nukes.  Make it independently
configurable instead, via new ship-chr, plane-chr, land-chr, nuke-chr
selector bwork, backed by new struct mchrstr member m_bwork, struct
plchrstr member pl_bwork, struct lchrstr member l_bwork, struct
nchrstr member n_bwork.  Keep the required work exactly the same for
now.

Clients that compute work from materials need to be updated.  Easy,
since build work is now exposed in xdump.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2017-08-06 14:04:32 +02:00
..
xundump-errors config: Make work to build units independently configurable 2017-08-06 14:04:32 +02:00
errors.err config: Make work to build units independently configurable 2017-08-06 14:04:32 +02:00
errors.status xundump: Permit omitting non-trailing realms 2015-02-01 16:53:00 +01:00
verify-fails tests/empdump: New; exercising the empdump utility 2015-02-01 16:52:59 +01:00
verify-fixed tests/empdump: New; exercising the empdump utility 2015-02-01 16:52:59 +01:00
verify-prep tests/empdump: New; exercising the empdump utility 2015-02-01 16:52:59 +01:00