]> git.mxchange.org Git - flightgear.git/commit
James Turner:
authorcurt <curt>
Tue, 4 Feb 2003 22:27:58 +0000 (22:27 +0000)
committercurt <curt>
Tue, 4 Feb 2003 22:27:58 +0000 (22:27 +0000)
commite8b6077c79b8bc3685bfd83da835ec40d83e187e
tree5fe8d23226eb2d2c929ed2af2bd2f981f22cf717
parent0111a2c71ce1ed33e72a5aee15c5e33b014344ca
James Turner:

Here's a change to the GUI property picker I did a few weeks back.
It makes the values in the property pick 'live' (and also re-factors
the picker code to use less arrays, this should be obvious from the
diffs). A good demo is to open up the engine node and observe the rpm,
cylinder head temp, oil pressure and so on while playing with the
throttle and airspeed. It's pretty rough (some rounding of digits would
help) but useful for testing (at least I think so). I'm not sure about
the performance implications either, but it seems fine for me.
src/GUI/prop_picker.cxx
src/GUI/prop_picker.hxx