1
0
Fork 0
Commit graph

8876 commits

Author SHA1 Message Date
Richard Harrison
416cf50507 F-14: low poly model optimisations 2018-10-30 19:58:35 +01:00
James Turner
cad41649dc Fix property browser #0 not working on second open
Since we mutate the (cached) definition properties on each call to
clone(), we need to reset these values back, or the non-clone()-ed
instance gets confused paths to its input and list widgets.

https://sourceforge.net/p/flightgear/codetickets/2044/
2018-10-25 16:23:19 +01:00
James Turner
9a140983a7 Initial work on the ISFD
Currently Boeing style and incomplete - lacks alt/speed boxes, LOC/GS
markers and brightness control.
2018-10-24 22:22:24 +01:00
Jonathan Redpath
ac5741360f Update the Spanish translation 2018-10-20 23:00:41 +02:00
Alessandro Menti
d011924a26
Italian translation: mark the FG1000 MFD translation as approved 2018-10-20 17:50:12 +02:00
Alessandro Menti
ce2121007f
Minor fix for the Italian translation 2018-10-17 22:26:46 +02:00
Gijs de Rooy
c93a0fcf36 Add missing Dutch translation 2018-10-16 12:08:45 +02:00
Michael Danilov
3438e87efd Russian translation: proofreading, launcher translation. 2018-10-15 23:25:14 +02:00
Michael Danilov
113b635efa Translations: fix some typos and casing inconsistencies. 2018-10-15 23:25:07 +02:00
James Turner
f81d5c0fa2 Set mirroring interpolation on the MCP 2018-10-14 23:40:39 +01:00
Florent Rougon
e74c38bd99 Update the French translation (non-Qt part) 2018-10-14 23:47:49 +02:00
Gijs de Rooy
96aaafb720 Update Dutch translations and mark as approved 2018-10-14 19:35:27 +02:00
Alessandro Menti
5b7ac31abf
Italian translation updated and marked as approved 2018-10-14 18:59:04 +02:00
Sidi Liang
903a5f7610 Update Chinese translation 2018-10-13 23:27:52 +02:00
James Turner
4320f8403a Route-manager: UI for cruise and alternate
Revise the UI for specifying cruise now the route-manager properties
are hooked up.
2018-10-12 15:28:53 +01:00
Michael Danilov
0ad592783a Russian translation: program options and loading screen. 2018-10-12 12:28:57 +01:00
Florent Rougon
0c655af7d1 Remove the obsolete FlightGear l10n XML files
These files aren't used anymore and (understandably) confuse
contributors, remove them. See

  https://sourceforge.net/p/flightgear/mailman/message/36439103/
  https://sourceforge.net/p/flightgear/fgdata/merge-requests/115/

