ThorstenB
b85838b770
Avoid div-by-zero and NaN-property error
...
required for non-engine aircraft (UFO, gliders).
2011-01-12 20:13:57 +01:00
Vivian Meazza
4c63215780
Add "valid" filter to prevent expired MP tankers from being appended to the tanker list.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2010-09-11 20:48:03 +01:00
mfranz
6f6aef2fed
change from deprecated props.initNode() to props.Node.initNode()
2008-11-20 20:00:26 +00:00
mfranz
c23971dcca
aar.nas: minor cleanup
2008-08-14 21:38:32 +00:00
mfranz
2e6ffd34e6
s/system/type/ ... that's more consistent with the rest and less confusing
2008-08-13 22:56:21 +00:00
mfranz
2e6a1dc224
- make sure that aircraft can only refuel from tankers which support the
...
appropriate system ("probe" or "boom")
- use props.initNode()
- cosmetics
2008-08-13 22:03:59 +00:00
mfranz
6a7dc46bd2
- s/aircraft/tanker/ (patch inspired by Alexis BORY :-)
...
- add support for /systems/refuel/serviceable flag (can be set to false
by the aircraft as long as the door over the boom entry is closed, etc.)
2007-06-16 00:44:44 +00:00
mfranz
3139f01083
use new vector concatenation feature :-)
2007-03-30 20:27:07 +00:00
mfranz
f236a438b8
Fix redundant elsif, fix and simplify broken fill-up code.
...
(Pointed out by Csaba HALASZ)
2007-03-29 18:25:48 +00:00
mfranz
137f1cef4a
fix out-of-fuel bug
2007-03-29 14:46:00 +00:00
mfranz
3a3ee3a5d0
- work around broken props.Node.getBoolValue()
...
- simplification & cleanup
2007-02-04 22:09:43 +00:00
mfranz
43435d1077
- reset engines' consumed fuel
...
- change variable name
2007-02-04 20:20:45 +00:00
mfranz
0e62263eaf
generate some nodes if they don't exist yet (this was left out on purpose,
...
as missing nodes should point to more serious problems elsewhere, but this
state can happen in normal situations, too)
2006-11-25 17:49:23 +00:00
mfranz
115b4a04ea
replace cheesy wait_for_fdm() loop by a reliable signal callback
2006-10-26 09:23:53 +00:00
mfranz
2d2674d952
don't set nil values with props.setDoubleValue()
2006-10-17 20:33:02 +00:00
mfranz
f6c6eaf5b7
minor cleanup & optmization
...
aar.nas disables $FG_ROOT/Nasal/fuel.nas' main loop, as it should be able
to fully replace it. Ideally, there would be no aar.nas at all, and fuel.nas
would do the job for YASim & JSBSim. Unfortunately, there's a problem with
fuel.nas that's not easy to fix ...
2006-08-27 13:38:29 +00:00
mfranz
8994a4df3f
- merge YASim fuel management parts in (should still work with JSBSim as
...
far as this supports air refueling at all)
- make listeners keep variables up-to-date (for better performance)
- remove the ugly initialization stuff in the main loop, but wait in
an extra loop for the FDM to come up
This script works now with the a4f, too. The vulcan2 is *supposed* to
work, but there's apparently a bug in it that prevents it.
/systems/refuel/contact is correcly set, and that should be enough for it.
2006-08-27 12:25:43 +00:00
mfranz
5011ae6ca4
generic aar.nas (air-to-air-refueling). Meant to replace all the files
...
lying around everywhere. Used by the vulcan2 already. Cleanup pending.
2006-08-26 17:47:53 +00:00