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

View file

@ -16,7 +16,7 @@
<red>0.5</red>
<green>0</green>
<blue>0</blue>
<alpha>0.9</alpha>
<alpha>0.95</alpha>
</color>
<group>
@ -32,7 +32,7 @@
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
<alpha>0.9</alpha>
<alpha>0.95</alpha>
</color>
</hrule>
@ -40,19 +40,60 @@
<layout>vbox</layout>
<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>
</text>
<group>
<layout>table</layout>
<halign>left</halign>
<text>
<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>center</halign>
<halign>left</halign>
<label>You can continue for now, but it is highly recommended to download the latest version by the button below.</label>
</text>
<text>
<halign>center</halign>
<halign>left</halign>
<label>You will need to restart FlightGear, and install the latest .zip file.</label>
</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>
</text>
</group>
@ -62,7 +103,7 @@
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
<alpha>0.9</alpha>
<alpha>0.95</alpha>
</color>
</hrule>
@ -74,7 +115,7 @@
<red>0</red>
<green>0.5</green>
<blue>0</blue>
<alpha>0.9</alpha>
<alpha>0.95</alpha>
</color>
<halign>center</halign>
<legend>Download Update</legend>
@ -95,7 +136,7 @@
<red>0.6</red>
<green>0</green>
<blue>0</blue>
<alpha>0.9</alpha>
<alpha>0.95</alpha>
</color>
<halign>center</halign>
<legend>Remind Me Later</legend>

View file

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

View file

@ -4,7 +4,13 @@
<particlesystem>
<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>
<lighting type="bool">false</lighting>
<condition>

View file

@ -4,7 +4,13 @@
<particlesystem>
<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>
<lighting type="bool">false</lighting>
<condition>

View file

@ -1 +1 @@
4710
4711