|
From: <fli...@li...> - 2025-05-05 06:06:52
|
Revision: 12065
http://sourceforge.net/p/flightgear/fgaddon/12065
Author: helijah
Date: 2025-05-05 06:06:34 +0000 (Mon, 05 May 2025)
Log Message:
-----------
Lockheed S3 Viking: Fixed a typo.
Modified Paths:
--------------
trunk/Aircraft/Lockheed-S3-Viking/Models/s3.xml
trunk/Aircraft/Lockheed-S3-Viking/Read-Me.txt
trunk/Aircraft/Lockheed-S3-Viking/Systems/s3-keyboard.xml
trunk/Aircraft/Lockheed-S3-Viking/es3-set.xml
trunk/Aircraft/Lockheed-S3-Viking/s3-set.xml
Modified: trunk/Aircraft/Lockheed-S3-Viking/Models/s3.xml
===================================================================
--- trunk/Aircraft/Lockheed-S3-Viking/Models/s3.xml 2025-05-05 05:21:41 UTC (rev 12064)
+++ trunk/Aircraft/Lockheed-S3-Viking/Models/s3.xml 2025-05-05 06:06:34 UTC (rev 12065)
@@ -1515,7 +1515,7 @@
<type>spin</type>
<object-name>TankerProp</object-name>
<!-- <property>velocities/airspeed-kt</property> -->
- <property>sim/multiplay/generic/float[23</property>
+ <property>sim/multiplay/generic/float[23]</property>
<factor>10</factor>
<center>
<x-m> -4.0949 </x-m>
Modified: trunk/Aircraft/Lockheed-S3-Viking/Read-Me.txt
===================================================================
--- trunk/Aircraft/Lockheed-S3-Viking/Read-Me.txt 2025-05-05 05:21:41 UTC (rev 12064)
+++ trunk/Aircraft/Lockheed-S3-Viking/Read-Me.txt 2025-05-05 06:06:34 UTC (rev 12065)
@@ -38,6 +38,7 @@
June, 25, 2024
January, 04, 2025
April, 30, 2025
+May, 05, 2025
http://helijah.free.fr/flightgear/hangar.htm
http://embaranger.free.fr
@@ -83,6 +84,7 @@
25 Juin 2024
04 Janvier 2025
30 Avril 2025
+05 Mai 2025
http://helijah.free.fr/flightgear/hangar.htm
http://embaranger.free.fr
Modified: trunk/Aircraft/Lockheed-S3-Viking/Systems/s3-keyboard.xml
===================================================================
--- trunk/Aircraft/Lockheed-S3-Viking/Systems/s3-keyboard.xml 2025-05-05 05:21:41 UTC (rev 12064)
+++ trunk/Aircraft/Lockheed-S3-Viking/Systems/s3-keyboard.xml 2025-05-05 06:06:34 UTC (rev 12065)
@@ -10,11 +10,11 @@
<binding>
<condition>
<and>
- <property>/gear/gear[0]/wow</property>
- <property>/gear/gear[1]/wow</property>
- <property>/gear/gear[2]/wow</property>
+ <property>gear/gear[0]/wow</property>
+ <property>gear/gear[1]/wow</property>
+ <property>gear/gear[2]/wow</property>
<less-than>
- <property>/gear/gear[0]/rollspeed-ms</property>
+ <property>gear/gear[0]/rollspeed-ms</property>
<value>10</value>
</less-than>
</and>
@@ -30,11 +30,11 @@
<binding>
<condition>
<and>
- <property>/gear/gear[0]/wow</property>
- <property>/gear/gear[1]/wow</property>
- <property>/gear/gear[2]/wow</property>
+ <property>gear/gear[0]/wow</property>
+ <property>gear/gear[1]/wow</property>
+ <property>gear/gear[2]/wow</property>
<less-than>
- <property>/gear/gear[0]/rollspeed-ms</property>
+ <property>gear/gear[0]/rollspeed-ms</property>
<value>10</value>
</less-than>
</and>
Modified: trunk/Aircraft/Lockheed-S3-Viking/es3-set.xml
===================================================================
--- trunk/Aircraft/Lockheed-S3-Viking/es3-set.xml 2025-05-05 05:21:41 UTC (rev 12064)
+++ trunk/Aircraft/Lockheed-S3-Viking/es3-set.xml 2025-05-05 06:06:34 UTC (rev 12065)
@@ -14,7 +14,7 @@
</author>
</authors>
- <aircraft-version>0.8</aircraft-version>
+ <aircraft-version>0.9</aircraft-version>
<status>alpha</status>
<minimum-fg-version>2018.2.0</minimum-fg-version>
Modified: trunk/Aircraft/Lockheed-S3-Viking/s3-set.xml
===================================================================
--- trunk/Aircraft/Lockheed-S3-Viking/s3-set.xml 2025-05-05 05:21:41 UTC (rev 12064)
+++ trunk/Aircraft/Lockheed-S3-Viking/s3-set.xml 2025-05-05 06:06:34 UTC (rev 12065)
@@ -14,7 +14,7 @@
</author>
</authors>
- <aircraft-version>0.8</aircraft-version>
+ <aircraft-version>0.9</aircraft-version>
<status>alpha</status>
<minimum-fg-version>2018.2.0</minimum-fg-version>
|