1
0
Fork 0
Commit graph

9550 commits

Author SHA1 Message Date
Stuart Buchanan
5448a995f3 Don't reload materials on LoD change
https://sourceforge.net/p/flightgear/codetickets/2224/

Speculative fix that reloading materials might impact
scenery reloading.  No reason to reload materials on
an LoD change, so removing it.
2020-04-29 22:41:07 +01:00
James Turner
f074504326 setlistener: tolerate being call()-ed
Fix bug https://sourceforge.net/p/flightgear/codetickets/2219/
Changes to logging mean than setlistener breaks when invoked via
call(), which occurs in the Warthog Nasal scripting. The problem is
that call() forces caller() to return nil, which the setlistener()
debug code did not check for.
2020-04-27 22:50:34 +01:00
James Turner
7d78937a4c new version: 2020.2.0 2020-04-27 09:30:05 +01:00
James Turner
5f023a69b2 new version: 2020.1.1 2020-04-27 09:30:05 +01:00
Yves Tolosa-Joas
033700e491 Updated Virgin Australia Fleet & Traffic 2020-04-27 08:58:31 +01:00
Yves Tolosa-Joas
9328f248be Fixed doubled up trafficlist opening tag in xml 2020-04-27 08:58:31 +01:00
Yves Tolosa-Joas
cfaddea5c3 Updated Fleet to address Duplicated Tail number warnings in FG LOG 2020-04-27 08:58:31 +01:00
Yves Tolosa-Joas
177f933450 Corrected Duplicated Tail Numbers 2020-04-27 08:58:31 +01:00
Yves Tolosa-Joas
1d728d38ac Removed uncessary offset to ERJ entries 2020-04-27 08:58:30 +01:00
Yves Tolosa-Joas
00cd6d70bb Updated Jetstar Australia traffic 2020-04-27 08:58:30 +01:00
Yves Tolosa-Joas
25bf0e408b Updated Fleet Rego (Duplicated Tail Number) 2020-04-27 08:58:30 +01:00
James Turner
2b54466a67 Tweaked German translation 2020-04-27 08:56:43 +01:00
Henning Stahlke
95d0aa032e bugfixes for debug.nas and props.nas 2020-04-24 16:00:09 +02:00
Henning Stahlke
4c867a79f0 adjust setlistener default in modules/addons to match globals.nas 2020-04-24 16:00:09 +02:00
Henning Stahlke
fba17e4d34 Replace printlog by logprint 2020-04-21 09:07:20 +02:00
Henning Stahlke
6078cff6b1 extend debug.Probe and debug.Breakpoint classes with trace option 2020-04-21 09:06:09 +02:00
Henning Stahlke
ed3568554d Add toggleBool() to props.nas 2020-04-21 09:02:16 +02:00
James Turner
d1998f27ff Default GPS handling of DISCON waypoints
When a DISCON is sequencing, revert to OSB mode at the current heading.
Also fix heading capture when reverting to OBS mode in various other
places.
2020-04-19 17:05:29 +01:00
James Turner
fc50680694 Use logprint() in various places
This reduces Nasal console spamming to match to the set log-level
2020-04-19 16:46:57 +01:00
Henning Stahlke
251a376f68 modules.nas: change reload trigger from property to fgcommand, fix a logprint call, add module name to debug output 2020-04-19 12:39:33 +01:00
Henning Stahlke
1035ed4269 add skip parameter to debug.nas breakpoint class 2020-04-19 12:29:01 +01:00
Stuart Buchanan
6d44030df5 Improve UI for select carrier start locations
Add dynamic combo boxes for users to select from the available
carriers and parking position/catapults/FLOLS/Abeam positions
in-sim.
2020-04-18 18:10:17 +01:00
Henning Stahlke
fe1aaaea1c Update README.add-ons 2020-04-17 09:55:02 +02:00
Henning Stahlke
93c48818fd debug.nas: prevent stack overflow in dump; print function names in backtrace; 2020-04-16 16:25:20 +01:00
Henning Stahlke
8f6fd3cb79 props.nas add adjustValue() 2020-04-16 16:25:20 +01:00
Henning Stahlke
b4eaa3e438 props.nas add increment and decrement for int props 2020-04-16 16:25:17 +01:00
Henning Stahlke
f210a38011 addons.nas add fgcommand addon-reload 2020-04-16 16:23:51 +01:00
Henning Stahlke
2a48a3012b add approx_eq to math.nas and is_regular_file io.nas 2020-04-16 16:19:29 +01:00
Henning Stahlke
d2d1fead76 modified output of debug.backtrace 2020-04-16 16:18:15 +01:00
James Turner
f6f48e3f32 Launcher translation sync, add Catalan, Slovak 2020-04-16 11:13:37 +01:00
James Turner
acf939a836 German translation updates from Henning 2020-04-16 11:07:01 +01:00
Alessandro Menti
dcbae18933
Translations: update the Italian translations 2020-04-15 19:03:58 +02:00
Florent Rougon
4adabbf809 i18n: refresh all FlightGear-nonQt.xlf files
The FlightGear-nonQt.xlf files are now in sync with
fgdata/Translations/default/*.xml.
2020-04-15 15:31:27 +02:00
Florent Rougon
911fa7c371 i18n: add FlightGear-nonQt.xlf for 'ca' and 'sk'
Add 'nonQt' translation files for Catalan and Slovak languages.
2020-04-15 14:05:03 +02:00
Stuart Buchanan
40e30a38b6 Document Compositor effects 2020-04-13 19:42:36 +01:00
Stuart Buchanan
10d7165c54 Set correct depth ranges for randing buildings
Unlikely that we'll enable shadows for them, but they
should have logarithmic depth set anyway.
2020-04-13 17:56:49 +01:00
Stuart Buchanan
1d877850b9 Fix OSM2city buildings for Compositor using model shader
Previously osm2city buildings did not render under the
Compositor/ALS pipeline with /sim/rendering/shaders/model>0

Now it does.  Thanks to merspieler for assistance in
diagnosing the problem.
2020-04-13 17:17:45 +01:00
Erik Hofman
d1386633e2 Set the archive attribute for the properties we want to keep after exit 2020-04-13 17:13:27 +02:00
Yves Tolosa-Joas
502c85780a Fixed Duplicated Tail Number in ErrorLog. OE-LGC Belongs to Austrian Arrows 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
35ff714bda Cleaned Up XML for MD80 AI model 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
e627e64f62 Remapped Fallback Table to current models 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
8530caaf15 removed deprecated MD80 AI Liveries 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
b81975b8e3 Removed deprecated A332 AI Liveries 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
4c3efd954c Removed deprecated A333 AI Liveries 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
beefdc7ca5 Removed deprecated AI 380 model and liveries 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
62ae37dd64 Removed Deprecated 767 AI models and liveries 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
fd06ba5235 Remapped 757 Fallback table to current model 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
1e310a2eb7 Removed deprecated 757 AI model and Liveries 2020-04-12 13:50:47 +01:00
Yves Tolosa-Joas
7091135826 Added Kirkwall based InterIslands service by BN2 aircrafts 2020-04-12 13:50:14 +01:00
Yves Tolosa-Joas
dc0af539f0 Remapped fallback 777 to active model 2020-04-12 13:50:14 +01:00