Comment describing Stas Sergeev's changes, which we'll merge in next.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 19 Jan 2005 22:18:00 +0000 (22:18 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 19 Jan 2005 22:18:00 +0000 (22:18 +0000)
sst.c

diff --git a/sst.c b/sst.c
index 888b7ec4780b01333e7a04905a7dbef65e07d6c5..b456772c5a9a058e5e71a61c1d5f7feaf7313c32 100644 (file)
--- a/sst.c
+++ b/sst.c
@@ -9,7 +9,11 @@
        \r
 static char line[128], *linep = line;\r
 \r
-/* Compared to original version, I've changed the "help" command to\r
+/*\r
+\r
+Here are Tom Almy's changes:\r
+\r
+ Compared to original version, I've changed the "help" command to\r
    "call" and the "terminate" command to "quit" to better match\r
    user expectations. The DECUS version apparently made those changes\r
    as well as changing "freeze" to "save". However I like "freeze".\r
@@ -42,9 +46,41 @@ s
 \r
    6. Perhaps cloaking to be added later? BSD version\r
 \r
+Here are Stas Sergeev's changes (controlled by the proprocessor symbol\r
+SERGEEV, not yet merged):\r
 \r
-   */\r
+   1. The Space Thingy can be shoved, if you it ram, and can fire back if \r
+      fired upon.\r
+\r
+   1 The Tholian can be hit with phasers\r
+\r
+   2. When you are docked, base covers you with an almost invincible shields \r
+      (a commander can still ram you, or a Romulan can destroy the base,\r
+      or a SCom can even succeed with direct attack IIRC, but this rarely \r
+      happens).\r
+\r
+    3. SCom can't escape from you if no more enemies remain (without this, \r
+       chasing SCom can take an eternity).\r
+\r
+    4. Probe target you enter is now the destination quadrant. Before I don't \r
+       remember what it was, but it was something I had difficulty using)\r
 \r
+    5. Secret password is now autogenerated.\r
+\r
+    6. "Plaque" is adjusted for A4 paper:)\r
+\r
+    7. Phasers now tells you how much energy needed, but only if the computer \r
+       is alive.\r
+\r
+    8. Planets are auto-scanned when you enter the quadrant.\r
+\r
+    9. Mining or using crystals in presense of enemy now yields an attack.\r
+       There are other minor adjustments to what yields an attack\r
+       and what does not.\r
+\r
+    10. Ramming a black hole is no longer instant death.  \r
+\r
+   */\r
 \r
 static char *commands[] = {\r
        "srscan",\r