1
0
Fork 0
Commit graph

8615 commits

Author SHA1 Message Date
Stuart Buchanan
67b95bb1fe Fix highlighting of arrow elements 2018-02-01 22:28:39 +00:00
Stuart Buchanan
4c3c5cde63 Implement Nearest Intersections page. 2018-01-31 22:47:35 +00:00
Stuart Buchanan
655c8719dc Additional style options for FIX MapStructure layer 2018-01-31 22:46:32 +00:00
Thorsten Renk
9798727bf9 Tentative location presets for PHNL 2018-01-31 09:47:53 +02:00
Stuart Buchanan
d244358320 Fix COM toggle and increase map coverage to MFD. 2018-01-30 21:00:01 +00:00
Stuart Buchanan
11d811e93d Set a default DTO target on AirportInfo page. 2018-01-30 20:59:16 +00:00
Stuart Buchanan
626cdd042a Direct To support for flightplan waypoints. 2018-01-30 19:51:58 +00:00
Torsten Dreyer
aea1bbf5f1 Use latest vfrmap.com tiles 2018-01-30 11:21:02 +01:00
Thorsten Renk
3d1921dd1f Add volcano simulation for Etna 2018-01-30 10:28:08 +02:00
Thorsten Renk
6575f2f71e Traffic shader: disable normal map request in effect as we don't seem to supply one and the fallback produces odd results 2018-01-30 10:06:04 +02:00
Stuart Buchanan
902cac4dd6 Direct To Page - configure GPS from Direct To page 2018-01-29 21:43:43 +00:00
Stuart Buchanan
183f5e2112 Add simple GPS leg Map Structure layer. 2018-01-29 20:44:36 +00:00
Thomas Geymayer
f8b0c5548c parsesvg: use new stroke-opacity and fill-opacity properties 2018-01-29 09:12:09 +01:00
Thorsten Renk
d5a8eb4713 ALS: Tentative fix for cloud shadows on overlay layer 2018-01-29 09:38:28 +02:00
Thorsten Renk
d9e55dc2e5 Improvements to Earthview: enable changing cloud density, fix aurora z-ordering issue, let moonlight give a relief effect to clouds 2018-01-29 09:25:38 +02:00
Thorsten Renk
5334498037 Automatically run AW if /nasal/local_weather/enabled is true on startup 2018-01-29 08:57:13 +02:00
ThorstenB
bb672b1185 Provide sound stubs for Airbus-style callouts (2500, hundred above, retard)
2500 callout was generated by editing the existing 1000, 500, 200 callouts.
The other callouts generated by text2speech.org (which allows to use their
generated sounds for any purpose and with any license).
2018-01-28 17:07:28 +01:00
Richard Harrison
d287f23ad8 Emesary notifications: change explanation to match revised property for filtering outgoing properties
Change /sim/multiplay/transmit-only-generics to /sim/multiplay/transmit-filter-property-base, which can be 1 to transmit only generics, or a number greater than 1 to indicate the start index to transmit (e.g. 12000 for new emesary mp bridge properties)
2018-01-28 15:51:44 +01:00
Yves Tolosa-Joas
c228ac0e00 Added AI A320 Pegasus livery 2018-01-28 11:42:34 +00:00
Yves Tolosa-Joas
307188826b Added Aicrafts and Traffic for Air Caledonie International 2018-01-28 11:42:33 +00:00
Yves Tolosa-Joas
2b64755cfb Updated Srilankan Traffic and models 2018-01-28 11:42:33 +00:00
Yves Tolosa-Joas
e143dc21e3 New AI Airline : Air Nauru 2018-01-28 11:42:33 +00:00
Yves Tolosa-Joas
7cf3f84c70 New AI Model, Freighter version of 737-300 2018-01-28 11:42:33 +00:00
Stuart Buchanan
ee69231220 Direct To part 2 - Waypoint Submenu 2018-01-27 21:55:22 +00:00
Stuart Buchanan
da252c8a18 Initial Direct To page - non-functional. 2018-01-26 19:06:06 +00:00
James Turner
0b1fc9b904 Remove old dhc6 model (replaced by DHT model) 2018-01-22 10:58:39 +00:00
Yves Tolosa-Joas
9a40434c7a SAS Traffic update by Marcin 2018-01-22 10:56:19 +00:00
Yves Tolosa-Joas
34c75f3e27 Updated Hawaiian Airlines traffic from Timetable of January 2018 2018-01-22 10:56:18 +00:00
Yves Tolosa-Joas
432501b3de LoganAir livery for AI DHC6 Twin Otter 2018-01-22 10:56:18 +00:00
Yves Tolosa-Joas
6f4e17b529 Upated Aircraft and Traffic for Air Tahiti 2018-01-22 10:56:18 +00:00
Yves Tolosa-Joas
4ffd32b47a Updated Traffic for Fiji Airways, includes new DHC6 Twin Otter model fo Fiji Link 2018-01-22 10:56:18 +00:00
Yves Tolosa-Joas
f5697bff21 Added new AI model De Havilland DHC6 Twin Otter 2018-01-22 10:56:18 +00:00
Florent Rougon
f6637f495d Update all non-French XLIFF translation files
The reason French is treated specially is that I completed the
translation up to 100% coverage in Qt Linguist as a test case for the
new translation infrastructure, and have no desire to convert this
translation work to the legacy FlightGear-specific XML format. But of
course, this complete translation is in XLIFF 1.2 format (since it is
saved by Qt Linguist) and thus can't be used by FlightGear yet.

On the other hand, for the other languages, no translator ever modified
the XLIFF files, therefore the best way to proceed for is that people
continue to work with the legacy FlightGear-specific XML format until
the new translation infrastructure is ready (this way, their work is
visible in FlightGear). The Python-based tools in FGMeta allow one to
automatically convert from this legacy format to the XLIFF 1.2 format,
as explained in fgmeta/python3-flightgear/README-l10n.txt. Which is
precisely what this commit does.
2018-01-19 01:27:20 +01:00
Florent Rougon
9a9037982a Fix broken encoding in German translation (Translations/de/sys.xml)
The XML declaration says encoding="ISO-8859-1". If you want to use
UTF-8, be my guest and convert the whole file to UTF-8 but please, don't
write UTF-8-encoded strings inside a file declared as ISO-8859-1.
2018-01-19 01:27:20 +01:00
Florent Rougon
0dcbef8a5f Update the French XLIFF translation (Translations/fr/FlightGear-nonQt.xlf)
This translation is 100% complete, but unusable by FlightGear until the
new translation infrastructure is ready (C++ side).
2018-01-19 01:25:33 +01:00
Stuart Buchanan
0c4544c1e1 Add Config Store and MFD Header display.
ConfigStore for storing and retrieving config settings (needs XML import/export)
Header display with 4 different header fields (all configurable)
Publisher for ADC and FMS.
2018-01-18 19:37:50 +00:00
Florent Rougon
e0f721450a Docs/README.add-ons: document the '[addon=ADDON_ID]relative/path' syntax
The '[addon=ADDON_ID]relative/path' syntax can be used in resource paths
handled by the SimGear ResourceManager, when one wants to target a file
from a particular add-on (see FG commit 8c82fca4 and following ones).
This commit documents this feature.

Note: when the resource path is prepared by Nasal code, prefer using
      addons.Addon.resourcePath().
2018-01-18 09:56:58 +01:00
Stuart Buchanan
fbce91ad25 CLR double-click loads NavMap. 2018-01-15 20:02:42 +00:00
Stuart Buchanan
6b3a29dcf5 Support scaling of MFD UI for smaller screens
set /sim/gui/mfd-scale to scale the MFD.
2018-01-15 20:01:46 +00:00
Stuart Buchanan
9bd10f8273 SVG MFD UI from miChat
SVG files from Michat on the forum:

Sat Jan 13, 2018 7:36 pm

Me, Michat. I donate the so called garmin1000B.svg file created by me using GPL Inkscape software to FlightGear, the Free Flight Simulator as a present to the flightgear.org. Since now I derived all legal rights to FlightGear via two active developers representatives on this forum topic: Stuart and hooray. They will proceed to upload the file to the FG repository, choosing the best license in order to protect FlightGear from any scammer simulation software, if is possible. Having account the nature of the Flightgear project as public well.

The 13TH of January 2018 in Madrid Spain.

Michat.
2018-01-14 20:46:50 +00:00
Stuart Buchanan
d79ef2df0f Update AirportInfo to use GroupElement 2018-01-13 23:08:30 +00:00
Stuart Buchanan
42c0dd0b43 Load ILS frequencies into Airport pages. 2018-01-13 21:48:38 +00:00
Stuart Buchanan
f6f5efe9f4 Use Emesary interface rather than airportinfo() 2018-01-13 21:07:32 +00:00
Stuart Buchanan
d306e7ba10 Set standby COM frequency from Airport pages
Support selecting a frequency from the Nearest Airport
and Airport Information pages and pressing ENT.  Nice.
2018-01-13 19:17:58 +00:00
Stuart Buchanan
cbb281759c NAV/COM Radio support
Add NAV/COM 8.33MHz radio support and integration
with the property trees for radios.

Also general cleanup.
2018-01-13 18:53:06 +00:00
Stuart Buchanan
b45ae04c15 Create a Listener-based property publisher.
Use it for NavCom, and include the Nav IDs in the display.
2018-01-10 23:11:38 +00:00
Stuart Buchanan
a25c66850a Add full set of hardkeys to fg1000 PUI dialog. 2018-01-10 22:12:47 +00:00
Florent Rougon
9556b901ee README.add-ons: minor change
The property-rule configuration file was probably a bad example, because
I believe the path has to be specified inside a PropertyList file (so
far). It can thus be done with the '[addon=ADDON_ID]relative/path'
syntax so as to ensure the file is found by
flightgear::addons::ResourceProvider, however in this particular case,
addons.Addon.resourcePath() is probably not going to be very useful.
2018-01-10 19:10:03 +01:00
Florent Rougon
acd54efff7 Docs/README.add-ons: add documentation for addons.Addon.resourcePath() 2018-01-10 14:13:25 +01:00
Stuart Buchanan
ab8774a3e0 Extend MFDPageController to handle Emesary register 2018-01-08 21:39:39 +00:00