Deathray is now regressed to original 5% probability in 'plain' games.
[super-star-trek.git] / sst.c
2006-09-12 Eric S. RaymondDeathray is now regressed to original 5% probability...
2006-09-12 Eric S. RaymondAdded the ability to suppress newer features with a...
2006-09-12 Eric S. RaymondCosmetic fixes.
2005-04-18 Eric S. RaymondResync code and docs.
2005-04-14 Eric S. RaymondStas's change to get rid of unwanted EOLs.
2005-02-18 Eric S. RaymondMerge Stas's fixes to restore old behavior in the chart...
2005-02-12 Eric S. RaymondFollow up on OPTION_SHOWME.
2005-02-12 Eric S. RaymondAdded OPTION_SHOWME.
2005-02-12 Eric S. RaymondSimplified the logic for refeshing starcharts.
2005-02-12 Eric S. RaymondGet rid of another magic number.
2005-02-12 Eric S. RaymondFix several minor bugs reported by Stas Sergeev.
2005-02-07 Eric S. RaymondRewrite to get ride of FORTRANish galaxy and newstuff...
2005-02-07 Eric S. RaymondChange devices arrays from 1-origin to 0-origin.
2005-02-07 Eric S. RaymondDo Thingy as Dave suggests, not retained in saved games.
2005-02-07 Eric S. RaymondOK, now we implement command suppression by options.
2005-02-07 Eric S. RaymondFirst cut at game-option support.
2005-02-07 Eric S. RaymondComments on the history.
2005-02-06 Eric S. RaymondQuiet the sensors.
2005-02-06 Eric S. RaymondGet rid of FORTRANisms.
2005-02-06 Eric S. RaymondMore magic-number chasing, and the "Bases left" report.
2005-02-06 Eric S. RaymondMore magic-number chasing.
2005-02-06 Eric S. RaymondColor is working.
2005-02-06 Eric S. RaymondBetter command suppression.
2005-02-05 Eric S. RaymondCorrect the prompt-setting.
2005-02-05 Eric S. RaymondThis completely merges the line-oriented and screen...
2005-02-04 Eric S. RaymondThere is a separate STATUS command.
2005-02-04 Eric S. RaymondRestored REQUEST.
2005-02-04 Eric S. RaymondMake sure this builds with -DSERGEEV.
2005-02-04 Eric S. RaymondPull SERGEEV dependencies out of sst.c, fix docs.
2005-02-04 Eric S. RaymondMore factoring out.
2005-02-04 Eric S. Raymondsetwnd() is now a save no-op in TTY mode.
2005-02-04 Eric S. RaymondRenumber some commands.
2005-02-04 Eric S. RaymondGive names to the windows.
2005-02-04 Eric S. RaymondRewrote the command dispatcher.
2005-02-03 Eric S. RaymondStart pulling SERGEEV dependencies out of sst.c.
2005-02-03 Eric S. RaymondPartial merge of I/O management.
2005-02-03 Eric S. RaymondTrim a message.
2005-02-03 Eric S. RaymondMerge Stas's patch #3.
2005-01-28 Eric S. RaymondStill more mergedown.
2005-01-28 Eric S. RaymondMake sure we actually take input!
2005-01-28 Eric S. RaymondMore merge-down.
2005-01-20 Eric S. RaymondGet rid of all DOS-generated CRs.
2005-01-20 Eric S. RaymondMerge some more SERGEEV stuff.
2005-01-20 Eric S. RaymondMore merging of SERGEEV changes.
2005-01-20 Eric S. RaymondCleanup as part of Sergeev merge.
2005-01-19 Eric S. RaymondFirst round of Sergeev merges.
2005-01-19 Eric S. RaymondComment describing Stas Sergeev's changes, which we...
2005-01-19 Eric S. RaymondFirst round of changes from Stas Sergeev.
2004-11-05 Eric S. RaymondSet up pre- and post-command hooks.
2004-11-05 Eric S. RaymondWe have the framework of the curses interface working.
2004-11-05 Eric S. RaymondDon't generate UTF-8 into sst.doc.
2004-11-04 Eric S. Raymondcurses interface is now partly working.
2004-11-04 Eric S. RaymondNext step: seal off the input logic.
2004-11-04 Eric S. RaymondMove I/O to a separate module -- first step towards...
2004-11-04 Eric S. RaymondFirst step towards getting rid of the non-ANSI stuff.
2004-11-04 Eric S. RaymondMake the internal pager actually work. In the process...
2004-11-02 Eric S. RaymondWe can now override the docfile location.
2004-11-01 Eric S. RaymondKnows how to use LINES now.
2004-11-01 Eric S. RaymondHelp system revamped.
2004-11-01 Eric S. RaymondClean up some float formatting.
2004-11-01 Eric S. RaymondMore de-FORTRANizing of the output code.
2004-11-01 Eric S. Raymondprintfs have been banished. All outputnow goes through...
2004-11-01 Eric S. RaymondMagic number changes, get rid of nulplanet structure.
2004-11-01 Eric S. RaymondAnother step in consolidating the saved-state globals.
2004-10-31 Eric S. RaymondNext step towards structure merge.
2004-10-31 Eric S. RaymondFix some C that gcc tags as unclean or unsafe. Rename...
2004-10-31 Eric S. RaymondCode, comment, and documentation typo fixes.
2004-10-31 Eric S. RaymondInitial commit of Tom Almy's version plus sst.doc.