A32X: Change ROLLOUT to ROLL OUT, canvas WIP PFD work

This commit is contained in:
Joshua Davidson 2017-10-18 21:53:38 -04:00
parent d5918c3a6e
commit d8275e3c6b
5 changed files with 568 additions and 2665 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 248 KiB

View file

@ -428,7 +428,7 @@
</not-equals>
<not-equals>
<property>modes/pfd/fma/pitch-mode</property>
<value>ROLLOUT</value>
<value>ROLL OUT</value>
</not-equals>
<not-equals>
<property>modes/pfd/fma/pitch-mode</property>
@ -471,7 +471,7 @@
</not-equals>
<not-equals>
<property>modes/pfd/fma/pitch-mode</property>
<value>ROLLOUT</value>
<value>ROLL OUT</value>
</not-equals>
<not-equals>
<property>modes/pfd/fma/roll-mode</property>
@ -522,7 +522,7 @@
</not-equals>
<not-equals>
<property>modes/pfd/fma/pitch-mode</property>
<value>ROLLOUT</value>
<value>ROLL OUT</value>
</not-equals>
</and>
</condition>
@ -564,7 +564,7 @@
</equals>
<equals>
<property>modes/pfd/fma/pitch-mode</property>
<value>ROLLOUT</value>
<value>ROLL OUT</value>
</equals>
</or>
</and>

View file

@ -428,7 +428,7 @@
</not-equals>
<not-equals>
<property>modes/pfd/fma/pitch-mode</property>
<value>ROLLOUT</value>
<value>ROLL OUT</value>
</not-equals>
<not-equals>
<property>modes/pfd/fma/pitch-mode</property>
@ -471,7 +471,7 @@
</not-equals>
<not-equals>
<property>modes/pfd/fma/pitch-mode</property>
<value>ROLLOUT</value>
<value>ROLL OUT</value>
</not-equals>
<not-equals>
<property>modes/pfd/fma/roll-mode</property>
@ -522,7 +522,7 @@
</not-equals>
<not-equals>
<property>modes/pfd/fma/pitch-mode</property>
<value>ROLLOUT</value>
<value>ROLL OUT</value>
</not-equals>
</and>
</condition>
@ -564,7 +564,7 @@
</equals>
<equals>
<property>modes/pfd/fma/pitch-mode</property>
<value>ROLLOUT</value>
<value>ROLL OUT</value>
</equals>
</or>
</and>

View file

@ -233,8 +233,8 @@ setlistener("/it-autoflight/mode/vert", func {
setprop("/modes/pfd/fma/pitch-mode", "FLARE");
}
} else if (vert == "ROLLOUT") {
if (newvert != "ROLLOUT") {
setprop("/modes/pfd/fma/pitch-mode", "ROLLOUT");
if (newvert != "ROLL OUT") {
setprop("/modes/pfd/fma/pitch-mode", "ROLL OUT");
}
} else if (vert == "T/O CLB") {
if (newvertarm != "CLB") {

View file

@ -1 +1 @@
2135
2136