JA37: Version 5.4.0
JA37: Version 5.5.0
JA37: Version 5.5.0
Here's one: The digital engine instruments on the Cessna 550 Citation II (fgaddon). To reproduce: autostart, the N1/N2 digits are visible when looking straight ahead, and disappear when turning the view by around 30°. I'm not sure it's the proper solution, but this patch fixes it for me (forces a separate bin for the model-transparent effect): diff --git a/Effects/model-transparent.eff b/Effects/model-transparent.eff index b36cb3857..1e11ef61e 100644 --- a/Effects/model-transparent.eff +++ b/Effects/model-transparent.eff...
nasal: improve getMember() error messages
submodels: Fix unit error in submodel drag
canvas map: Fix crash from lakebed runways
That seems wrong indeed. Here's a test using terminal velocity: <submodel> <name>test</name> <model>Models/Geometry/null.ac</model> <trigger>test</trigger> <speed>0</speed> <repeat>false</repeat> <count>10</count> <offsets> <x-m>0</x-m> <y-m>0</y-m> <z-m>100</z-m> </offsets> <life>100</life> <buoyancy>0</buoyancy> <weight>2.2</weight> <!-- = 1kg --> <eda>1.08</eda> <!-- = 0.1m^2 --> <cd>1.0</cd> <no-roll>true</no-roll> <wind>false</wind> <external-force>true</external-force> </submodel> (external-force...