]> git.pond.sub.org Git - empserver/log
empserver
20 years agoFix some damage done by indent-emp. Code is still hard to read.
Markus Armbruster [Wed, 17 Dec 2003 16:46:25 +0000 (16:46 +0000)]
Fix some damage done by indent-emp.  Code is still hard to read.

20 years agoRemove pragmas that promote certain serious warnings to errors on
Markus Armbruster [Sun, 14 Dec 2003 10:15:03 +0000 (10:15 +0000)]
Remove pragmas that promote certain serious warnings to errors on
windows.  For obvious reasons, such warnings ought to be fixed.
Making compilation abort is the sledgehammer method to force that.
It's a stupid method for us, as we develop on various platforms, and
don't test every single commit under Windows.  It gratuitously breaks
programs that work fine.  Leave them as warnings, and fix them on
sight.

20 years ago(edit): Rewrite of undocumented and broken feature: if there are extra
Markus Armbruster [Tue, 25 Nov 2003 19:16:18 +0000 (19:16 +0000)]
(edit): Rewrite of undocumented and broken feature: if there are extra
arguments, they are interpreted as key-value pairs, and edit does not
prompt for more.  From Ron Koenderink.
(player_coms): Document extended syntax.

20 years ago(sorde): Output format fixes from Ron Koenderink.
Markus Armbruster [Sun, 9 Nov 2003 13:33:17 +0000 (13:33 +0000)]
(sorde): Output format fixes from Ron Koenderink.

20 years ago(LND_SPY_DETECT_CHANCE): New.
Markus Armbruster [Sun, 9 Nov 2003 12:52:16 +0000 (12:52 +0000)]
(LND_SPY_DETECT_CHANCE): New.
(look_land, sabo, prunits, unitsatxy, lnd_mar_one_sector,
count_sect_units, takeover): Use it.  Closes bug#786369.

20 years ago(decl): Remove broken and redundant check of declarer's country
Markus Armbruster [Sun, 9 Nov 2003 10:53:06 +0000 (10:53 +0000)]
(decl): Remove broken and redundant check of declarer's country
number.  Check is redundant, because invalid values can come only from
natarg(), and those are checked above.  Check is broken because
natarg() returns negative value on error, not 255.

20 years agoUndo some ugly line line-breaks introduced by indent.
Markus Armbruster [Sun, 9 Nov 2003 10:47:36 +0000 (10:47 +0000)]
Undo some ugly line line-breaks introduced by indent.

20 years agoSpelling fix.
Markus Armbruster [Sun, 9 Nov 2003 10:46:32 +0000 (10:46 +0000)]
Spelling fix.

20 years agoRemove some comments that are no longer valid.
Markus Armbruster [Sun, 9 Nov 2003 10:45:26 +0000 (10:45 +0000)]
Remove some comments that are no longer valid.

20 years ago(perform_mission): Fix destruction of missiles. Closes bug#789415.
Markus Armbruster [Sun, 9 Nov 2003 10:42:29 +0000 (10:42 +0000)]
(perform_mission): Fix destruction of missiles.  Closes bug#789415.

20 years ago(chan): Don't require 254 BTUs even when not charging any (BLITZ).
Markus Armbruster [Sat, 4 Oct 2003 18:29:29 +0000 (18:29 +0000)]
(chan): Don't require 254 BTUs even when not charging any (BLITZ).

20 years agoList generated files and directories that CVS doesn't ignore by
Markus Armbruster [Sat, 4 Oct 2003 16:01:10 +0000 (16:01 +0000)]
List generated files and directories that CVS doesn't ignore by
default.

20 years agoAdd proper .SA; it's required by info.pl. Closes #793708.
Markus Armbruster [Sat, 4 Oct 2003 14:57:05 +0000 (14:57 +0000)]
Add proper .SA; it's required by info.pl.  Closes #793708.

20 years ago(parse_files): Choked on CVS, backup files, and more. Fix to work only on
Markus Armbruster [Sat, 4 Oct 2003 14:56:07 +0000 (14:56 +0000)]
(parse_files): Choked on CVS, backup files, and more.  Fix to work only on
*.t.  Closes #793707.

20 years agoList generated files and directories that CVS doesn't ignore by
Markus Armbruster [Sat, 4 Oct 2003 14:54:09 +0000 (14:54 +0000)]
List generated files and directories that CVS doesn't ignore by
default.

20 years agoMakefiles worked only if certain directories and generated files were
Markus Armbruster [Sat, 4 Oct 2003 14:22:52 +0000 (14:22 +0000)]
Makefiles worked only if certain directories and generated files were
already present.  Source distributions had them, but we didn't commit
them to CVS.  Fix Makefiles.

20 years agoGenerated file, shouldn't have been committed.
Markus Armbruster [Sat, 4 Oct 2003 14:19:50 +0000 (14:19 +0000)]
Generated file, shouldn't have been committed.

20 years agoIndented with src/scripts/indent-emp.
Markus Armbruster [Tue, 2 Sep 2003 20:48:48 +0000 (20:48 +0000)]
Indented with src/scripts/indent-emp.

20 years agoNew.
Markus Armbruster [Tue, 2 Sep 2003 20:45:34 +0000 (20:45 +0000)]
New.

20 years agoImport of Empire 4.2.12 v4.2.12
Markus Armbruster [Sat, 23 Aug 2003 12:23:04 +0000 (12:23 +0000)]
Import of Empire 4.2.12