Menu

FGAddon Commit Log


Commit Date  
[r3566] by forgolai

Key 'F6' now ejects the pilot.

2018-10-02 06:57:49 Tree
[r3565] by lbrenta

Citation 4.1.15: relocate the Hobbs timer to where it is visible.

(it became invisible, presumably because the model in the c172p changed)

2018-09-30 14:26:51 Tree
[r3564] by lbrenta

an24: animate the front gear doors properly, using standard properties.

The standard properties are not only transmitted over multiplayer but also recorder for replays.
This change therefore restores compatibility of the front gear with replays. Also saves 18 bytes
per mp packet by avoiding 3 unnecessary float properties.

* an24b-set.xml (sim/multiplay/generic/float[1..3],
an2/animations/gear, an2/animations/gear-smalldoors, an2/animations/gear-bigdoors): delete.
* Models/An-24B.xml (nasal/load): delete the aliasing of the deleted properties.
Animate the front gear and its doors using only gear/gear[0]/position-norm.
* Models/Interior/Instruments/Control_Units/Gear/sw_gear-lever.xml: ditto.
* Models/Interior/Instruments/Control_Units/Gear/gear-lever-lock.xml: ditto.
* Tutorials/Engineer-Preflight.xml: ditto.

2018-09-29 10:32:53 Tree
[r3563] by lbrenta

an24b: do not pollute the property trees of remote aircraft over multiplayer.

(Redo r3560 that was partly overwritten and undone by r3561)

find Models -name '*.xml' -exec sed -r -i 's,prop(erty)?>/,prop\1>,g' {} \;

2018-09-28 23:06:28 Tree
[r3562] by lbrenta

an24b: animate nose, nose gear, ailerons and rudder over multiplayer.

Starting with r3558, the nose and nose gear would no longer be visible
over multiplayer because they use nonstandard properties. As a
interim solution, I am now aliasing these to generic properties and
transmitting them over multiplayer. A better long-term solution for
the nose gear would be only to use the standard property
gear/gear[0]/position-norm but make the animation more complex (i.e.
in animate doors between 0 and 0.2, animate the gear between 0.2 and
0.8 and animate the small doors again between 0.8 and 1.0, or
something like that). This would save 3 floats in each MP packet,
i.e. 18 bytes.

For the ailerons and rudder, use standard properties directly.

2018-09-28 23:04:22 Tree
[r3561] by maerchenprinz

an24b: First tutorial and minor changes in crewsection.ac and fire extinguishing system

2018-09-28 22:34:27 Tree
[r3560] by lbrenta

an24b: do not pollute the property trees of remote aircraft over multiplayer.

find Models -name '*.xml' -exec sed -r -i 's,prop(erty)?>/,prop\1>,g' {} \;

2018-09-28 21:14:11 Tree
[r3559] by lbrenta

an24b: redo r3557 with prior approval from maerchenprinz.

2018-09-28 20:25:58 Tree
[r3558] by maerchenprinz

an24b: Correcting cockpit dimensions and therefore new cockpit canopy/hull; new front and pax section of fuselage

2018-09-27 00:27:12 Tree
[r3557] by lbrenta

an24b: animate flaps over multiplayer and in replays

For the animation of the external model, use the standard property
surface-positions/flap-pos-norm instead of the property from the FDM
as only the former is automatically transmitted over multiplayer and
recorded for replays.

2018-09-26 00:26:02 Tree
Older >
MongoDB Logo MongoDB