The remaining *.xml l10n files are those that define the default
translation, located in '$FG_ROOT/Translations/default'.
2018-10-12 11:58:29 +02:00
Florent Rougon
836eb64df0 Refresh the FlightGear-nonQt.xlf translation files
Update them from the latest contents of the
$FG_ROOT/Translations/default/*.xml files (default translation).

This was done with:

fg-update-translation-files \
  --transl-dir="/path/to/fgdata/Translations" \
  merge-new-master de en_US es fr it nl pl pt zh_CN
2018-10-12 11:04:56 +02:00
Florent Rougon
853a28b319 Fixes in the default translation
- Add <cycle-gui> in Translations/default/menu.xml
- Fix for <dme-desc> in default/options.xml, which mentioned the ADF
  instead of the DME.

Thanks to Michael Danilov for these fixes.
2018-10-12 10:56:08 +02:00
James Turner
fedd4e1c3f Update translation files from the master set 2018-10-12 09:23:05 +01:00
Florent Rougon
587c601345 Translations/default/sys.xml: remove the 'splash' container element
Not deemed desirable anymore (now, all Translations/default/*.xml files
should have a flat structure). This is related to

  6d6e1809f0/
2018-10-12 07:51:24 +02:00
Richard Harrison
b022d310db Added F-15 lowpoly;
This is already in the scenery db/terrasync; however that model has the vertical origin at the wheels, whereas my F-15 in FGAddon has the origin at the center line based on the nose.
2018-10-11 16:43:38 +02:00
Scott Giese
09e8bd6f63 Revert "Doc/README: Only use Latin character set."
This reverts commit c5460a3cf1.
2018-10-10 22:11:00 -05:00
Scott Giese
c5460a3cf1 Doc/README: Only use Latin character set.
Eliminate overruns in PDF output.
2018-10-08 20:11:58 -05:00
Thorsten Renk
73073c4512 Move AW auto-start detection outside AW namespace to avoid duplicate AW start issue when de-selected in launcher and selected in-sim 2018-10-06 09:41:22 +03:00
Scott Giese
43ac415a8a Bug Fix: #1732 Nasal runtime error with hovered tooltip 2018-10-03 01:49:50 -05:00
Yves Tolosa-Joas
2f0b9ecd00 Added Arkia AI Traffic 2018-10-02 08:51:08 +01:00
Yves Tolosa-Joas
3686571339 Arkia Liveries by Brett Harrison 2018-10-02 08:51:08 +01:00
Stuart Buchanan
74a3039b59 FG1000: Wrong .ac file reference for GDU-1045.3.xml 2018-09-30 21:57:56 +01:00
Richard Harrison
66c15d5b89 Canvas NavDisplay (map) fix nil waypoint when only one waypoint in flightplan.
Without this it will cause a nil dereference resulting in

Nasal runtime error: non-objects have no members
  at D:/Program Files/FlightGear 2018.2.2/data/Nasal/canvas/map/WPT.lcontroller, line 57
  called from: D:/Program Files/FlightGear 2018.2.2/data/Nasal/canvas/map/WPT.lcontroller, line 79
  called from: D:/Program Files/FlightGear 2018.2.2/data/Nasal/canvas/MapStructure.nas, line 1088
  called from: D:/Program Files/FlightGear 2018.2.2/data/Nasal/geo.nas, line 384
  called from: D:/Program Files/FlightGear 2018.2.2/data/Nasal/canvas/MapStructure.nas, line 1051
  called from: D:/Program Files/FlightGear 2018.2.2/data/Nasal/canvas/MapStructure.nas, line 1059
  called from: D:/Program Files/FlightGear 2018.2.2/data/Nasal/canvas/map/WPT.lcontroller, line 26
  called from: D:/Program Files/FlightGear 2018.2.2/data/Nasal/globals.nas, line 119
2018-09-29 13:41:01 +02:00
Stuart Buchanan
3b7bdd3658 Full set of Docs updates for 2018.3.0
Hopefully final update to
- getstart
- readme.pdf
- FGShortRef
- C172p documentation.
2018-09-25 20:52:54 +01:00
Stuart Buchanan
b83b95751f Bug fix - sendFMSNotification no longer exists.
Reported on the forum:

https://forum.flightgear.org/viewtopic.php?f=71&t=32764&start=120
2018-09-25 20:28:32 +01:00
Yves Tolosa-Joas
43c03bb4ba Replaced A343 on Istambul > Sofia route 2018-09-23 19:04:27 +01:00
Yves Tolosa-Joas
7e45f6f4fd Added Ellinair AI Traffic 2018-09-23 19:04:27 +01:00
Yves Tolosa-Joas
de7744a9d0 Added Ellinair Airbus' liveries 2018-09-23 19:04:27 +01:00
Torsten Dreyer
67bf0c8e19 new version: 2018.4.0 2018-09-21 17:21:56 +02:00
Torsten Dreyer
011caeeecd new version: 2018.3.1 2018-09-21 17:21:56 +02:00
Stuart Buchanan
7f1a17e9df c172p-detailed update for 2018.3
2342000a07138c82ded88d1b093ef5ad6f63be27

Fix radio frequencies to use location-presets, amphibious
tutorial descriptions.
2018-09-20 10:53:59 +01:00
Gijs de Rooy
238d48de0b Revert "Correct shader slider fractions"
Fractions are intentionally the same for all sliders to create an uniform appearance.

This reverts commit 4ad180a145.
2018-09-19 10:24:42 +02:00
Thorsten Renk
4208e699cc AW: Teach AW about Default landclass 2018-09-17 11:39:35 +03:00
Thorsten Renk
8102f8f96d Tweaks and autumn fix for Europe regional textures 2018-09-17 11:34:46 +03:00
Thorsten Renk
d4cd51b43b ALS: Improve snow rendering of procedural rock shader 2018-09-17 11:21:35 +03:00
Richard Harrison
02643d36cd Controls: Remove debug prints 2018-09-16 20:41:43 +02:00
Yves Tolosa-Joas
e1c0c70c4a Added 737-300 Livery for Ellinair 2018-09-16 19:11:40 +01:00
Yves Tolosa-Joas
415a80ae6e Added Traffic for Cargolux 2018-09-16 19:11:40 +01:00
Yves Tolosa-Joas
3afcfcb54c Added Liveries for Cargolux and Cargolux Italia 2018-09-16 19:11:40 +01:00
Stuart Buchanan
8b53b5852f Update from c172p-detailed for 2018.3 release.
https://github.com/c172p-team/c172p/tree/release/2018.3

fee693699561f4479a15dfb0c4df6038e51b81dd
2018-09-16 18:13:13 +01:00
Richard Harrison
939887cca1 Joystick bindings: fix confusions over trigger and pickle.
Trigger sets /controls/armament/trigger - typically for a gun, but can be used (model side) to launch anything

Pick sets /controls/armament/pickle - typically to release something (e.g. missiles), but could be bound model side to act as a trigger.
2018-09-16 17:37:25 +02:00
Richard Harrison
da2eff6a7c F-15 low poly: Fix duff xml 2018-09-16 17:37:25 +02:00
Alessandro Menti
d1121be3a5
Update the Italian translation 2018-09-16 09:57:52 +02:00