empserver/src
Markus Armbruster 6ae83d34e9 Disable another incorrect use of supply_commod()
navi() reads the ships into a list.  When the ships get interdicted,
and lack flak shells, ac_shipflak() tries to get one and updates the
ship.  When the ship in the list is later written back, e.g. to apply
interdiction damage, the flak shell is wiped out, and we get a seqno
mismatch oops.

Disable automatic flak shell supply in ac_ship_flak() for now.  This
is related to commit f7d61817, which disabled automatic supply of
shells in ac_doflak() and shp_missile_defense().
2008-05-10 09:27:52 +02:00
..
client Bump version to 4.3.14 2008-04-16 07:38:39 +02:00
lib Disable another incorrect use of supply_commod() 2008-05-10 09:27:52 +02:00
scripts Doc fix 2008-03-28 20:53:22 +01:00
server New post_crash_dump_hook 2008-04-25 22:12:22 +02:00
util Make fairland record the island number in the deity territory 2008-05-07 10:33:41 +02:00