empserver/src/lib/subs
Markus Armbruster e31ba545af Remove bogus correction of sct_mobil from sct_prewrite()
It used literal 127 instead of sect_mob_max, it didn't check the lower
bound, and it didn't report the corruption.  From Chainsaw 3.

Having *working* sanity checks there would be nice.  Left for another
day.
2008-09-08 21:26:40 -04:00
..
aircombat.c Include destination in interception and plane mission messages 2008-08-26 21:46:49 -04:00
askyn.c Update copyright notice 2008-01-19 10:15:37 +01:00
aswplnsubs.c Update known contributors comments 2008-08-03 08:04:08 -04:00
attsub.c Simplify att_prompt() 2008-07-21 08:13:40 -04:00
bigmap.c Update copyright notice 2008-01-19 10:15:37 +01:00
border.c Rework code dealing with struct range fixing many bugs 2008-08-20 07:40:32 -04:00
bridgefall.c Doc fix for commit 7ca4f412 2008-08-19 08:54:05 -04:00
bsanct.c Start the Empire clock on first break or update 2008-05-10 21:52:19 +02:00
caploss.c Update known contributors comments 2008-05-18 10:59:04 +02:00
check.c Clean up library dependencies 2008-02-03 08:11:13 +01:00
coastal.c Update copyright notice 2008-01-19 10:15:37 +01:00
control.c Update copyright notice 2008-01-19 10:15:37 +01:00
damage.c Remove option FUEL 2008-05-12 09:25:20 +02:00
detonate.c Remove useless call of caploss() from detonate() 2008-05-11 10:05:25 +02:00
disloan.c Update copyright notice 2008-01-19 10:15:37 +01:00
distrea.c Update copyright notice 2008-01-19 10:15:37 +01:00
empobj.c Update known contributors comments 2008-03-14 20:25:44 +01:00
fileinit.c Move view open/close into src/lib/common/file.c 2008-09-03 21:17:46 -04:00
fortdef.c Factor out ship firing range calculation into shp_fire_range() 2008-03-14 20:25:39 +01:00
getbit.c Replace broken GCFx(), GCFy() by sctoff() 2008-08-26 21:42:32 -04:00
getele.c Simplify getele() 2008-07-21 08:13:40 -04:00
getstarg.c Clean up library dependencies 2008-02-03 08:11:13 +01:00
getstring.c Clean up library dependencies 2008-02-03 08:11:13 +01:00
journal.c Add gcc attribute format where it's missing 2008-08-02 12:00:33 -04:00
land.c Remove pointless getFOO() from prewrite callbacks 2008-09-03 21:17:46 -04:00
landgun.c Make depth charges work with just one shell 2008-05-04 19:27:31 +02:00
list.c Don't permit bombing of embarked planes and land units 2008-08-02 17:28:05 -04:00
lndsub.c Remove columns lnd, pln from spy report to fix spy unit leak 2008-06-14 18:55:29 +02:00
lostsub.c Update known contributors comments 2008-03-14 20:25:44 +01:00
maps.c Simplify implementation of MAP_HIGH in draw_map() 2008-08-26 21:42:32 -04:00
mission.c Include destination in interception and plane mission messages 2008-08-26 21:46:49 -04:00
move.c Fix move_ground() to pass coordinate arguments normalized 2008-08-26 21:42:32 -04:00
mslsub.c Disable collateral damage for automatically launched missiles 2008-08-02 14:44:54 -04:00
mtch.c Update copyright notice 2008-01-19 10:15:37 +01:00
natarg.c Update copyright notice 2008-01-19 10:15:37 +01:00
natsub.c Fix initialization of realms in newcap 2008-04-06 09:49:47 +02:00
neigh.c Update copyright notice 2008-01-19 10:15:37 +01:00
nreport.c Add sequence numbers to game state 2008-05-17 22:50:30 +02:00
nstr.c Update known contributors comments 2008-03-14 20:25:44 +01:00
nuke.c Remove pointless getFOO() from prewrite callbacks 2008-09-03 21:17:46 -04:00
nxtitem.c Rework code dealing with struct range fixing many bugs 2008-08-20 07:40:32 -04:00
nxtsct.c Revert "Use XYOFFSET() instead of sctoff() in sector iterators" 2008-03-28 07:17:17 +01:00
onearg.c Clean up library dependencies 2008-02-03 08:11:13 +01:00
paths.c Keep coordinates normalized in getpath() 2008-08-26 21:42:32 -04:00
plane.c Remove pointless getFOO() from prewrite callbacks 2008-09-03 21:17:46 -04:00
plnsub.c Fix extra prompt after abort due to misuse of snxtitem() 2008-07-26 21:36:37 -04:00
pr.c Update known contributors comments 2008-05-18 10:59:04 +02:00
radmap.c Use MAPWIDTH() to allocate map buffers 2008-09-03 20:43:12 -04:00
rej.c Update copyright notice 2008-01-19 10:15:37 +01:00
retreat.c Update copyright notice 2008-01-19 10:15:37 +01:00
sarg.c Fold sarg_getrange() into sarg_area() 2008-08-20 07:40:51 -04:00
satmap.c Use MAPWIDTH() to allocate map buffers 2008-09-03 20:43:12 -04:00
sect.c Remove bogus correction of sct_mobil from sct_prewrite() 2008-09-08 21:26:40 -04:00
sectdamage.c Fix tracking of planes flying a sortie 2008-03-26 22:10:13 +01:00
ship.c Remove pointless getFOO() from prewrite callbacks 2008-09-03 21:17:46 -04:00
show.c Remove product information from show sect c 2008-07-28 07:52:32 -04:00
shpsub.c Fix seqno mismatch and use-after-free in shp_sweep() 2008-06-28 09:24:32 -04:00
snxtitem.c Clean up and simplify snxtitem_dist() and snxtsct_dist() 2008-08-19 08:54:05 -04:00
snxtsct.c Rework code dealing with struct range fixing many bugs 2008-08-20 07:40:32 -04:00
supply.c Avoid seqno mismatch oops in recursive land unit supply 2008-05-28 22:30:36 +02:00
takeover.c Use snxtitem_xy() instead of snxtitem_dist(..., 0) 2008-08-20 07:40:51 -04:00
trdsub.c Update copyright notice 2008-01-19 10:15:37 +01:00
trechk.c Update copyright notice 2008-01-19 10:15:37 +01:00
unitsub.c Remove option FUEL 2008-05-12 09:25:20 +02:00
whatitem.c Update copyright notice 2008-01-19 10:15:37 +01:00
wu.c Don't write junk bits to unused bytes of telegram files 2008-03-14 21:22:32 +01:00