Getv rid of some scaffolding.
[super-star-trek.git] / src / sst.py
2006-10-20 Eric S. RaymondGetv rid of some scaffolding.
2006-10-20 Eric S. RaymondUse a better way of getting the username. Also, fix...
2006-10-18 Eric S. RaymondRename class members to remove old assumption that...
2006-10-17 Eric S. RaymondMore documentation improvements.
2006-10-17 Eric S. RaymondEquates for display character names made sense when...
2006-10-17 Eric S. RaymondImprive documentation, fix a typo, add the hacking...
2006-10-17 Eric S. RaymondFix an embarassing last-minute bug.
2006-10-16 Eric S. RaymondA bit more code compression.
2006-10-16 Eric S. RaymondMore trig refactoring.
2006-10-16 Eric S. RaymondPrevent torpedo wraparound.
2006-10-16 Eric S. RaymondClean up and refactor the movement code, fix minor...
2006-10-13 Eric S. RaymondMake it possible to reset a course object.
2006-10-13 Eric S. RaymondSubsume more trig into the course object.
2006-10-13 Eric S. RaymondNavigation is finally subsumed by the course object.
2006-10-13 Eric S. RaymondMore vector-arithmetic abstraction.
2006-10-13 Eric S. RaymondCompute final member in course object.
2006-10-13 Eric S. RaymondFix two minor bugs.
2006-10-13 Eric S. RaymondMore course-object refactoring.
2006-10-13 Eric S. RaymondAnother step in subsuming navigation into the course...
2006-10-12 Eric S. RaymondRestore some display behavior.
2006-10-12 Eric S. RaymondAnother refactoring step.
2006-10-12 Eric S. RaymondSimplify the torpedo code preparatory to refactoring it.
2006-10-12 Eric S. RaymondAnother step towards pulling all trig into the course...
2006-10-12 Eric S. RaymondEliminate traces of some macros.
2006-10-12 Eric S. RaymondTorpedo-track computation now done by course object.
2006-10-12 Eric S. RaymondProbe navigation is now handled completely by the cours...
2006-10-11 Eric S. RaymondFix the probe bug.
2006-10-11 Eric S. RaymondNew probe logic mostly looks good, but there is a glitc...
2006-10-11 Eric S. RaymondSimplify the probe code.
2006-10-10 Eric S. RaymondInvert the sense of a test for better readability.
2006-10-10 Eric S. RaymondLexer fixes for Stas.
2006-10-10 Eric S. RaymondMinor fixes to curses interface.
2006-10-10 Stas SergeevEnabled the gettext support.
2006-10-10 Eric S. RaymondGet rid of some magic numbers, simplify the scanner.
2006-10-10 Eric S. RaymondDebug the logic for deep-space probes.
2006-10-10 Eric S. RaymondBetter wrapup on replays.
2006-10-10 Eric S. RaymondRemove some scaffolding, comments that were guidance...
2006-10-10 Eric S. RaymondPut a timestamp an email in lofiles. Add the replay...
2006-10-10 Eric S. RaymondFix range error in Tholian movement.
2006-10-10 Eric S. RaymondUnscramble some of the trig-formula mess.
2006-10-10 Eric S. RaymondFix listCommands.
2006-10-10 Eric S. Raymondcurses interface seems to work!
2006-10-10 Eric S. RaymondAtexit was screwing up the Python curses bindings....
2006-10-10 Eric S. RaymondDon't try to do color initialization in Python yet...
2006-10-10 Eric S. RaymondTime to make curses work.
2006-10-10 Eric S. RaymondSimplify tac movement, handle more torpedo input cases...
2006-10-10 Eric S. RaymondGet rid of a duplicative variable.
2006-10-10 Eric S. RaymondMake some constants into strings for better debugging...
2006-10-10 Eric S. RaymondFix translation error that prevented commanders from...
2006-10-10 Eric S. RaymondMore nomenclature fixes.
2006-10-09 Eric S. RaymondTwo sources of vast confusion in reading the C code...
2006-10-09 Eric S. RaymondFix another basic error.
2006-10-09 Eric S. RaymondFix a rather basic error in vector comparisons.
2006-10-09 Eric S. RaymondThis version of the Python does both navigation and...
2006-10-09 Eric S. RaymondAha! Found the lurking bug in the Python torpedo code...
2006-10-09 Eric S. RaymondGet rid of a special case in the old code.
2006-10-09 Eric S. RaymondDead-code removal.
2006-10-09 Stas Sergeevannounce doesnt ask for enter
2006-10-09 Eric S. RaymondMore code slimming in the Python version.
2006-10-09 Eric S. RaymondPython logic for torpedo-salvo input seems to work...
2006-10-09 Eric S. RaymondAdd -s option to Python version. Fix more minor bugs.
2006-10-09 Eric S. RaymondSmall port fixes.
2006-10-08 Eric S. RaymondMore refactoring of the Python version.
2006-10-08 Eric S. RaymondUse Python list operations to get rid of a lot of FORTR...
2006-10-08 Eric S. RaymondFound the bad distance/direction calculation.
2006-10-08 Eric S. RaymondVarious minor port fixes.
2006-10-08 Eric S. RaymondUse object methods for vector calculations.
2006-10-08 Eric S. RaymondTorpedo logic still isn't right, but we're getting...
2006-10-08 Eric S. RaymondSimplify some corner cases in the scanner code.
2006-10-08 Eric S. RaymondRefactored lexical analyzer into a scanner class.
2006-10-08 Eric S. RaymondOops -- fix a typo that broke the scanner.
2006-10-08 Eric S. RaymondFix Tholian motion.
2006-10-07 Eric S. RaymondClear the new quadeant properly, otherwise we end up...
2006-10-07 Eric S. RaymondStub out the color support in the Python version.
2006-10-07 Eric S. RaymondPreparation for making curses interface work in Python.
2006-10-06 Eric S. RaymondReady to start making the curses interface work.
2006-10-06 Eric S. RaymondMore code slimming.
2006-10-06 Eric S. RaymondRefactor code to refer to enemy objects.
2006-10-06 Eric S. RaymondGot through an entire game with this Python version.
2006-10-06 Eric S. RaymondGet rid of the nasty old bubble sort in the Python...
2006-10-06 Eric S. RaymondCollect three parallel arrays into an 'enemy' structure.
2006-10-06 Eric S. RaymondFixed bug in Python version's reporting of critical...
2006-10-06 Eric S. RaymondMore port fixes for the Python version.
2006-10-06 Eric S. RaymondBug fix, keyboard interrupt handling, automatic LRSCAN...
2006-10-06 Eric S. RaymondProperly stringify enum value of "sector". Move the...
2006-10-06 Eric S. RaymondReplay facility now captures command-line options.
2006-10-06 Eric S. RaymondReplay works now, at least in plain-tty mode
2006-10-06 Eric S. RaymondCorrect off-by-one bug in placement of Tholian.
2006-10-06 Eric S. RaymondArrange for logging of random-number-generator calls.
2006-10-06 Eric S. RaymondDrop out the BSD visual-scan code.
2006-10-06 Eric S. RaymondMinor bug fixes, preparatory to finding out why replay...
2006-10-06 Eric S. RaymondAvoid divide-by-zero error.
2006-10-05 Eric S. RaymondMany small port fixes in the Python.
2006-10-05 Eric S. RaymondOK, warp flight between quadrants works now.
2006-10-05 Eric S. RaymondVarious minor fixes to movement code.
2006-10-05 Eric S. RaymondLocal navigation now works in Python.
2006-10-05 Eric S. RaymondGet rid of some dead code.
2006-10-05 Eric S. RaymondPlanet pointer mess cleaned up. planets now works.
2006-10-05 Eric S. Raymondstatus command is almost working. Must resolve the...
2006-10-05 Eric S. Raymondlrscan, scescan, and chart are working in the Python...
next