Suppress useless pylint warnings.
[super-star-trek.git] / sst.py
2017-02-18 Eric S. RaymondPaxify pylint about the source code.
2017-02-18 Eric S. RaymondFix an error in the probe staus code.
2017-02-18 Eric S. RaymondClean up some dubious loops and bogus imports.
2017-02-18 Eric S. RaymondAdd failure message for unlikely circumstance.
2017-02-18 Eric S. RaymondSecond step of pylint cleanup - all regression tess...
2017-02-18 Eric S. RaymondMark unused variables.
2017-02-18 Eric S. RaymondMore whitespace cleanup.
2017-02-18 Eric S. RaymondWhitespace cleanup.
2017-02-18 Eric S. RaymondEnable GNU realine keys, fix a small but fatal bug.
2012-02-24 Eric S. RaymondGo "Huh?" on a command that doesn't match the current...
2012-02-24 Eric S. RaymondCosmetic fix.
2012-02-24 Eric S. RaymondExplain the window allocations.
2012-02-23 Eric S. RaymondMake sort() use key= rather than cmp. All regression...
2012-02-23 Eric S. RaymondAnother step in Python 3 translation.
2012-02-23 Eric S. RaymondMost of the 2to3 translation. All regression tests...
2012-02-23 Eric S. RaymondTrivial refactoring suggested by 2to3. All regression...
2012-02-23 Eric S. RaymondPartial 2to3 translation. All regression tests pass.
2012-02-23 Eric S. Raymondnext -> nxttok in preparation for 2to3 translation.
2012-02-23 Eric S. RaymondOoops...98% chance of transporter success, not failure.
2012-02-22 Eric S. RaymondMake sure probe findings get charted.
2012-02-22 Eric S. RaymondCleanup after the phantom-base-bug fix.
2012-02-22 Eric S. RaymondFix phantom-base bug - was due to an off-by-one in...
2012-02-22 Eric S. RaymondTypo fix.
2012-02-22 Eric S. RaymondTypo fix.
2012-02-22 Eric S. RaymondRefactor to narrow the scope within which I/O calls...
2012-02-22 Eric S. RaymondInitialize the Thingy and Tholian properly. Refactor...
2012-02-22 Eric S. RaymondFixed a bug in critical-hit processing.
2012-02-22 Eric S. RaymondFollow through on uncompleted name change.
2012-02-21 Eric S. RaymondFix a bug and document some procedures.
2012-02-21 Eric S. RaymondFix bug on torpedo miss in curses mode. Add egression...
2012-02-21 Eric S. RaymondMore pylint quieting. All regression tests pass.
2012-02-20 Eric S. RaymondRefactor to avoid upsetting pylint. All regression...
2012-02-20 Eric S. RaymondRevert invalid change from 19 Feb,
2012-02-20 Eric S. RaymondFixed a fatal bug in torpedo firing with the curses...
2012-02-20 Eric S. RaymondSuppress questions after quit on replay (for regression...
2012-02-20 Eric S. RaymondReplay should not clobber initilization.
2012-02-20 Eric S. RaymondScore world kills properly.
2012-02-20 Eric S. RaymondMore cosmetic changes to pacify pylint.
2012-02-20 Eric S. Raymondpylint found a real bug in phaser damage allocation...
2012-02-20 Eric S. RaymondCosmetic fixes, mainly to shut up pylint.
2012-02-20 Eric S. RaymondThingy becomes a real class object. Suppresses a pylin...
2012-02-20 Eric S. RaymondPartial pylint cleanup.
2012-02-18 Eric S. RaymondMinor fix to game load code.
2012-02-17 Eric S. RaymondScanner clearing was being done at the wrong point.
2012-02-17 Eric S. RaymondFix strange bug in warp code.
2012-02-17 Eric S. RaymondMerge branch 'master' of ssh://git.berlios.de/gitroot/sst
2012-02-16 Eric S. RaymondPackaging changes and version bump. 2.1
2011-03-16 Stas Sergeevpatch from Javier Novoa:
2010-12-15 Stas Sergeevdo not abbreviate commands after abandon
2010-12-15 Stas PAbbreviations should not collide - lets stay compatible...
2010-12-14 Stas Pset message_window earlier to avoid crash on startup.
2010-12-14 Stas Pneed to clean scanner before asking for the game type.
2010-12-14 Stas Pfix password acceptance
2010-12-14 Stas Pfix array index overrun
2010-12-14 Stas Pavoid trailing newlines to cause scroll-pausing.
2010-12-14 Eric S. RaymondTypo fix.
2010-12-07 Eric S. RaymondRefactor to evade a bug in pychecker.
2010-12-07 Eric S. RaymondAdd explanatory comment.
2010-12-07 Eric S. RaymondYet more pychecker fixes.
2010-12-06 Eric S. RaymondYet more pychecker fixes. Down to 16 warnings now.
2010-12-06 Eric S. RaymondMore pychecker fixes.
2010-12-06 Eric S. RaymondMerge branch 'master' of ssh://git.berlios.de/gitroot/sst
2010-12-06 Eric S. RaymondMore pychecker fixes.
2010-12-05 Stas Sergeevchmod +x sst.py
2010-12-01 Eric S. RaymondFix Berlios bug #1745.
2010-11-30 Eric S. RaymondAdd a -V option.
2010-11-30 Eric S. RaymondFix a reference to sys.version_info.major that broke...
2010-11-30 Eric S. RaymondTypo fix.
2010-11-30 Eric S. RaymondC files and associated autotools stuff moved to the...