empserver/src/lib/global
Markus Armbruster 439f111f98 Remove option SLOW_WAR
SLOW_WAR has issues:

* The check whether the attacker old-owns the attacked sector is
  broken, because att_abort() uses sect.sct_oldown uninitialized.

  Spotted by the Clang Static Analyzer.

* Its implementation in setrel() is somewhat scary.  It's actually
  okay, because that part of setrel() only runs within decl().  Other
  callers don't reach it: update_main() because player->god != 0
  there, and the rest because they never pass a rel < HOSTILE.

* Documentation is a bit vague.

SLOW_WAR hasn't been used in a public game in years.  Fixing it is not
worth it, so remove it instead.
2011-02-13 15:59:49 +01:00
..
constants.c Remove option SLOW_WAR 2011-02-13 15:59:49 +01:00
dir.c Coding style fixes, mostly indentation and whitespace 2010-06-20 18:36:38 +02:00
infra.config Update copyright notice 2010-01-19 08:40:17 +01:00
init.c Update copyright notice 2010-01-19 08:40:17 +01:00
item.c Update copyright notice 2010-01-19 08:40:17 +01:00
item.config Update copyright notice 2010-01-19 08:40:17 +01:00
land.c Update copyright notice 2010-01-19 08:40:17 +01:00
land.config Update copyright notice 2010-01-19 08:40:17 +01:00
news.c Update copyright notice 2010-01-19 08:40:17 +01:00
nuke.c Update copyright notice 2010-01-19 08:40:17 +01:00
nuke.config Update copyright notice 2010-01-19 08:40:17 +01:00
options.c Remove option SLOW_WAR 2011-02-13 15:59:49 +01:00
path.c.in Update copyright notice 2010-01-19 08:40:17 +01:00
plane.c Update copyright notice 2010-01-19 08:40:17 +01:00
plane.config Update copyright notice 2010-01-19 08:40:17 +01:00
product.c Update copyright notice 2010-01-19 08:40:17 +01:00
product.config Update copyright notice 2010-01-19 08:40:17 +01:00
sect.c Update copyright notice 2010-01-19 08:40:17 +01:00
sect.config Update copyright notice 2010-01-19 08:40:17 +01:00
ship.c Update copyright notice 2010-01-19 08:40:17 +01:00
ship.config Update copyright notice 2010-01-19 08:40:17 +01:00
symbol.c Remove option SLOW_WAR 2011-02-13 15:59:49 +01:00
updtime.c Update copyright notice 2010-01-19 08:40:17 +01:00
version.c Update copyright notice 2010-01-19 08:40:17 +01:00