2006-10-23 |
Stas Sergeev | use the python code as the source for the translation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-22 |
Eric S. Raymond | Clean up and document constants. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-21 |
Eric S. Raymond | Spot a use of normal distribution that wasn't encapsulated. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-20 |
Eric S. Raymond | Move a comment that really belonged in the design notes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-20 |
Eric S. Raymond | Getv rid of some scaffolding. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-20 |
Eric S. Raymond | Use a better way of getting the username. Also, fix... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-18 |
Eric S. Raymond | Rename class members to remove old assumption that... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-17 |
Eric S. Raymond | More documentation improvements. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-17 |
Eric S. Raymond | Equates for display character names made sense when... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-17 |
Eric S. Raymond | Imprive documentation, fix a typo, add the hacking... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-17 |
Eric S. Raymond | Fix an embarassing last-minute bug. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-16 |
Eric S. Raymond | A bit more code compression. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-16 |
Eric S. Raymond | More trig refactoring. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-16 |
Eric S. Raymond | Prevent torpedo wraparound. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-16 |
Eric S. Raymond | Clean up and refactor the movement code, fix minor... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-13 |
Eric S. Raymond | Make it possible to reset a course object. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-13 |
Eric S. Raymond | Subsume more trig into the course object. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-13 |
Eric S. Raymond | Navigation is finally subsumed by the course object. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-13 |
Eric S. Raymond | More vector-arithmetic abstraction. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-13 |
Eric S. Raymond | Compute final member in course object. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-13 |
Eric S. Raymond | Fix two minor bugs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-13 |
Eric S. Raymond | More course-object refactoring. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-13 |
Eric S. Raymond | Another step in subsuming navigation into the course... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-12 |
Eric S. Raymond | Restore some display behavior. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-12 |
Eric S. Raymond | Another refactoring step. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-12 |
Eric S. Raymond | Simplify the torpedo code preparatory to refactoring it. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-12 |
Eric S. Raymond | Another step towards pulling all trig into the course... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-12 |
Eric S. Raymond | Eliminate traces of some macros. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-12 |
Eric S. Raymond | Torpedo-track computation now done by course object. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-12 |
Eric S. Raymond | Probe navigation is now handled completely by the cours... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-11 |
Eric S. Raymond | Fix the probe bug. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-11 |
Eric S. Raymond | New probe logic mostly looks good, but there is a glitc... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-11 |
Eric S. Raymond | Fix typo noticed while working on the Python translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-11 |
Eric S. Raymond | Simplify the probe code. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Invert the sense of a test for better readability. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Lexer fixes for Stas. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Minor fixes to curses interface. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Stas Sergeev | Enabled the gettext support. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Get rid of some magic numbers, simplify the scanner. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Debug the logic for deep-space probes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Better wrapup on replays. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Now the Python version works, let's deep-six this. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Remove some scaffolding, comments that were guidance... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Put a timestamp an email in lofiles. Add the replay... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Fix range error in Tholian movement. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Unscramble some of the trig-formula mess. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | Fix listCommands. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2006-10-10 |
Eric S. Raymond | curses interface seems to work! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
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) |
next |