James Turner
47a5ffe3d1
Updated pilot offset dialog from Henning
...
(Happy birthday!)
2020-06-08 19:41:33 +01:00
Yves Tolosa-Joas
d6da41c617
AI Liveries and Traffic for Volotea
2020-06-08 19:12:05 +01:00
Yves Tolosa-Joas
ed04273930
removed duplicated Ukraine Intl xml and texture
2020-06-08 19:12:05 +01:00
Yves Tolosa-Joas
60b6add893
Compressed AI 733 textures with TinyPng
2020-06-08 19:12:05 +01:00
Yves Tolosa-Joas
4bbc12c185
Compressed AI 220 textures with TinyPng
2020-06-08 19:12:05 +01:00
Yves Tolosa-Joas
7dac38de55
Traffic and AI Liveries for ASL Belgium Cargo
2020-06-08 19:12:05 +01:00
Yves Tolosa-Joas
55d41b0976
Added 737-400 Freighter AI model
2020-06-08 19:12:05 +01:00
Yves Tolosa-Joas
264d05ae3e
Liveries and Traffic for Western Global Cargo
2020-06-08 19:12:05 +01:00
Erik Hofman
b891403bbc
Merge branch 'next' of ssh://git.code.sf.net/p/flightgear/fgdata into next
2020-06-08 15:08:10 +02:00
Erik Hofman
f8ce9398b9
Add a license exception to single owner Nasal libraries which clarifies that merely calling Nasal functions from third party aircraft does not invoke the derived-work clause of the GPL. Signed off by Thomas Geymayer
2020-06-08 15:07:28 +02:00
Erik Hofman
6604cad250
Add a license exception to single owner Nasal libraries which clarifies that merely calling Nasal functions from third party aircraft does not invoke the derived-work clause of the GPL. Signed off by Thorsten
2020-06-08 15:07:10 +02:00
Delta Echo
93b287cb21
BXP6401: bugfix
2020-06-06 18:26:01 +02:00
Delta Echo
9f52c0a8da
Instruments 3d/ Vario S3: Correct typo in README
2020-06-06 13:55:51 +02:00
Julian Smith
1941900058
In multiplayer setttings window, added checkbox for multiplayer record.
...
Also mark the setting (/sim/replay/multiplayer) as userarchive so it is
preserved across fg sessions.
2020-06-06 10:04:41 +01:00
Julian Smith
a17bbe1fb1
Added help item about --load-tape arg.
2020-06-06 09:56:30 +01:00
Erik Hofman
6a4c9a2a81
Add a license exception to single owner (Melchoir Franz and myself) that clarifies that merely calling Nasal functions from third party aircraft does not invoce the derived-work clause of the GPL. Signed of by Melchoir.
2020-06-05 11:31:57 +02:00
Henning Stahlke
2f0f99826a
remove unused function floor from geo.nas
...
Signed-off-by: Stuart Buchanan <stuart_d_buchanan@yahoo.co.uk>
2020-06-03 23:20:01 +01:00
Henning Stahlke
b5f00cb50e
replace typeof() by is<type>()
...
Signed-off-by: Stuart Buchanan <stuart_d_buchanan@yahoo.co.uk>
2020-06-03 22:55:51 +01:00
Henning Stahlke
148328d793
Nasal loadpriority; remove nasal-dir-initialized listeners;
...
add more dependencies to loadpriority.xml and remove _setlistener stuff
2020-06-03 21:57:14 +01:00
Richard Harrison
60097f3c74
Merge /u/forgolai/fg-data2/ branch emesary-fix into next
...
https://sourceforge.net/p/flightgear/fgdata/merge-requests/197/
2020-05-31 19:20:56 +00:00
Henning Stahlke
e1bda05f7d
add dialogs/nasal-test.xml
2020-05-31 20:16:31 +01:00
Nikolai V Chr
b23d866690
Some fixes for Emesary MP Bridge (approved by Richard)
...
Make listeners for MP properties only fire when properties changes.
Enherit the notification before propagating to avoid StartMessageIndex being shared and thereby messages can get held back.
Some improvements to logging.
2020-05-31 05:18:04 +02:00
Yves Tolosa-Joas
5868c25ebc
AI Traffic & Livery for FrenchBee
2020-05-28 09:09:07 +01:00
James Turner
f5f2a8fd33
Route-manager: sync with C++ approach trans API
...
When an explicit approach transition is used, route to it, otherwise
keep using the automatic selection based on IAF.
2020-05-28 09:08:30 +01:00
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