More timeline stuff.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 17 Aug 2023 03:56:21 +0000 (23:56 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 17 Aug 2023 03:56:21 +0000 (23:56 -0400)
doc/HACKING
doc/sst-doc.xml
sst

index 924422dc127967f18cd469123f0d462aeb48773d..d6e57d69406afa8022893d9f8446afcd7fb6b83c 100644 (file)
@@ -43,7 +43,10 @@ disappear when hit by photon torpedos.  It's OK that it may move
 when attacked, but it didn't in the original. (The no-save behavior
 has been restored.)
 
-The Faerie Queen, black holes, and time warping were in the original.
+Dave says the Faerie Queen, black holes, and time warping were in the original.
+However, eithrt he is misremembering about time watping or
+the original implementation was lost during the FORTRAN-to-C translation, as
+Stas Sergeev added a time-warping feature in 2006.
 
 Here are Tom Almy's changes:
 
index f13275a1c2906e063fbc47a5375bc21b5e26ca1e..6c4d793311a5baf0c0111197102747f54ba689a7 100644 (file)
@@ -2142,7 +2142,7 @@ child.</para></listitem>
 first FORTRAN version Tom Almy saw, on which he based his later C
 translation.</para></listitem>
 
-<listitem><para>1979 &mdash; Marc Newman adds Tholians, black holes,
+<listitem><para>1979 &mdash; Marc Newman adds Tholians,
 super-commanders, and Emeritus mode.</para></listitem>
 
 <listitem><para>1995-1996 &mdash; Tom Almy translates his FORTRAN
diff --git a/sst b/sst
index cb64fd5cd2d14e429b82ff122eafb560cc9764d0..33d9ee0e963571a0ec90f6efa273f3c81da71650 100755 (executable)
--- a/sst
+++ b/sst
@@ -296,12 +296,12 @@ OPTION_ALL        = 0xffffffff
 OPTION_TTY        = 0x00000001        # old interface
 OPTION_CURSES     = 0x00000002        # new interface
 OPTION_IOMODES    = 0x00000003        # cover both interfaces
-OPTION_PLANETS    = 0x00000004        # planets and mining
+OPTION_PLANETS    = 0x00000004        # planets and mining (> 1974)
 OPTION_THOLIAN    = 0x00000008        # Tholians and their webs (UT 1979 version)
 OPTION_PROBE      = 0x00000020        # deep-space probes (DECUS version, 1980)
-OPTION_SHOWME     = 0x00000040        # bracket Enterprise in chart
-OPTION_RAMMING    = 0x00000080        # enemies may ram Enterprise (Almy)
-OPTION_MVBADDY    = 0x00000100        # more enemies can move (Almy)
+OPTION_SHOWME     = 0x00000040        # bracket Enterprise in chart (ESR, 2005)
+OPTION_RAMMING    = 0x00000080        # enemies may ram Enterprise (Almy, 1979)
+OPTION_MVBADDY    = 0x00000100        # more enemies can move (Almy, 1979?)
 OPTION_BLKHOLE    = 0x00000200        # black hole may timewarp you (Stas, 2005)
 OPTION_BASE       = 0x00000400        # bases have good shields (Stas, 2005)
 OPTION_WORLDS     = 0x00000800        # logic for inhabited worlds (ESR, 2006)