super-star-trek.git
19 years agoInstall/uninstall are in place.
Eric S. Raymond [Wed, 3 Nov 2004 13:28:53 +0000 (13:28 +0000)]
Install/uninstall are in place.

19 years agoTwo more to-do items down.
Eric S. Raymond [Tue, 2 Nov 2004 00:24:45 +0000 (00:24 +0000)]
Two more to-do items down.

19 years agoWe can now override the docfile location.
Eric S. Raymond [Tue, 2 Nov 2004 00:23:46 +0000 (00:23 +0000)]
We can now override the docfile location.

19 years agoAdd a manual page.
Eric S. Raymond [Mon, 1 Nov 2004 23:51:38 +0000 (23:51 +0000)]
Add a manual page.

19 years agoKnows how to use LINES now.
Eric S. Raymond [Mon, 1 Nov 2004 23:09:46 +0000 (23:09 +0000)]
Knows how to use LINES now.

19 years agoBetter project documentation.
Eric S. Raymond [Mon, 1 Nov 2004 22:36:16 +0000 (22:36 +0000)]
Better project documentation.

19 years agoAdded a TO-DO list.
Eric S. Raymond [Mon, 1 Nov 2004 21:49:35 +0000 (21:49 +0000)]
Added a TO-DO list.

19 years agoThe beginnings of the website.
Eric S. Raymond [Mon, 1 Nov 2004 21:25:21 +0000 (21:25 +0000)]
The beginnings of the website.

19 years agoHelp system revamped.
Eric S. Raymond [Mon, 1 Nov 2004 20:46:57 +0000 (20:46 +0000)]
Help system revamped.

We still needs to fix it so it doesn't assume the help file is in the
current directory.

19 years agoFix a float format.
Eric S. Raymond [Mon, 1 Nov 2004 17:55:06 +0000 (17:55 +0000)]
Fix a float format.

19 years agoMore typo fixes. May be time to convert to DocBook.
Eric S. Raymond [Mon, 1 Nov 2004 15:20:26 +0000 (15:20 +0000)]
More typo fixes.  May be time to convert to DocBook.

19 years agoClean up some float formatting.
Eric S. Raymond [Mon, 1 Nov 2004 07:51:33 +0000 (07:51 +0000)]
Clean up some float formatting.

19 years agoDocument what I've done.
Eric S. Raymond [Mon, 1 Nov 2004 07:48:13 +0000 (07:48 +0000)]
Document what I've done.

19 years agoMore de-FORTRANizing of the output code.
Eric S. Raymond [Mon, 1 Nov 2004 06:23:29 +0000 (06:23 +0000)]
More de-FORTRANizing of the output code.

19 years agoprintfs have been banished. All outputnow goes through prout/proutn/prouts.
Eric S. Raymond [Mon, 1 Nov 2004 03:48:44 +0000 (03:48 +0000)]
printfs have been banished.  All outputnow goes through prout/proutn/prouts.

These are now prinf-like variadic functions.  The point of this
maneuver was to make the output capturable by a different front end,
for example a curses-based front end.

19 years agoMagic number changes, get rid of nulplanet structure.
Eric S. Raymond [Mon, 1 Nov 2004 01:23:39 +0000 (01:23 +0000)]
Magic number changes, get rid of nulplanet structure.

...in favor of DESTROY macro, change planet indices to be zero-based.

19 years agoMagic-constent elimination (use an enum instead.
Eric S. Raymond [Mon, 1 Nov 2004 00:43:25 +0000 (00:43 +0000)]
Magic-constent elimination (use an enum instead.

19 years agoAnother step in consolidating the saved-state globals.
Eric S. Raymond [Mon, 1 Nov 2004 00:23:05 +0000 (00:23 +0000)]
Another step in consolidating the saved-state globals.

They all live in one structure now.

19 years agoAnother step in coalescing all the globals.
Eric S. Raymond [Mon, 1 Nov 2004 00:00:39 +0000 (00:00 +0000)]
Another step in coalescing all the globals.

19 years agoThe quad global gets pulled into the frozen structure.
Eric S. Raymond [Sun, 31 Oct 2004 20:26:15 +0000 (20:26 +0000)]
The quad global gets pulled into the frozen structure.

19 years agoNext step towards structure merge.
Eric S. Raymond [Sun, 31 Oct 2004 20:05:04 +0000 (20:05 +0000)]
Next step towards structure merge.

Change state variables to names that will be easy to replace.

19 years agoFix some C that gcc tags as unclean or unsafe. Rename 'a' structure to 'game'.
Eric S. Raymond [Sun, 31 Oct 2004 15:53:36 +0000 (15:53 +0000)]
Fix some C that gcc tags as unclean or unsafe. Rename 'a' structure to 'game'.

Someday we'll bundle every saveable thing into this. Add a clean
production to the makefile and fix the target.

19 years agoCode, comment, and documentation typo fixes.
Eric S. Raymond [Sun, 31 Oct 2004 15:30:51 +0000 (15:30 +0000)]
Code, comment, and documentation typo fixes.

19 years agoInitial commit of Tom Almy's version plus sst.doc.
Eric S. Raymond [Sun, 31 Oct 2004 14:49:26 +0000 (14:49 +0000)]
Initial commit of Tom Almy's version plus sst.doc.