X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.c;h=7c238fe28f39c3ddb35345673924c30bdb9cc7d2;hp=23e10016f42312fd7c8994f33b0ecffe3b5f9f58;hb=5b0cc4a8a21c3d66e5a43abdb06f37df2d525e08;hpb=8b0a1880ee115e281afe83e1cd0c90e3306dfed8 diff --git a/sst.c b/sst.c index 23e1001..7c238fe 100644 --- a/sst.c +++ b/sst.c @@ -1,4 +1,4 @@ -#define INCLUDED // Define externs here +]#define INCLUDED // Define externs here #include #include #include @@ -11,6 +11,26 @@ /* +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 @@ -372,7 +392,7 @@ static void makemoves(void) { score(); break; case SENSORS: // sensors - sensor(); + sensor(TRUE); break; case ORBIT: // orbit orbit();