Commit graph

91 commits

Author SHA1 Message Date
0c47be1cb5 Use .ig to comment out stuff, it doesn't produce empty lines. 2004-03-22 10:40:15 +00:00
333f106137 Implement request ig, except for argument. 2004-03-22 10:34:49 +00:00
d5ef02c34f Fix markup. 2004-03-22 10:12:28 +00:00
4ed5eed9c3 The previous revision screwed up intentation. 2004-03-22 09:54:58 +00:00
16264e6ebe 4.2.14 last minute changes. 2004-03-22 09:21:24 +00:00
abed385878 Fix RES_POP maximum population formula. 2004-03-20 21:23:26 +00:00
cae5cfbfab Document all undocumented capabilities and stats. Clarify meaning of
land unit capability `light'.  Closes #781116.

Document submarine's ability to carry landspies.  Closes #907978.
2004-03-20 21:21:32 +00:00
18e460f3c7 Said `enemy civilians', but code happily lets you shoot your own
civilians.  Fix.  Closes #905200.

Claimed security troops shoot more than you asked for.  This is
wrong.  They save you mobility.  Fix.  Closes #781117.
2004-03-20 21:13:38 +00:00
908e094a36 Delete lie about Steve still heading Wolfpack. Closes #902831. 2004-03-20 21:02:25 +00:00
2d2a57fc0f Update for 4.2.14. 2004-03-17 07:29:39 +00:00
382162fb0a Fix 4.2.10's release date to match doc/CHANGES4.X. 2004-03-17 07:24:40 +00:00
82bd722ec8 Should have been removed along with the commands. 2004-03-17 07:06:45 +00:00
38a81836e1 Command has been commented out for ages. Remove until it isn't. 2004-03-17 07:06:45 +00:00
fe3e648e4c Regenerated. 2004-03-17 07:04:15 +00:00
1dc9f35b06 Update to match code. There's currently no command that allows trade
and commodity selectors; comment them out.
2004-03-16 21:24:30 +00:00
fa09979e36 Fix plague formula. Fix markup. 2004-03-11 22:10:58 +00:00
d64fa8d529 (opt_NEWPOWER, Options, gen_power): Remove nooption NEWPOWER.
(opt_NEW_STARVE, Options, feed_ship, feed_people): Remove nooption
NEW_STARVE.

(opt_NEW_WORK, Options, move, explore): Remove nooption NEW_WORK.
2004-03-11 10:36:55 +00:00
689f435aff (opt_GRAB_THINGS, Options, get_materials): Remove option GRAB_THINGS. 2004-03-11 08:53:27 +00:00
7a59ab4784 Spelling fix. Closes #913151. 2004-03-10 07:24:56 +00:00
361dc5d209 Spelling fix. Closes #912922. 2004-03-10 07:20:56 +00:00
5df329c766 Remove RCS keyword comment, it's a nuisance. 2004-03-01 13:41:10 +00:00
0c19d70c74 (mult, player_coms): Command `mult' is disabled since 4.0.0 ('96), and
its code is obviously not in working order.  Remove.
(minmult, maxmult, configkeys): Unused configuration parameters,
remove.
(tradedesc): Remove code related to mult that had no effect.
(multread, commread, commwrite, commamt, commset, multset, commprice):
Dangerous, because code bypasses ef_read() & friends, remove.
(diss): Commodity cleanup uses the above, remove.  Command is disabled
and unlikely to work anyway.
2004-03-01 09:04:02 +00:00
aa4e268d89 Markup changes: separate items more clearly. Don't use numeric fonts. 2004-02-28 17:50:55 +00:00
966d3e7820 \" comments weren't recognized in column 0. 2004-02-28 17:32:30 +00:00
520baaf867 (html): Expand tabs in all.html; they can confuse browsers. 2004-02-26 09:26:29 +00:00
f508dfdcea Document yesterday's changes that closed #803753.
Don't re-explain the map in bmap commands.
2004-02-26 09:25:08 +00:00
57080e76f2 Spelling fix. Closes #901174. 2004-02-24 20:54:58 +00:00
c5915737b6 (deli): Partial rewrite for clarity, motivated by a `might be used
unitialized' warning.  Funcional change: you can now change direction
without threshold (matches documentation, clarify it anyway).  Change
prompt for the third argument to reflect that.  Also provide context
when prompting for the fourth argument; this is sorely needed we
didn't prompt for the third argument.
2004-02-18 21:00:13 +00:00
7f8baa23f0 Fix markup of right quotes. 2004-02-15 19:23:42 +00:00
a09d36121f Fix generated HTML: proper !DOCTYPE, head, body, p.
Fix request parsing, so empty requests are properly ignored.
2004-02-15 19:21:52 +00:00
d368e696c0 Spelling fixes. 2004-02-15 18:23:45 +00:00
a825fd9f2c One TH request per file; remove second one. 2004-02-15 18:21:50 +00:00
a43e509c5e Clarification. 2004-02-15 18:20:37 +00:00
792e81428c Use plain double quote instead of \*Q and \*U in .EX, because it's
typed text.
2004-02-15 18:20:13 +00:00
358606e0f1 (Q, U): Expanded into nothing; fix. 2004-02-15 18:15:48 +00:00
d76180e80d (lF): Unused, remove. 2004-02-15 18:12:45 +00:00
237d9ba1c8 Deviated from actual behavior (matched old behavior?). Fixed. 2004-02-15 17:38:23 +00:00
55d58955a8 empclient later than 2.8 support the Empire 4 protocol, too. Don't
claim no other client supports it.
2004-02-15 17:35:30 +00:00
4f94dbae3a Fix title (second argument of TH). 2004-02-15 17:31:56 +00:00
72cc68b837 Stricter tests for requests.
Request s3 doesn't exist, remove translation.
2004-02-15 17:29:21 +00:00
cb5c45dcd2 Fix indentation; $ in the middle of regexps confuses Emacs, so use \Z
instead.  No functional changes.
2004-02-15 16:22:02 +00:00
eca121f709 Parse requests properly. Simpler, more correct and more robust.
Fix translation of escapes.  Still a hack.

Fix Empire client prompt in translation of EX and SY.
2004-02-15 16:14:46 +00:00
1625567f97 Fix markup: bogus numerical arguments that were mapped to zero
silently (troff) or under protest (groff); table column width (also
fixed some .L arguments to match actual game output); spacing in
no-fill text; stray .FI, .in and .ce messing up indentation; stray .L;
misspelled request and escape names; escaping of control and escape
characters; properly ignore form-feed; argument quoting; extra
arguments to .NF.  Still broken: .L abused for headings, which
triggers many groff warnings about negative indentation.
2004-02-15 15:59:09 +00:00
4456ef9a3a (nF, eF, bF, iF, lF, pF, cS, CS): Define to silence groff. 2004-02-15 13:22:39 +00:00
627f2f3ab2 Convert tabs before \" comments into spaces (troff pitfall). 2004-02-15 08:40:09 +00:00
8288c3a5c7 (SY, EX): Fix Empire client prompt. 2004-02-15 07:59:04 +00:00
c5c6042f36 (eF, EF): Font C doesn't exist, use R. 2004-02-15 07:58:02 +00:00
4091a5ff0b (N, EF): Define to R to silence groff. 2004-02-15 07:56:46 +00:00
949f3ae940 4.2.13 last minute changes. 2004-02-13 22:20:17 +00:00
2e57b2b610 Document production, feeding and plague for units. 2004-02-10 13:54:18 +00:00