|
From: Martin S. <ma...@ba...> - 2008-12-10 23:25:53
|
Update of /var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Systems In directory baron.flightgear.org:/tmp/cvs-serv13196/Systems Modified Files: b1b-autopilot.xml Log Message: Markus Zojer: - weapon dialogs introduced - textures added - target display added - guided weapons system introduced - automated launch system - sniper pod added (can be turned using left/middle mouse buttons on its hull) - landing lights added - some bugs fixed Index: b1b-autopilot.xml =================================================================== RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Systems/b1b-autopilot.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C 2 -r1.5 -r1.6 *** b1b-autopilot.xml 24 Aug 2008 16:00:12 -0000 1.5 --- b1b-autopilot.xml 10 Dec 2008 23:25:46 -0000 1.6 *************** *** 623,627 **** <Td>0.00001</Td> <!-- derivator time --> <u_min>0.0</u_min> <!-- minimum output clamp --> ! <u_max>1.0</u_max> <!-- maximum output clamp --> </config> </pid-controller> --- 623,627 ---- <Td>0.00001</Td> <!-- derivator time --> <u_min>0.0</u_min> <!-- minimum output clamp --> ! <u_max>0.97</u_max> <!-- maximum output clamp --> </config> </pid-controller> |