Sim: ACCONFIG Update system dialogs refined, 3D: Fix contrails being square

This commit is contained in:
Joshua Davidson 2018-12-16 21:00:13 -05:00
parent d80536c070
commit 13576ec43f
6 changed files with 72 additions and 19 deletions

View file

@ -16,7 +16,7 @@
<red>0.5</red> <red>0.5</red>
<green>0</green> <green>0</green>
<blue>0</blue> <blue>0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
<group> <group>
@ -32,7 +32,7 @@
<red>1.0</red> <red>1.0</red>
<green>1.0</green> <green>1.0</green>
<blue>1.0</blue> <blue>1.0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
</hrule> </hrule>
@ -53,7 +53,7 @@
<red>1.0</red> <red>1.0</red>
<green>1.0</green> <green>1.0</green>
<blue>1.0</blue> <blue>1.0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
</hrule> </hrule>
@ -95,7 +95,7 @@
<red>1.0</red> <red>1.0</red>
<green>1.0</green> <green>1.0</green>
<blue>1.0</blue> <blue>1.0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
</hrule> </hrule>
@ -106,7 +106,7 @@
<red>0.6</red> <red>0.6</red>
<green>0</green> <green>0</green>
<blue>0</blue> <blue>0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
<halign>center</halign> <halign>center</halign>
<legend>FlightGear Forums</legend> <legend>FlightGear Forums</legend>

View file

@ -16,7 +16,7 @@
<red>0.5</red> <red>0.5</red>
<green>0</green> <green>0</green>
<blue>0</blue> <blue>0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
<group> <group>
@ -32,7 +32,7 @@
<red>1.0</red> <red>1.0</red>
<green>1.0</green> <green>1.0</green>
<blue>1.0</blue> <blue>1.0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
</hrule> </hrule>
@ -40,19 +40,60 @@
<layout>vbox</layout> <layout>vbox</layout>
<text> <text>
<halign>center</halign> <halign>left</halign>
<label>Attention: Your IDG-A32X is out of date! This means you are missing out on bugfixes, and new features!</label> <label>Attention: Your IDG-A32X is out of date! This means you are missing out on bugfixes, and new features!</label>
</text> </text>
<group>
<layout>table</layout>
<halign>left</halign>
<text> <text>
<halign>center</halign> <row>0</row>
<col>0</col>
<halign>left</halign>
<label>Latest available revision:</label>
</text>
<text>
<row>0</row>
<col>1</col>
<halign>left</halign>
<border>1</border>
<label>99999</label>
<property>/systems/acconfig/new-revision</property>
<live>1</live>
</text>
<text>
<row>1</row>
<col>0</col>
<halign>left</halign>
<label>Current installed revision:</label>
</text>
<text>
<row>1</row>
<col>1</col>
<halign>left</halign>
<border>1</border>
<label>99999</label>
<property>/systems/acconfig/revision</property>
<live>1</live>
</text>
</group>
<text>
<halign>left</halign>
<label>You can continue for now, but it is highly recommended to download the latest version by the button below.</label> <label>You can continue for now, but it is highly recommended to download the latest version by the button below.</label>
</text> </text>
<text> <text>
<halign>center</halign> <halign>left</halign>
<label>You will need to restart FlightGear, and install the latest .zip file.</label> <label>You will need to restart FlightGear, and install the latest .zip file.</label>
</text> </text>
<text> <text>
<halign>center</halign> <halign>left</halign>
<label>GIT users: Please press Remind Me Later, and run a "git pull" command. (or pull using GIT GUI)</label> <label>GIT users: Please press Remind Me Later, and run a "git pull" command. (or pull using GIT GUI)</label>
</text> </text>
</group> </group>
@ -62,7 +103,7 @@
<red>1.0</red> <red>1.0</red>
<green>1.0</green> <green>1.0</green>
<blue>1.0</blue> <blue>1.0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
</hrule> </hrule>
@ -74,7 +115,7 @@
<red>0</red> <red>0</red>
<green>0.5</green> <green>0.5</green>
<blue>0</blue> <blue>0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
<halign>center</halign> <halign>center</halign>
<legend>Download Update</legend> <legend>Download Update</legend>
@ -95,7 +136,7 @@
<red>0.6</red> <red>0.6</red>
<green>0</green> <green>0</green>
<blue>0</blue> <blue>0</blue>
<alpha>0.9</alpha> <alpha>0.95</alpha>
</color> </color>
<halign>center</halign> <halign>center</halign>
<legend>Remind Me Later</legend> <legend>Remind Me Later</legend>

View file

@ -47,14 +47,14 @@
<text> <text>
<halign>left</halign> <halign>left</halign>
<label>You are now running Revision: </label> <label>You have been upgraded to revision:</label>
</text> </text>
<text> <text>
<halign>left</halign> <halign>left</halign>
<border>1</border> <border>1</border>
<label>99999</label> <label>99999</label>
<property>/systems/acconfig/options/revision</property> <property>/systems/acconfig/revision</property>
<live>1</live> <live>1</live>
</text> </text>

View file

@ -4,7 +4,13 @@
<particlesystem> <particlesystem>
<name>contrail-eng1</name> <name>contrail-eng1</name>
<texture>contrail.rgb</texture> <texture>res/smoke.png</texture>
<offsets>
<x-m>30</x-m>
<y-m>0.00</y-m>
<z-m>2</z-m>
<pitch-deg>90</pitch-deg>
</offsets>
<emissive type="bool">false</emissive> <emissive type="bool">false</emissive>
<lighting type="bool">false</lighting> <lighting type="bool">false</lighting>
<condition> <condition>

View file

@ -4,7 +4,13 @@
<particlesystem> <particlesystem>
<name>contrail-eng2</name> <name>contrail-eng2</name>
<texture>contrail.rgb</texture> <texture>res/smoke.png</texture>
<offsets>
<x-m>30</x-m>
<y-m>0.00</y-m>
<z-m>2</z-m>
<pitch-deg>90</pitch-deg>
</offsets>
<emissive type="bool">false</emissive> <emissive type="bool">false</emissive>
<lighting type="bool">false</lighting> <lighting type="bool">false</lighting>
<condition> <condition>

View file

@ -1 +1 @@
4710 4711