Minor Bugfixes

This commit is contained in:
Joshua Davidson 2017-05-29 12:39:03 -04:00
parent bced91a7e4
commit b0dfb0db2e
4 changed files with 29 additions and 9 deletions

View file

@ -710,8 +710,8 @@
<file>Aircraft/A320Family/Nasal/PFD_FMA.nas</file>
<file>Aircraft/A320Family/Models/Instruments/ND/ND.nas</file>
<file>Aircraft/A320Family/Nasal/fctl.nas</file>
<file>Aircraft/A320Family/Nasal/gpws.nas</file>
<file>Aircraft/A320Family/Nasal/efis.nas</file>
<file>Aircraft/A320Family/Nasal/gpws.nas</file>
<file>Aircraft/A320Family/Nasal/efis.nas</file>
</libraries>
<acconfig>
<file>Aircraft/A320Family/AircraftConfig/acconfig.nas</file>

View file

@ -12,7 +12,7 @@
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>Aircraft Configuration V1.3.1</label>
<label>Aircraft Configuration V1.4.1</label>
</text>
<button>
<halign>right</halign>
@ -97,7 +97,12 @@
<legend>Cold and Dark</legend>
<pref-width>140</pref-width>
<enable>
<not><property>/systems/acconfig/autoconfig-running</property></not>
<and>
<not><property>/systems/acconfig/autoconfig-running</property></not>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</and>
</enable>
<binding>
<command>nasal</command>
@ -112,7 +117,12 @@
<legend>Ready to Start Eng</legend>
<pref-width>140</pref-width>
<enable>
<not><property>/systems/acconfig/autoconfig-running</property></not>
<and>
<not><property>/systems/acconfig/autoconfig-running</property></not>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</and>
</enable>
<binding>
<command>nasal</command>
@ -127,7 +137,12 @@
<legend>Ready for Taxi</legend>
<pref-width>140</pref-width>
<enable>
<not><property>/systems/acconfig/autoconfig-running</property></not>
<and>
<not><property>/systems/acconfig/autoconfig-running</property></not>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</and>
</enable>
<binding>
<command>nasal</command>
@ -142,7 +157,12 @@
<legend>Ready for Takeoff</legend>
<pref-width>140</pref-width>
<enable>
<not><property>/systems/acconfig/autoconfig-running</property></not>
<and>
<not><property>/systems/acconfig/autoconfig-running</property></not>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</and>
</enable>
<binding>
<command>nasal</command>

View file

@ -37,7 +37,7 @@
</text>
<text>
<halign>center</halign>
<label>Version 0.4.X, it0uchpods Shared Libraries V1.4.0</label>
<label>Pre V1.0, it0uchpods Shared Libraries V1.4.1</label>
</text>
<text>
<halign>center</halign>

View file

@ -1,4 +1,4 @@
# A320Family FMGC
# A3XX FMGC
# Joshua Davidson (it0uchpods) and Jonathan Redpath (legoboyvdlp)
##################