James Turner
cc705f4666
Fix typos spotted by Slawek
2020-06-18 10:17:02 +01:00
Julian Smith
df0cf86bd6
gui/dialogs/multiplayer.xml: added checkbox for Continuous record to file.
...
Also did some very minor cleanup of ordering within file.
2020-06-17 22:40:31 +01:00
James Turner
2aaf21d4bc
Update non-Qt translations (including weather)
...
Add weather scenarios translations to the XLIFF files
2020-06-17 17:09:43 +01:00
James Turner
07bdb4c073
Initial work to translate weather scenarios
...
Add IDs to the scenarios, and use a script (in FGmeta) to populate
the default translation based upon this.
2020-06-17 16:56:30 +01:00
James Turner
6a070e6208
Simplify migration message text in default
2020-06-17 09:50:25 +01:00
James Turner
0e1da8d1f3
Sync non-Qt translations.
2020-06-15 16:39:39 +01:00
James Turner
5981eb11fc
new version: 2020.3.0
2020-06-15 12:33:53 +01:00
James Turner
bf53b30a6c
new version: 2020.2.1
2020-06-15 12:33:53 +01:00
Richard Harrison
7795efe340
Added Nasal unit tests for Emesary.
...
This tests
* basic functions of register/degregister
* ensures that transmit/receive work correctly
* Transfer encoding methods (byte, double, norm, int) work properly
2020-06-15 13:31:54 +02:00
Richard Harrison
077d44f347
Emesary : rework transfer encoding
...
This better supports -ve numbers by using -range/2 to range/2 instead of prepending a '-' to the start of the encoded value for -ve numbers.
2020-06-15 13:31:53 +02:00
Richard Harrison
d006f00cd4
Remove Debug from scenario dialog
2020-06-15 13:31:52 +02:00
Richard Harrison
f0aa44c834
Fix location dialog to understand initial carrier position from launcher/args
2020-06-15 13:31:51 +02:00
Richard Harrison
8b03cb4e60
Added queued transmitter.
...
This is a normal transmitter than doesn't act synchronously and instead queues messages for future processing.
Can be useful to implement thread safe receive/transmit logic where a sub thread is requiring property changes that can be sent to a queued transmitter that is then processed in the main thread.
2020-06-15 13:31:49 +02:00
James Turner
fee5276ae6
Re-sync launcher translations.
2020-06-15 12:27:11 +01:00
Slawek Mikula
b43a3be4fa
- #2163 - polish translations - update
2020-06-15 11:21:53 +01:00
Yves Tolosa-Joas
65500865e3
AI Liveries and Traffic for Turkmenistan Airlines
2020-06-15 11:19:07 +01:00
Henning Stahlke
717ae92b23
canvas_efis/efis-canvas.nas bugfix
2020-06-15 11:17:56 +01:00
Erik Hofman
027d1e4e61
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 the authors.
2020-06-09 16:05:10 +02:00
Henning Stahlke
92fe425e0a
efis-canvas.nas sanitize string
2020-06-08 19:52:48 +01:00
Henning Stahlke
ed1deacce8
props.nas: add isValidPropName and makeValidPropName; add props.nut
2020-06-08 19:52:48 +01:00
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