Skip to content

Commit a6e27b7

Browse files
committed
update to 1.9.3.0
1 parent b8e8779 commit a6e27b7

File tree

11 files changed

+1403
-301
lines changed

11 files changed

+1403
-301
lines changed

B787-XE/html_ui/Pages/VCockpit/Instruments/Airliners/B787_10/FMC/B787_10_FMC.html

+8-7
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,14 @@
170170

171171
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Utils/RadioNav.js"></script>
172172

173-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/Runway.js"></script>
174-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/FlightPlan.js"></script>
175-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/Waypoint.js"></script>
176-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/Approach.js"></script>
177-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/WaypointLoader.js"></script>
178-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/FlightPlanManager.js"></script>
179-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/GeoCalc.js"></script>
173+
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/Runway.js"></script>
174+
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/FlightPlan.js"></script>
175+
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/Waypoint.js"></script>
176+
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/Approach.js"></script>
177+
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/WaypointLoader.js"></script>
178+
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/FlightPlanManager.js"></script>
179+
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/GeoCalc.js"></script>
180+
180181
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/SearchField.js"></script>
181182

182183
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/NavSystem.js"></script>

B787-XE/html_ui/Pages/VCockpit/Instruments/Airliners/B787_10/HUD/B787_10_HUD.css

+20-54
Original file line numberDiff line numberDiff line change
@@ -83,36 +83,35 @@ b787-10-hud-element {
8383
b787-10-hud-element #MainFrame #InstrumentsContainer #Altimeter {
8484
transform: rotateX(0);
8585
position: absolute;
86-
top: 2%;
87-
left: 68%;
88-
width: 22%;
86+
top: 20%;
87+
left: 83%;
88+
width: 18%;
8989
height: 100%; }
9090
b787-10-hud-element #MainFrame #InstrumentsContainer #Airspeed {
9191
transform: rotateX(0);
9292
position: absolute;
93-
top: 5%;
94-
left: 10%;
95-
width: 22%;
93+
top: 22%;
94+
left: -3%;
95+
width: 18%;
9696
height: 100%; }
97-
b787-10-hud-element #MainFrame #InstrumentsContainer #VSpeed {
97+
b787-10-hud-element #MainFrame #InstrumentsContainer #ILS {
9898
transform: rotateX(0);
9999
position: absolute;
100100
border: none;
101-
top: 12%;
102-
left: 84%;
103-
width: 25%;
101+
top: 0%;
102+
left: 0%;
103+
width: 100%;
104104
height: 100%;
105-
z-index: 0; }
106-
b787-10-hud-element #MainFrame #InstrumentsContainer #ILS {
107-
transform: rotateX(0);
108-
position: absolute;
109-
border: none;
110-
top: 0%;
111-
left: 0%;
112-
width: 100%;
113-
height: 100%;
114-
z-index: 1; }
115-
b787-10-hud-element #MainFrame #FMAContainer {
105+
z-index: 1; }
106+
b787-10-hud-element #MainFrame #InstrumentsContainer #Compass {
107+
transform: rotateX(0);
108+
position: absolute;
109+
top: 42%;
110+
left: 29%;
111+
width: 42%;
112+
height: 100%;
113+
z-index: 1; }
114+
b787-10-hud-element #MainFrame #FMA {
116115
transform: rotateX(0);
117116
position: absolute;
118117
border: none;
@@ -122,36 +121,3 @@ b787-10-hud-element {
122121
left: 26%;
123122
z-index: 0; }
124123

125-
126-
b787-10-hud-element #Altimeter {
127-
filter: sepia(100%) hue-rotate(55deg) saturate(2000%);
128-
}
129-
130-
b787-10-hud-element #VSpeed {
131-
filter: sepia(100%) hue-rotate(55deg) saturate(2000%);
132-
}
133-
134-
b787-10-hud-element #Airspeed {
135-
filter: sepia(100%) hue-rotate(55deg) saturate(2000%);
136-
}
137-
138-
b787-10-hud-element #Horizon {
139-
filter: sepia(100%) hue-rotate(55deg) saturate(2000%);
140-
}
141-
142-
b787-10-hud-element #Column1 {
143-
filter: sepia(100%) hue-rotate(55deg) saturate(2000%);
144-
}
145-
146-
b787-10-hud-element #Column2 {
147-
filter: sepia(100%) hue-rotate(55deg) saturate(2000%);
148-
}
149-
150-
b787-10-hud-element #Column3 {
151-
filter: sepia(100%) hue-rotate(55deg) saturate(2000%);
152-
}
153-
154-
b787-10-hud-element #ILS {
155-
filter: sepia(100%) hue-rotate(55deg) saturate(2000%);
156-
}
157-

