summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Eric S. Raymond [Thu, 4 Nov 2004 21:12:18 +0000 (21:12 +0000)]
First step towards getting rid of the non-ANSI stuff.
Eric S. Raymond [Thu, 4 Nov 2004 20:52:38 +0000 (20:52 +0000)]
Make the internal pager actually work. In the process, remove getch()
and the ANSI-terminal assumption.
Eric S. Raymond [Wed, 3 Nov 2004 13:36:32 +0000 (13:36 +0000)]
Add the README and spec files
Eric S. Raymond [Wed, 3 Nov 2004 13:28:53 +0000 (13:28 +0000)]
Install/uninstall are in place.
Eric S. Raymond [Tue, 2 Nov 2004 00:24:45 +0000 (00:24 +0000)]
Two more to-do items down.
Eric S. Raymond [Tue, 2 Nov 2004 00:23:46 +0000 (00:23 +0000)]
We can now override the docfile location.
Eric S. Raymond [Mon, 1 Nov 2004 23:51:38 +0000 (23:51 +0000)]
Add a manual page.
Eric S. Raymond [Mon, 1 Nov 2004 23:09:46 +0000 (23:09 +0000)]
Knows how to use LINES now.
Eric S. Raymond [Mon, 1 Nov 2004 22:36:16 +0000 (22:36 +0000)]
Better project documentation.
Eric S. Raymond [Mon, 1 Nov 2004 21:49:35 +0000 (21:49 +0000)]
Added a TO-DO list.
Eric S. Raymond [Mon, 1 Nov 2004 21:25:21 +0000 (21:25 +0000)]
The beginnings of the website.
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.
Eric S. Raymond [Mon, 1 Nov 2004 17:55:06 +0000 (17:55 +0000)]
Fix a float format.
Eric S. Raymond [Mon, 1 Nov 2004 15:20:26 +0000 (15:20 +0000)]
More typo fixes. May be time to convert to DocBook.
Eric S. Raymond [Mon, 1 Nov 2004 07:51:33 +0000 (07:51 +0000)]
Clean up some float formatting.
Eric S. Raymond [Mon, 1 Nov 2004 07:48:13 +0000 (07:48 +0000)]
Document what I've done.
Eric S. Raymond [Mon, 1 Nov 2004 06:23:29 +0000 (06:23 +0000)]
More de-FORTRANizing of the output code.
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.
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.
Eric S. Raymond [Mon, 1 Nov 2004 00:43:25 +0000 (00:43 +0000)]
Magic-constent elimination (use an enum instead.
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.
Eric S. Raymond [Mon, 1 Nov 2004 00:00:39 +0000 (00:00 +0000)]
Another step in coalescing all the globals.
Eric S. Raymond [Sun, 31 Oct 2004 20:26:15 +0000 (20:26 +0000)]
The quad global gets pulled into the frozen structure.
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.
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.
Eric S. Raymond [Sun, 31 Oct 2004 15:30:51 +0000 (15:30 +0000)]
Code, comment, and documentation typo fixes.
Eric S. Raymond [Sun, 31 Oct 2004 14:49:26 +0000 (14:49 +0000)]
Initial commit of Tom Almy's version plus sst.doc.