Fix game type parsing.
[super-star-trek.git] / sst.h
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...
2005-05-25 Stas SergeevFix the logic around remkl.
2005-02-18 Eric S. RaymondMerge Stas's fixes to restore old behavior in the chart...
2005-02-13 Eric S. RaymondStas's fixes for torpedo and phaser animation.
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. RaymondCompute the maximum number of bases from BASEMAX.
2005-02-07 Eric S. RaymondDe-FORTRANize the future array.
2005-02-07 Eric S. RaymondMore origin-hiding.
2005-02-07 Eric S. RaymondHide some differences between 0-origin and 1-origin...
2005-02-07 Eric S. RaymondStash orbital height in gane structure in case we save...
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. RaymondFirst cut at game-option support.
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. RaymondMore magic-number hunting -- BASEMAX this time.
2005-02-06 Eric S. RaymondMagic number elimination.
2005-02-06 Eric S. RaymondColor is working.
2005-02-05 Eric S. RaymondCorrect the prompt-setting.
2005-02-05 Eric S. RaymondThis completely merges the line-oriented and screen...
2005-02-05 Eric S. RaymondHide a structure.
2005-02-04 Eric S. RaymondGet rid of c_printf().
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. RaymondSERGEEV dependencies cleaned out of battle.c
2005-02-04 Eric S. Raymondgetline -> cgetline.
2005-02-04 Eric S. RaymondGive names to the windows.
2005-02-03 Eric S. RaymondGet rid of clearscreen().
2005-02-03 Eric S. RaymondKnock SERGEEV out of setup.
2005-02-03 Eric S. RaymondPartial merge of I/O management.
2005-02-03 Eric S. Raymondtextcolor() is now available in the text input manager.
2005-02-03 Eric S. RaymondGet rid of some unneeded conditionalizations.
2005-02-03 Eric S. RaymondMerge Stas's patch #3.
2005-01-28 Eric S. RaymondStill more mergedown.
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-19 Eric S. RaymondFirst round of Sergeev merges.
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-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-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. RaymondMagic-constent elimination (use an enum instead.
2004-11-01 Eric S. RaymondAnother step in consolidating the saved-state globals.
2004-11-01 Eric S. RaymondAnother step in coalescing all the globals.
2004-10-31 Eric S. RaymondThe quad global gets pulled into the frozen structure.
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.