2006-10-10 |
Eric S. Raymond | Atexit was screwing up the Python curses bindings.... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Don't try to do color initialization in Python yet... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Time to make curses work. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Simplify tac movement, handle more torpedo input cases... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Get rid of a duplicative variable. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Make some constants into strings for better debugging... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Fix translation error that prevented commanders from... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | More nomenclature fixes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | Two sources of vast confusion in reading the C code... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | Fix another basic error. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | Fix a rather basic error in vector comparisons. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | This version of the Python does both navigation and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | Aha! Found the lurking bug in the Python torpedo code... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | Get rid of a special case in the old code. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | Dead-code removal. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Stas Sergeev | announce doesnt ask for enter |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | More code slimming in the Python version. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | Python logic for torpedo-salvo input seems to work... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | Add -s option to Python version. Fix more minor bugs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-09 |
Eric S. Raymond | Small port fixes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | More refactoring of the Python version. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | Use Python list operations to get rid of a lot of FORTR... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | Found the bad distance/direction calculation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | Various minor port fixes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | Use object methods for vector calculations. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | Torpedo logic still isn't right, but we're getting... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | Simplify some corner cases in the scanner code. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | Refactored lexical analyzer into a scanner class. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | Oops -- fix a typo that broke the scanner. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-08 |
Eric S. Raymond | Fix Tholian motion. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-07 |
Eric S. Raymond | Clear the new quadeant properly, otherwise we end up... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-07 |
Eric S. Raymond | Stub out the color support in the Python version. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-07 |
Eric S. Raymond | Preparation for making curses interface work in Python. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Ready to start making the curses interface work. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | More code slimming. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Refactor code to refer to enemy objects. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Got through an entire game with this Python version. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Get rid of the nasty old bubble sort in the Python... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Collect three parallel arrays into an 'enemy' structure. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Fixed bug in Python version's reporting of critical... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | More port fixes for the Python version. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Bug fix, keyboard interrupt handling, automatic LRSCAN... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Properly stringify enum value of "sector". Move the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Replay facility now captures command-line options. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Replay works now, at least in plain-tty mode |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Correct off-by-one bug in placement of Tholian. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Arrange for logging of random-number-generator calls. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Drop out the BSD visual-scan code. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Minor bug fixes, preparatory to finding out why replay... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-06 |
Eric S. Raymond | Avoid divide-by-zero error. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Many small port fixes in the Python. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | OK, warp flight between quadrants works now. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Various minor fixes to movement code. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Local navigation now works in Python. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Get rid of some dead code. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Planet pointer mess cleaned up. planets now works. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | status command is almost working. Must resolve the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | lrscan, scescan, and chart are working in the Python... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Eliminate iqhere global in order to get rid of spurious... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | 0-origin code gets through initialization OK. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Checkpoint Python version before trying to move to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Python IO queue appears to work. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Python version did its first I/O. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-05 |
Eric S. Raymond | Python translation is syntactically correct. Now for... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-04 |
Eric S. Raymond | setup.py code added to Python translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-04 |
Eric S. Raymond | Python translation now incorporates reports.c. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-04 |
Eric S. Raymond | planets.c code incorporated into Python translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-04 |
Eric S. Raymond | Code from moving.c incorporated into Python translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-04 |
Eric S. Raymond | Incor[porated io.c code into Python translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-04 |
Eric S. Raymond | finish.c code incorporated into Python translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-04 |
Eric S. Raymond | Correct minor bug in figure-of-merit scoring. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-04 |
Eric S. Raymond | More of Stas's notes about the time recomputation bug. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-03 |
Eric S. Raymond | Incorporated events.c into Python. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-03 |
Eric S. Raymond | Small cleanups discovered during Python translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-03 |
Stas Sergeev | Another rollup patch. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-03 |
Eric S. Raymond | battle.c incorporated into Python translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-02 |
Stas Sergeev | adjustments |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-02 |
Eric S. Raymond | Eliminate uses of cramlc(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-02 |
Stas Sergeev | oops, revert ocasional change |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-02 |
Stas Sergeev | Another rollup patch. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-02 |
Eric S. Raymond | Python translation now includes ai.c. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-30 |
Eric S. Raymond | Get rid of some macros that block mechanical translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-29 |
Eric S. Raymond | Create blank objects in all arrays during Python game... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-29 |
Eric S. Raymond | Reset all structures for stupid literal translation... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-29 |
Eric S. Raymond | Get rid of DESTROY macro. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-29 |
Eric S. Raymond | Get rid of the iterator macros I wrote. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-28 |
Eric S. Raymond | Hack boxed xcomments so they're easier for a mechanical... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-28 |
Eric S. Raymond | Clean up ugly FORTRANISH names. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-28 |
Eric S. Raymond | More cleanup towards automated Python translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-28 |
Eric S. Raymond | More elimination of FORTAN-style if statements. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-28 |
Eric S. Raymond | Reset the translation, we're going to redo it with... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-28 |
Eric S. Raymond | Get rid of obnoxious visible "have we paused?" state. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-28 |
Eric S. Raymond | Change some ugly and misleading names. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-28 |
Eric S. Raymond | Clean up nasty FORTRAN-style if statements. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-27 |
Eric S. Raymond | Parallel cleanups in the C and scratch Python code. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-27 |
Stas Sergeev | bugfix in fry() and translation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-26 |
Stas Sergeev | better fix for is_valid() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-26 |
Stas Sergeev | Yet another rollup patch. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-25 |
Stas Sergeev | few assorted adjustments and a fix for #8883 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-09-24 |
Stas Sergeev | fix makehelp.py invocation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |