-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(efb): flyPadOS 3 (#6528) @b5201f75b
- Loading branch information
1 parent
7e33c75
commit 8ac139f
Showing
303 changed files
with
40,164 additions
and
10,556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
|
||
* text=auto | ||
|
||
# Ensure LF for shell files, even on Windows, so that bash inside Docker does not panic | ||
*.sh text eol=lf | ||
|
||
# Ensure the language files update during build are not marked as changed due to different | ||
# line endings. | ||
/src/instruments/src/EFB/Localization/*.json text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,4 @@ | |
} | ||
], | ||
"version": 4 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+220 KB
flybywire-aircraft-a320-neo/html_ui/Fonts/NotoSansDevanagari-Light.ttf
Binary file not shown.
Binary file added
BIN
+228 KB
flybywire-aircraft-a320-neo/html_ui/Fonts/NotoSansDevanagari-Medium.ttf
Binary file not shown.
Binary file added
BIN
+223 KB
flybywire-aircraft-a320-neo/html_ui/Fonts/NotoSansDevanagari-Regular.ttf
Binary file not shown.
Binary file added
BIN
+230 KB
flybywire-aircraft-a320-neo/html_ui/Fonts/NotoSansDevanagari-SemiBold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-36.1 KB
flybywire-aircraft-a320-neo/html_ui/Fonts/ibm-plex-mono-v6-latin-300.ttf
Binary file not shown.
Binary file removed
BIN
-36.9 KB
flybywire-aircraft-a320-neo/html_ui/Fonts/nunito-sans-v6-latin-200.ttf
Binary file not shown.
Binary file removed
BIN
-37.8 KB
flybywire-aircraft-a320-neo/html_ui/Fonts/nunito-sans-v6-latin-700.ttf
Binary file not shown.
Binary file removed
BIN
-37.7 KB
flybywire-aircraft-a320-neo/html_ui/Fonts/nunito-sans-v6-latin-regular.ttf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...neo/html_ui/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/A320_Neo_CDU.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
118 changes: 118 additions & 0 deletions
118
flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/MAP/mapConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
{ | ||
"imagesDir": "/Pages/VCockpit/Instruments/Shared/Map/Images/Outlined/", | ||
|
||
"runwayFillColor": "white", | ||
"runwayStrokeColor": "gray", | ||
"runwayStrokeWidth": 3, | ||
"runwayCornerRadius": 8, | ||
"runwayMinimalWidth": 16, | ||
|
||
"latLonStrokeColor": "gray", | ||
"latLonStrokeWidth": 1, | ||
"latLonLabelFontFamily": "Consolas", | ||
"latLonLabelFontSize": 14, | ||
"latLonLabelColor": "white", | ||
"latLonLabelStrokeColor": "none", | ||
"latLonLabelStrokeWidth": 0, | ||
|
||
"roadMotorWayColor": "#7a7a7a", | ||
"roadMotorWayWidth": 1, | ||
"roadTrunkColor": "#7a7a7a", | ||
"roadTrunkWidth": 1, | ||
"roadPrimaryColor": "#7a7a7a", | ||
"roadPrimaryWidth": 1, | ||
|
||
"railwayStrokeColor": "gray", | ||
"railwayWidth": 2, | ||
"railwayDashLength": 6, | ||
|
||
"netBingTextureResolution": 2048, | ||
"netBingAltitudeColors1": [], | ||
"netBingWaterColor1": "#103B70", | ||
"netBingHeightColor1": [ | ||
{ | ||
"alt": 500, | ||
"color": "#2B5027" | ||
}, | ||
{ | ||
"alt": 1000, | ||
"color": "#385D31" | ||
}, | ||
{ | ||
"alt": 2000, | ||
"color": "#557536" | ||
}, | ||
{ | ||
"alt": 3000, | ||
"color": "#668248" | ||
}, | ||
{ | ||
"alt": 4000, | ||
"color": "#7C8C4D" | ||
}, | ||
{ | ||
"alt": 5000, | ||
"color": "#798442" | ||
}, | ||
{ | ||
"alt": 6000, | ||
"color": "#767E4B" | ||
}, | ||
{ | ||
"alt": 7000, | ||
"color": "#686F3C" | ||
}, | ||
{ | ||
"alt": 8000, | ||
"color": "#726539" | ||
}, | ||
{ | ||
"alt": 9000, | ||
"color": "#675A2E" | ||
}, | ||
{ | ||
"alt": 9000, | ||
"color": "#686F3C" | ||
}, | ||
{ | ||
"alt": 9000, | ||
"color": "#686F3C" | ||
}, | ||
{ | ||
"alt": 10000, | ||
"color": "#57401E" | ||
}, | ||
{ | ||
"alt": 11000, | ||
"color": "#46361C" | ||
}, | ||
{ | ||
"alt": 12000, | ||
"color": "#4F4D41" | ||
}, | ||
{ | ||
"alt": 13000, | ||
"color": "#5A6159" | ||
}, | ||
{ | ||
"alt": 15000, | ||
"color": "#6D746D" | ||
}, | ||
{ | ||
"alt": 17000, | ||
"color": "#7A7B75" | ||
}, | ||
{ | ||
"alt": 19000, | ||
"color": "#828685" | ||
}, | ||
{ | ||
"alt": 21000, | ||
"color": "#828C8D" | ||
}, | ||
{ | ||
"alt": 33000, | ||
"color": "#8E9899" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.