Skip to content

Commit

Permalink
Standardize files, correct file permissions (files to 644, dirs to 755)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAHM-COL committed May 23, 2015
1 parent 5e7343e commit a5cf368
Show file tree
Hide file tree
Showing 399 changed files with 497,676 additions and 497,676 deletions.
Empty file modified 737-300-1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified 737-300-set.xml
100755 → 100644
Empty file.
Empty file modified 737-300.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,066 changes: 1,033 additions & 1,033 deletions 737-300.xml
100755 → 100644

Large diffs are not rendered by default.

Empty file modified Dialogs/737-ap-dialog.xml
100755 → 100644
Empty file.
Empty file modified Dialogs/737-radio-dialog.xml
100755 → 100644
Empty file.
322 changes: 161 additions & 161 deletions Dialogs/doors-dialog.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,161 +1,161 @@
<?xml version="1.0"?>
<PropertyList>
<name>Airport Operations</name>
<layout>vbox</layout>

<group>
<layout>table</layout>
<text>
<label>Doors</label>
<row>0</row>
<col>0</col>
</text>
<button>
<row>0</row>
<col>3</col>
<pref-width>16</pref-width>
<pref-height>16</pref-height>
<legend>x</legend>
<default>1</default>
<keynum>27</keynum>
<border>2</border>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>

<hrule/>

<group>
<!-- Pass LF -->
<layout>table</layout>
<text>
<label>Left Front</label>
<halign>right</halign>
<row>0</row>
<col>0</col>
</text>
<button>
<row>0</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor1");
</script>
</binding>
</button>
<checkbox>
<row>0</row>
<col>2</col>
<property>controls/groundservice/passengerdoor1</property>
<live>true</live>
</checkbox>
<!-- Pass RF -->
<text>
<label>Right Front</label>
<halign>right</halign>
<row>1</row>
<col>0</col>
</text>
<button>
<row>1</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor2");
</script>
</binding>
</button>
<checkbox>
<row>1</row>
<col>2</col>
<property>controls/groundservice/passengerdoor2</property>
<live>true</live>
</checkbox>
<!-- Pass LR -->
<text>
<label>Left Rear</label>
<halign>right</halign>
<row>2</row>
<col>0</col>
</text>
<button>
<row>2</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor3");
</script>
</binding>
</button>
<checkbox>
<row>2</row>
<col>2</col>
<property>controls/groundservice/passengerdoor3</property>
<live>true</live>
</checkbox>
<!-- Pass RR -->
<text>
<label>Right Rear</label>
<halign>right</halign>
<row>3</row>
<col>0</col>
</text>
<button>
<row>3</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor4");
</script>
</binding>
</button>
<checkbox>
<row>3</row>
<col>2</col>
<property>controls/groundservice/passengerdoor4</property>
<live>true</live>
</checkbox>

<!-- Cockpit -->
<text>
<label>Cockpit</label>
<halign>right</halign>
<row>4</row>
<col>0</col>
</text>
<button>
<row>4</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/cockpitdoor");
</script>
</binding>
</button>
<checkbox>
<row>4</row>
<col>2</col>
<property>controls/groundservice/cockpitdoor</property>
<live>true</live>
</checkbox>

</group>

</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<name>Airport Operations</name>
<layout>vbox</layout>

<group>
<layout>table</layout>
<text>
<label>Doors</label>
<row>0</row>
<col>0</col>
</text>
<button>
<row>0</row>
<col>3</col>
<pref-width>16</pref-width>
<pref-height>16</pref-height>
<legend>x</legend>
<default>1</default>
<keynum>27</keynum>
<border>2</border>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>

<hrule/>

<group>
<!-- Pass LF -->
<layout>table</layout>
<text>
<label>Left Front</label>
<halign>right</halign>
<row>0</row>
<col>0</col>
</text>
<button>
<row>0</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor1");
</script>
</binding>
</button>
<checkbox>
<row>0</row>
<col>2</col>
<property>controls/groundservice/passengerdoor1</property>
<live>true</live>
</checkbox>
<!-- Pass RF -->
<text>
<label>Right Front</label>
<halign>right</halign>
<row>1</row>
<col>0</col>
</text>
<button>
<row>1</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor2");
</script>
</binding>
</button>
<checkbox>
<row>1</row>
<col>2</col>
<property>controls/groundservice/passengerdoor2</property>
<live>true</live>
</checkbox>
<!-- Pass LR -->
<text>
<label>Left Rear</label>
<halign>right</halign>
<row>2</row>
<col>0</col>
</text>
<button>
<row>2</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor3");
</script>
</binding>
</button>
<checkbox>
<row>2</row>
<col>2</col>
<property>controls/groundservice/passengerdoor3</property>
<live>true</live>
</checkbox>
<!-- Pass RR -->
<text>
<label>Right Rear</label>
<halign>right</halign>
<row>3</row>
<col>0</col>
</text>
<button>
<row>3</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/passengerdoor4");
</script>
</binding>
</button>
<checkbox>
<row>3</row>
<col>2</col>
<property>controls/groundservice/passengerdoor4</property>
<live>true</live>
</checkbox>

<!-- Cockpit -->
<text>
<label>Cockpit</label>
<halign>right</halign>
<row>4</row>
<col>0</col>
</text>
<button>
<row>4</row>
<col>1</col>
<legend>Move</legend>
<default>true</default>
<binding>
<command>nasal</command>
<script>
doors.openclosedoor("/controls/groundservice/cockpitdoor");
</script>
</binding>
</button>
<checkbox>
<row>4</row>
<col>2</col>
<property>controls/groundservice/cockpitdoor</property>
<live>true</live>
</checkbox>

</group>

</PropertyList>
Empty file modified Dialogs/ground-ops-dialog.xml
100755 → 100644
Empty file.
Empty file modified Dialogs/lights-dialog.xml
100755 → 100644
Empty file.
Empty file modified Engines/CFM56.xml
100755 → 100644
Empty file.
12 changes: 6 additions & 6 deletions Engines/direct.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Thrust is computed directly by the engine
-->
<direct name="Direct">
</direct>
<?xml version="1.0"?>
<!--
Thrust is computed directly by the engine
-->
<direct name="Direct">
</direct>
28 changes: 14 additions & 14 deletions Models/733-2d-panel/733-2d-panel.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0"?>

<!--
737 2d panel - prevents default 2d panel.
-->

<PropertyList>
<name>733 2d Panel</name>
<background>background.png</background>
<w>0</w>
<h>0</h>
<y-offset>0</y-offset>
<view-height>0</view-height>

<?xml version="1.0"?>

<!--
737 2d panel - prevents default 2d panel.
-->

<PropertyList>
<name>733 2d Panel</name>
<background>background.png</background>
<w>0</w>
<h>0</h>
<y-offset>0</y-offset>
<view-height>0</view-height>

</PropertyList>
Empty file modified Models/733-2d-panel/background.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Models/733paintkit.tar.gz
100755 → 100644
Empty file.
Loading

0 comments on commit a5cf368

Please sign in to comment.