1
0
Fork 0
Commit graph

9384 commits

Author SHA1 Message Date
Stuart Buchanan
07c21660d8 FG1000 - make Debug menu items more efficient
Previously a completely new PFD or MFD was created when the Debug
menu items were used.  This cause significant slowdown if used
multiple times.  Now we just create one instance of each and re-use it.

Also clean up redundant code in the GUI.
2020-05-26 22:20:38 +01:00
Stuart Buchanan
d9244ac724 Fix interior effect for Compositor ALS model<2
Compositor/ALS/generic-base.vert requires shadows-include.vert
2020-05-26 20:26:05 +01:00
Pablo Barrio
3dabb638b6 Translate the --launcher option of the fgfs --help text to Spanish 2020-05-26 00:17:39 +02:00
Stuart Buchanan
f0a999cb2c Nasal library load order
Control the order in which fgdata/Nasal/*.nas files are loaded
on startup.

Previously all the files were loaded in order based on filename.
This was problematic for aaa.nas which might want to call
props.getNode(), and generally resolved by using
_setlistener("/sim/signals/nasal-dir-initialized")

This change allows us to configure a list of Nasal files that are
loaded first on startup - loadpriority.xml.
2020-05-25 19:47:50 +01:00
Stuart Buchanan
0ce0e436ec Generalize pilot model support
Adds standard view option to enable pilot models.
Set /sim/rendering/pilot-model/available=true in aircraft
using pilot models.

/sim/rendering/pilot-model/enabled is used by users to
enable/disable the pilot models from the View Options dialog.

Note that pilot models are only visible for non-internal views.
2020-05-24 19:05:14 +01:00
Delta Echo
71b66dce64 Aircraft - Instruments 3D - addition of new (mostly) glider instruments: AR-6201 (comm), BXP-6401 (xpdr), FLARM and LX vario S3 2020-05-24 19:37:48 +02:00
Lars Toenning
38ba1df74e [swift] Add default connection settings 2020-05-24 13:57:36 +01:00
Stuart Buchanan
b612bea466 Document Effects techniques for Scenery 2020-05-23 18:53:42 +01:00
Stuart Buchanan
ce0373cc2c 60N minimum lat for N Atlantic Island materials
Change the minimum latitude for the North Atlantic Islands
regional materials from 55N to 60N.  This means it doesn't
cover Scotland, and therefore interfere with the united_kingdom.xml
materials.xml.

This was causing a problem in cases where united_kingdom.xml was
inheriting texture definitions, in particular Landmass.
2020-05-23 18:50:33 +01:00
Stuart Buchanan
414188138d Fix terrain-overlay under Compositor/ALS
Previously this rendered as black.

Fix from Thorsten Renk and vnts on the forum.

https://forum.flightgear.org/viewtopic.php?f=5&t=37161&p=368384#p368384
2020-05-23 18:48:48 +01:00
Yves Tolosa-Joas
3a8503c318 Liveries and Traffic for Pakistsn Intl 2020-05-24 02:15:02 +10:00
Yves Tolosa-Joas
6e791da9e5 Corrected lightmap intensity, windows borders and tail hallo 2020-05-24 02:15:02 +10:00
Yves Tolosa-Joas
a8fe6a03e3 Corrected 737-800 radii in OmanAir and Flybubai traffic files 2020-05-24 02:15:02 +10:00
Yves Tolosa-Joas
a7a3654203 Rwandair AI Liveries and Traffic Update 2020-05-24 02:15:02 +10:00
James Turner
d046ad09d2 Airport dlg: making parking availability update
Patch by Gaétan Allaert
2020-05-21 23:18:47 +01:00
Lars Toenning
679d7c3244 Add Eurowings A320 texture 2020-05-21 22:48:59 +01:00
James Turner
2483b86939 remove deprecated printlog() from a dialog 2020-05-21 22:47:14 +01:00
James Turner
268b56ff24 Fix spelling of ‘Autopush’ 2020-05-21 22:46:56 +01:00
James Turner
d0d55ccb04 Route-manager: use Flightplan transition data
Explicitly use the flight-plan transition data when building the
routes for the SID and STAR. Previously we didn’t actually pick
this up reliably.
2020-05-21 22:34:28 +01:00
Yves Tolosa-Joas
4e6a82f55f Replaced deprecated Dash8 in FallBack Table 2020-05-20 10:25:02 +01:00
Yves Tolosa-Joas
d532e66921 Removed deprecated Dash8 AI model 2020-05-20 10:25:02 +01:00
Yves Tolosa-Joas
f9cde02e03 Remapped existing traffic files to new DAsh8 Q300 AI model 2020-05-20 10:25:02 +01:00
Yves Tolosa-Joas
8ee8b42bba Added new Dash8 Q300 AI Model and Liveries 2020-05-20 10:25:02 +01:00
Yves Tolosa-Joas
5ee8a144a0 Cleanup of last 767 RGB textures 2020-05-20 10:25:02 +01:00
Yves Tolosa-Joas
70eaaf4695 Added Wideroe Texture for new Dash8-q4 2020-05-20 10:25:02 +01:00
Yves Tolosa-Joas
5f981c59aa final cleanup of 767 RGB textures 2020-05-20 10:25:02 +01:00
James Turner
2642f04a71 Autopush: set default load behaviour to off
Requires aircraft to explicitly opt-in to Autopush
2020-05-18 09:04:33 +01:00
Henning Stahlke
11e36dd8a9 debug.nas subdir per probe class 2020-05-17 20:04:05 +01:00
Henning Stahlke
ec3cef2183 aircraft.nas data use maketimer instead of settimer loop; replace typeof by isType 2020-05-17 20:03:53 +01:00
Henning Stahlke
5a5d958dd9 replace typeof() == foo with isFoo 2020-05-17 20:03:43 +01:00
Henning Stahlke
627530cf5b props.nas prevent endless recursion in copy if destination is a subnode of source 2020-05-17 20:03:30 +01:00
Henning Stahlke
eeb1b5e3d5 debug.nas add helpers for adding probes at runtime; add subnode to _debug for hit counters
add dumpProbeStats() and Breakpoint.dumpTrace()
dumpTrace to XML file separate tracer class
2020-05-17 20:01:43 +01:00
fly
b44a1c1a7c Added autopush
Signed-off-by: fly <merspieler@airmail.cc>
2020-05-15 11:29:07 +01:00
Stuart Buchanan
3c7ea51fca FG1000: New fascia and support resize of windows
FG1000 now allows you to resize the GUI windows (thanks to Henning
for the pointer)

Now including updated fascia.  Thanks to Michat.
2020-05-12 21:41:07 +01:00
Yves Tolosa-Joas
aaa8cdeaab Rebasing DH4 (2) 2020-05-11 12:19:42 +01:00
Yves Tolosa-Joas
48668c8e1d Remapped WestJet Encore traffic to new Dash8 AI model 2020-05-11 09:13:30 +01:00
Yves Tolosa-Joas
7118f9d7cf Updated UAL AI Fleet 2020-05-11 09:13:14 +01:00
Yves Tolosa-Joas
fa702e92ea Corrected Virgin Australia AT7 livery for light reflection 2020-05-11 09:12:47 +01:00
Yves Tolosa-Joas
f6e6ef4cd0 Corrected Air Tahiti AT7 Propeller Colour 2020-05-11 09:12:41 +01:00
Yves Tolosa-Joas
752ee28761 Added Tasman Cargo traffic and livery 2020-05-11 09:12:33 +01:00
Yves Tolosa-Joas
cd1c9ac61b Added Missing FlightTypes) in Air Vanuatu traffic file 2020-05-11 09:12:17 +01:00
Yves Tolosa-Joas
e8528bdf08 Remapped existing Luxair Traffic to new DH4 AI model 2020-05-11 09:12:02 +01:00
Yves Tolosa-Joas
ca5b76c115 Updated QantasLink Traffic and Liveries 2020-05-11 09:11:32 +01:00
Yves Tolosa-Joas
f5d5a214fe Remapped Croatia Traffic to new Dash8-Q400 2020-05-11 09:11:05 +01:00
Yves Tolosa-Joas
a3bc37462b Updated Tail Design and Mapping 2020-05-11 09:10:43 +01:00
Yves Tolosa-Joas
962977c748 Added Missing Flighttype in Japan Airlines traffic file 2020-05-11 09:10:28 +01:00
Yves Tolosa-Joas
eb3d3b6c9e Fixed Saab 340 XML for missing Gear Object 2020-05-11 09:10:21 +01:00
Yves Tolosa-Joas
1efa8068cb Duplicated Tail Fix by Marcin 2020-05-11 09:10:13 +01:00
Yves Tolosa-Joas
6705b939fa Updated Brussels Fleet. Dash8 and BAE145 now replaced by A319 2020-05-11 09:10:03 +01:00
Stuart Buchanan
f8fdd58c43 Add max-paged-lod, triangle-directional-lights
Also restructure dialog somewhat.
2020-05-10 16:23:54 +01:00