empserver/src/lib/subs
Markus Armbruster 67408f444e (att_ask_offense, ask_move_in): land_answer[] is indexed by army
character, reduce size accordingly.

(att_prompt, ask_move_in_off): Remove dead code.

(att_reacting_units): Simplify.
2006-04-30 08:53:22 +00:00
..
aircombat.c (s_char): Remove. Use signed char for small integers, plain char for 2006-04-29 16:25:17 +00:00
askyn.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
aswplnsubs.c Update known contributors comment. 2006-02-24 21:35:27 +00:00
attsub.c (att_ask_offense, ask_move_in): land_answer[] is indexed by army 2006-04-30 08:53:22 +00:00
bigmap.c Remove dead code. 2006-04-30 08:43:28 +00:00
border.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
bsanct.c (bsanct): Use snxtitem_all() instead of snxtitem(). The latter uses 2006-03-26 19:21:13 +00:00
caploss.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
chkmoney.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
cnumb.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
coastal.c (coastal_sea_to_land, coastal_land_to_sea): Remove unused parameter 2006-04-30 08:46:14 +00:00
control.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
detonate.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
disloan.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
distrea.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
fileinit.c Update known contributors comment. 2006-02-24 21:35:27 +00:00
fortdef.c (sd): Supply missing parenthesis for a cast from double to int. The 2006-03-26 14:03:50 +00:00
getbit.c (u_char, u_short, u_int): BSDisms. Figuring out whether sys/types.h 2006-03-25 07:05:34 +00:00
getele.c (getele): Zero-terminate empty telegrams. Returned telegram was 2006-03-25 20:11:55 +00:00
land.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
landgun.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
list.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
lndsub.c (lnd_mess): Internal linkage. 2006-04-30 08:29:18 +00:00
lostsub.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
mission.c (s_char): Remove. Use signed char for small integers, plain char for 2006-04-29 16:25:17 +00:00
move.c (move_ground): Drop first parameter of map callback, it's not used. 2006-03-28 19:46:40 +00:00
mslsub.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
mtch.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
natarg.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
neigh.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
nreport.c Update known contributors comment. 2006-02-24 21:35:27 +00:00
nstr.c (CANT_REACH): New. Use it instead of CANT_HAPPEN() where possible. 2006-04-17 17:36:07 +00:00
nuke.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
nxtitem.c (CANT_REACH): New. Use it instead of CANT_HAPPEN() where possible. 2006-04-17 17:36:07 +00:00
nxtsct.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
paths.c (getpath): Supply the missing code for P_SAILING. This makes the sail 2006-04-05 07:30:41 +00:00
plane.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
plnsub.c (s_char): Remove. Use signed char for small integers, plain char for 2006-04-29 16:25:17 +00:00
pr.c (show_nuke_capab, show_ship_capab, show_plane_capab, show_land_capab) 2006-03-26 13:41:46 +00:00
radmap.c (s_char): Remove. Use signed char for small integers, plain char for 2006-04-29 16:25:17 +00:00
rej.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
retreat.c (retreat_ship1): Fix test for seamines. Before, retreating ships 2006-03-28 05:51:49 +00:00
sarg.c Update known contributors comment. 2006-02-24 21:35:27 +00:00
satmap.c (s_char): Remove. Use signed char for small integers, plain char for 2006-04-29 16:25:17 +00:00
sect.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
ship.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
show.c (show_nuke_capab, show_ship_capab, show_plane_capab, show_land_capab) 2006-03-26 13:41:46 +00:00
shpsub.c (s_char): Remove. Use signed char for small integers, plain char for 2006-04-29 16:25:17 +00:00
snxtitem.c (s_char): Remove. Use signed char for small integers, plain char for 2006-04-29 16:25:17 +00:00
snxtsct.c (snxtsct): Iteration order for `*' disclosed the real origin. Fix. 2006-04-20 19:06:50 +00:00
supply.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
takeover.c (ontradingblock, trdswitchown): Second parameter is a generic pointer, 2006-03-25 15:11:17 +00:00
trdsub.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
trechk.c s_char purge directed by compiler warnings. 2006-04-29 06:41:45 +00:00
whatitem.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00
wu.c COPYING duplicates information from README. Remove. Move GPL from 2006-01-21 19:48:41 +00:00