]> git.pond.sub.org Git - empserver/commit
Combined struct llist and struct mlist into superset struct ulist.
authorRon Koenderink <rkoenderink@yahoo.ca>
Mon, 25 Sep 2006 03:29:06 +0000 (03:29 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Mon, 25 Sep 2006 03:29:06 +0000 (03:29 +0000)
commitcd8d74239271c9f2299116c36bbe8d60debf92bb
tree4a4f51b43a102e947ef229338b3f44ac77484694
parent7d90028f20b0f25a279d1e996ced36bc10955a9d
Combined struct llist and struct mlist into superset struct ulist.
(assa, set_leader, switch_leader, set_flagship, switch_flagship,
take_move_in_mob, get_land, ask_olist, att_get_defense,
get_dlist, get_ototal, get_dtotal, kill_land, att_infect_units,
put_land, att_reacting_units, count_bodies, att_fight,
send_reacting_units_home, take_def, ask_move_in, move_in_land,
lnd_print, lnd_delete, lnd_take_casualty, lnd_takemob,
lnd_sel, lnd_mar, lnd_put, lnd_sweep, contains_engineer,
lnd_check_mines, lnd_list, lnd_mess,
lnd_damage, lnd_easiest_target, lnd_mar_one_sector, shp_sel,
shp_nav, shp_put, shp_sweep, shp_check_one_mines, shp_check_mines,
shp_list, shp_mess, shp_count, shp_damage_one, shp_damage,
shp_contains, most_valuable_ship, shp_easiest_target,
shp_missile_interdiction, notify_coastguard,
shp_view, shp_nav_one_sector, shp_missdef, nav_ship,
fltp_to_list): Switch to struct ulist from either struct mlist
or struct llist.
include/land.h
include/ship.h
include/unit.h [new file with mode: 0644]
src/lib/commands/assa.c
src/lib/commands/marc.c
src/lib/commands/navi.c
src/lib/subs/attsub.c
src/lib/subs/lndsub.c
src/lib/subs/shpsub.c
src/lib/update/nav_ship.c
src/lib/update/sail.c