Fix game type parsing.
[super-star-trek.git] / io.c
2005-04-28 Stas SergeevFix the scroll-pausing code.
2005-04-18 Eric S. RaymondTry to handle message scrolling in curses.
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-13 Eric S. RaymondStas's fixes for torpedo and phaser animation.
2005-02-12 Eric S. RaymondFix several minor bugs reported by Stas Sergeev.
2005-02-07 Eric S. RaymondSpeed up slow printing somewhat.
2005-02-07 Eric S. RaymondFix two minor presentation bugs.
2005-02-07 Eric S. RaymondRewrite to get ride of FORTRANish galaxy and newstuff...
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. RaymondSome changes get reverted.
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. RaymondMove cursor restoration into io.c.
2005-02-05 Eric S. RaymondHide a structure.
2005-02-04 Eric S. RaymondGet rid of c_printf().
2005-02-04 Eric S. RaymondPrevent the sensor display from being garbled.
2005-02-04 Eric S. RaymondDon't use a compiler trick to initialize the conio...
2005-02-04 Eric S. RaymondHeader file cleanup.
2005-02-04 Eric S. RaymondRestored REQUEST.
2005-02-04 Eric S. RaymondMake sure this builds with -DSERGEEV.
2005-02-04 Eric S. RaymondFix some messages.
2005-02-04 Eric S. RaymondMinor cleanup.
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. RaymondMore factoring out.
2005-02-04 Eric S. Raymondsetwnd() is now a save no-op in TTY mode.
2005-02-04 Eric S. Raymondgetline -> cgetline.
2005-02-04 Eric S. RaymondGive names to the windows.
2005-02-03 Eric S. RaymondStart pulling SERGEEV dependencies out of sst.c.
2005-02-03 Eric S. RaymondPull SERGEEV dependencies out of reports.c.
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-01-28 Eric S. RaymondSecond round of merging Sergeev changes.
2005-01-20 Eric S. RaymondAvoid an infinite loop on some skips.
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. RaymondFirst round of changes from Stas Sergeev.
2004-11-05 Eric S. RaymondSet up pre- and post-command hooks.
2004-11-05 Eric S. RaymondCommit the first version of the curses interface.