1
0
Fork 0
flightgear/scripts/python
mfranz 1d15a9272b George PATTERSON:
"Flightgear.py
- Added the procedures view_next and view_prev

demo.py
- altered the wait five seconds to the new property path and allowed for
the script to be started after five seconds of simulation file
(/sim/time/elapsed-sec).
- the section of code was changed to a pythonism as python does not
support do-while loops, instead you break out of a continuous loop.
- Commented out the fg.wait_for_prop_eq() method as I haven't rewritten
that part of the code yet. Not sure of the best way to do that. Those
lines may not be necessary any more."


mf: removed trailing spaces; I updated the pyc, too, but I really think
    it shouldn't be in CVS at all.(?)
2006-10-29 12:34:26 +00:00
..
.cvsignore .cvsignore files for new directories. 2002-05-17 18:48:40 +00:00
demo.py George PATTERSON: 2006-10-29 12:34:26 +00:00
FGFSDemo.py Fixed a bug in FlightGear.py. Splitting name,value,type using whitespace 2002-07-22 23:25:28 +00:00
FlightGear.py George PATTERSON: 2006-10-29 12:34:26 +00:00
FlightGear.pyc George PATTERSON: 2006-10-29 12:34:26 +00:00
Makefile.am Added a scripts subdirectory with support for running external python 2002-05-15 21:45:39 +00:00