empserver/src/lib/subs
Markus Armbruster cbe9897bfa edit: Report loading/unloading of planes & land units properly
Print a message, send bulletin to owner.  Affects plane keys 's', 'y',
and land unit keys 'S', 'Y'.  The message is necessary to give the
deity a chance to catch unexpected changes, e.g. a player loading a
plane right before the deity edits it.  Watching out for such changes
is especially important with non-interactive edit.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2013-06-06 19:55:02 +02:00
..
actofgod.c edit: Report loading/unloading of planes & land units properly 2013-06-06 19:55:02 +02:00
aircombat.c Clean up redundant forward declarations 2013-05-08 06:55:21 +02:00
askyn.c Update copyright notice 2013-01-12 17:45:01 +01:00
aswplnsubs.c Update copyright notice 2013-01-12 17:45:01 +01:00
attsub.c prnat() prnatid(): New, common country name (#number) formatting 2013-06-06 19:52:26 +02:00
bigmap.c xy.h: Move declaration of sctoff() from sect.h to xy.h 2013-06-06 19:55:01 +02:00
border.c Update copyright notice 2013-01-12 17:45:01 +01:00
bridgefall.c Update copyright notice 2013-01-12 17:45:01 +01:00
bsanct.c Update copyright notice 2013-01-12 17:45:01 +01:00
caploss.c Use int instead of long for money 2013-05-08 06:57:54 +02:00
check.c Update copyright notice 2013-01-12 17:45:01 +01:00
coastal.c xy.h: Move declaration of sctoff() from sect.h to xy.h 2013-06-06 19:55:01 +02:00
control.c Update copyright notice 2013-01-12 17:45:01 +01:00
damage.c Make damage() use roundavg() 2013-05-08 06:55:20 +02:00
detonate.c New pct_chance(), for clarity, and symmetry with chance() 2013-05-08 06:55:20 +02:00
disloan.c Use int instead of long for money 2013-05-08 06:57:54 +02:00
distrea.c Update copyright notice 2013-01-12 17:45:01 +01:00
fileinit.c Update copyright notice 2013-01-12 17:45:01 +01:00
fortdef.c Update copyright notice 2013-01-12 17:45:01 +01:00
getbit.c Update copyright notice 2013-01-12 17:45:01 +01:00
getele.c Update copyright notice 2013-01-12 17:45:01 +01:00
getstarg.c Update copyright notice 2013-01-12 17:45:01 +01:00
getstring.c Update copyright notice 2013-01-12 17:45:01 +01:00
journal.c Switch PRNG from BSD random() to Mersenne Twister 2013-05-08 06:55:21 +02:00
land.c Update copyright notice 2013-01-12 17:45:01 +01:00
landgun.c Consistently require guns for dropping depth charges 2013-05-08 20:37:36 +02:00
list.c New pct_chance(), for clarity, and symmetry with chance() 2013-05-08 06:55:20 +02:00
lndsub.c New pct_chance(), for clarity, and symmetry with chance() 2013-05-08 06:55:20 +02:00
lostsub.c Update copyright notice 2013-01-12 17:45:01 +01:00
maps.c Clean up some trailing whitespace 2013-05-08 06:57:57 +02:00
mission.c New pct_chance(), for clarity, and symmetry with chance() 2013-05-08 06:55:20 +02:00
move.c Make move_ground() use roundavg() 2013-05-08 06:55:20 +02:00
mslsub.c New pct_chance(), for clarity, and symmetry with chance() 2013-05-08 06:55:20 +02:00
mtch.c Update copyright notice 2013-01-12 17:45:01 +01:00
natarg.c Update copyright notice 2013-01-12 17:45:01 +01:00
natsub.c prnatid: Recover from getnatp() failure 2013-06-06 19:52:26 +02:00
neigh.c xy.h: Move declaration of sctoff() from sect.h to xy.h 2013-06-06 19:55:01 +02:00
nreport.c Abridge a few overly verbose declarations 2013-05-08 06:55:21 +02:00
nstr.c Fix read beyond end of conditional argument on missing operand 2013-05-12 18:53:29 +02:00
nuke.c Update copyright notice 2013-01-12 17:45:01 +01:00
nxtitem.c Update copyright notice 2013-01-12 17:45:01 +01:00
nxtsct.c Update copyright notice 2013-01-12 17:45:01 +01:00
onearg.c Update copyright notice 2013-01-12 17:45:01 +01:00
paths.c Update copyright notice 2013-01-12 17:45:01 +01:00
plane.c Update copyright notice 2013-01-12 17:45:01 +01:00
plnsub.c Move declarations for chance.c to new chance.h 2013-05-08 06:55:20 +02:00
pr.c Update copyright notice 2013-01-12 17:45:01 +01:00
radmap.c Update copyright notice 2013-01-12 17:45:01 +01:00
rej.c prnat() prnatid(): New, common country name (#number) formatting 2013-06-06 19:52:26 +02:00
retreat.c Move declarations for chance.c to new chance.h 2013-05-08 06:55:20 +02:00
sarg.c Update copyright notice 2013-01-12 17:45:01 +01:00
satmap.c satmap: Separate and align columns in output properly 2013-05-26 17:14:05 +02:00
sect.c sect: Catch clobbered sector coordinates in sct_prewrite() 2013-06-06 19:55:01 +02:00
sectdamage.c Update copyright notice 2013-01-12 17:45:01 +01:00
ship.c Update copyright notice 2013-01-12 17:45:01 +01:00
show.c Update copyright notice 2013-01-12 17:45:01 +01:00
shpsub.c Replace common pattern by new LIMIT_TO() 2013-06-06 19:52:25 +02:00
snxtitem.c Update copyright notice 2013-01-12 17:45:01 +01:00
snxtsct.c Update copyright notice 2013-01-12 17:45:01 +01:00
supply.c Replace common pattern by new LIMIT_TO() 2013-06-06 19:52:25 +02:00
takeover.c Replace "roll0(N) + M" by "roll(N) + M-1" 2013-05-08 06:55:20 +02:00
trdsub.c Update copyright notice 2013-01-12 17:45:01 +01:00
trechk.c Update copyright notice 2013-01-12 17:45:01 +01:00
unitsub.c Update copyright notice 2013-01-12 17:45:01 +01:00
whatitem.c Update copyright notice 2013-01-12 17:45:01 +01:00
wu.c Update copyright notice 2013-01-12 17:45:01 +01:00