]> git.mxchange.org Git - flightgear.git/commit
George PATTERSON:
authormfranz <mfranz>
Sun, 29 Oct 2006 12:34:26 +0000 (12:34 +0000)
committermfranz <mfranz>
Sun, 29 Oct 2006 12:34:26 +0000 (12:34 +0000)
commit1d15a9272b962f32c07f22f9ee56d014fffa2930
tree2c0f10bd27a24aa164e8f1c905114ffacc5fd371
parentcf86ca67f8099d449ff8e96dc68c00496d99c9a1
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.(?)
scripts/python/FlightGear.py
scripts/python/FlightGear.pyc
scripts/python/demo.py