Comments on the history.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 7 Feb 2005 04:17:38 +0000 (04:17 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 7 Feb 2005 04:17:38 +0000 (04:17 +0000)
TODO
planets.c
sst.c

diff --git a/TODO b/TODO
index a7b323208d4f6a38718d3127394e21046d607fff..7d8cc981dcd29dc7701678162e7137a93df82550 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,10 +4,6 @@
   then existed.  (This would be partly so people can try the original
   non-"super" version Matuszek and Reynolds wrote.)
 
-  Dave Matuszek tells me that SRSCAN, MOVE, PHASERS, CALL, STATUS,
-  IMPULSE, PHOTONS, ABANDON, LRSCAN, WARP, SHIELDS, DESTRUCT, CHART,
-  REST, DOCK, QUIT, and DAMAGE were in the original non-"super" version.
-
 * Code to hurl you out of quadrant if a supernova occurs as you warp in 
   seems to hang.
 
index 1d1d1b882cfd37812980baf3a5a7879cd8e05c5b..69ca3271c2e32ae9e4b35dd518384e8b5538b2b6 100644 (file)
--- a/planets.c
+++ b/planets.c
@@ -469,7 +469,7 @@ void deathray(void)
        skip(1);
        prout("Lt. Uhura-  \"Graaeek!  Graaeek!\"");
        skip(1);
-       prout("Spock-  \"Facinating!  . . . All humans aboard");
+       prout("Spock-  \"Fascinating!  . . . All humans aboard");
        prout("  have apparently been transformed into strange mutations.");
        prout("  Vulcans do not seem to be affected.");
        skip(1);
diff --git a/sst.c b/sst.c
index 8d30bde57ded84a318f15e690932dad7359a5020..7c238fe28f39c3ddb35345673924c30bdb9cc7d2 100644 (file)
--- a/sst.c
+++ b/sst.c
@@ -1,4 +1,4 @@
-#define INCLUDED       // Define externs here
+]#define INCLUDED      // Define externs here
 #include <ctype.h>
 #include <getopt.h>
 #include <time.h>
        
 /*
 
+Dave Matuszek says:
+
+  SRSCAN, MOVE, PHASERS, CALL, STATUS, IMPULSE, PHOTONS, ABANDON,
+  LRSCAN, WARP, SHIELDS, DESTRUCT, CHART, REST, DOCK, QUIT, and DAMAGE
+  were in the original non-"super" version.
+
+  Tholians weren't in the original. Dave is dubious about their merits.
+  There weren't even planets.  He says the bit about the Galileo getting
+  turned into a McDonald's is "consistant with our original vision".
+
+  Dilithium crystals weren't in the original.  Dave is OK with this idea.
+
+  Dave also says the Space Thingy should not be preserved across saved games,
+  so you can't prove to others that you've seen it.  He says it shouldn't
+  fire back, either.  It should so nothing except scream and disappear
+  when hit by photon torpedos.  It's OK that it moves when rammed, but it
+  didn't in the original.
+
+  The Faerie Queen was in the original.
+
 Here are Tom Almy's changes:
 
  Compared to original version, I've changed the "help" command to