B787-XE/html_ui/Pages/VCockpit/Instruments/Airliners/B787_10/HUD/B787_10_HUD.html

+6-17
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44
<div id="MainFrame">
55
<div id="Electricity" state="off">
66
<div id="HorizonContainer">
7-
<jet-pfd-attitude-indicator id="Horizon" background="false"></jet-pfd-attitude-indicator>
7+
<jet-pfd-attitude-indicator id="Horizon" hud="true"></jet-pfd-attitude-indicator>
88
</div>
9+
<boeing-fma id="FMA" class="AS01B_HUD"></boeing-fma>
910
<div id="InstrumentsContainer">
10-
<jet-pfd-altimeter-indicator id="Altimeter"></jet-pfd-altimeter-indicator>
11-
<jet-pfd-vspeed-indicator id="VSpeed"></jet-pfd-vspeed-indicator>
12-
<jet-pfd-airspeed-indicator id="Airspeed"></jet-pfd-airspeed-indicator>
11+
<jet-pfd-altimeter-indicator id="Altimeter" hud="true"></jet-pfd-altimeter-indicator>
12+
<jet-pfd-airspeed-indicator id="Airspeed" hud="true"></jet-pfd-airspeed-indicator>
1313
<jet-pfd-ils-indicator id="ILS"></jet-pfd-ils-indicator>
14+
<jet-pfd-nd-compass id="Compass" display-mode="arc" hud="true"></jet-pfd-nd-compass>
1415
</div>
15-
<div id="FMAContainer">
16-
<boeing-fma id="FMA" class="AS01B_HUD"></boeing-fma>
17-
</div>
18-
<jet-pfd-nd-compass id="Compass" display-mode="arc"></jet-pfd-nd-compass>
1916
</div>
2017
</div>
2118
</script>
@@ -26,16 +23,8 @@
2623

2724
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/Templates/Highlight/Highlight.js"></script>
2825

29-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/FlightPlan.js"></script>
30-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/FlightPlanManager.js"></script>
31-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/GeoCalc.js"></script>
32-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/SearchField.js"></script>
33-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/Waypoint.js"></script>
34-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/NearestWaypoint.js"></script>
35-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/Approach.js"></script>
3626
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/SelectableElement.js"></script>
37-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/ContextualMenu.js"></script>
38-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/Runway.js"></script>
27+
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/SearchField.js"></script>
3928

4029
<script type="text/html" import-template="/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html"></script>
4130
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/NavSystem.js"></script>

B787-XE/html_ui/Pages/VCockpit/Instruments/Airliners/B787_10/HUD/B787_10_HUD.js

+30-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

B787-XE/html_ui/Pages/VCockpit/Instruments/Airliners/B787_10/MFD/B787_10_MFD.html

+3-22
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,16 @@
1919

2020
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Utils/RadioNav.js"></script>
2121

22+
<script type="text/html" import-template="/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html"></script>
23+
2224
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/Templates/Highlight/Highlight.js"></script>
23-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/Templates/WindDataDisplay/WindDataDisplay.js"></script>
2425

25-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/FlightPlan.js"></script>
26-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/FlightPlanManager.js"></script>
27-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/GeoCalc.js"></script>
28-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/SearchField.js"></script>
29-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/Waypoint.js"></script>
30-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/Runway.js"></script>
31-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/Approach.js"></script>
32-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/NearestWaypoint.js"></script>
3326
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/SelectableElement.js"></script>
34-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/ContextualMenu.js"></script>
3527

36-
<script type="text/html" import-template="/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html"></script>
37-
38-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Gauges/AbstractGauge.js"></script>
39-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Gauges/CircularGauge.js"></script>
40-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Gauges/HorizontalGauge.js"></script>
41-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Gauges/VerticalGauge.js"></script>
42-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Gauges/FlapsGauge.js"></script>
43-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Gauges/AilTrimGauge.js"></script>
44-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Gauges/ElevTrimGauge.js"></script>
45-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/Gauges/RudderTrimGauge.js"></script>
28+
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/SearchField.js"></script>
4629

4730
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/NavSystem.js"></script>
4831

49-
<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/LogicElements/GaugeElement.js"></script>
50-
5132
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Airliners/Shared/BaseAirliners.js"></script>
5233
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Airliners/Shared/BaseNDCompass.js"></script>
5334

0 commit comments

Comments
 (0)