1
0
Fork 0
Commit graph

9137 commits

Author SHA1 Message Date
Henning Stahlke
8b0fa9a08d update canvas_efis/main.nas to get namespace via module API 2020-03-08 20:57:04 +01:00
Henning Stahlke
a1664a4759 add 'available' node for reloadable Nasal modules 2020-03-08 20:56:05 +01:00
Henning Stahlke
ce848ff916 remove dead code from addons.nas (forgotten when moving code out to modules.nas) 2020-03-08 20:48:28 +01:00
Henning Stahlke
4108652c94 remove unnecessary userarchive flags from defaults.xml 2020-03-08 20:46:56 +01:00
Joni
e8bf5dfccb New joystick config file for Thrustmaster TWCS throttle 2020-03-08 00:09:12 +01:00
Joni
a33de462d6 GUI modifications: Show/hide checklist marker with a button. Display local magnetic variation in Instruments dialog. 2020-03-03 12:45:17 +01:00
Yves Tolosa-Joas
2cf95465ad Added Air Europa Express traffic file by Marcin 2020-03-02 10:51:25 +00:00
Yves Tolosa-Joas
3fbd886b33 Added Air Europa Express AI Liveries 2020-03-02 10:51:24 +00:00
Yves Tolosa-Joas
41af1f794d Added New Air Europa Traffic by Marcin 2020-03-02 10:51:24 +00:00
Yves Tolosa-Joas
db94b095de Added Air Europa AI Liveries 2020-03-02 10:51:24 +00:00
Yves Tolosa-Joas
a90eccdfe2 Corrected 738 aircrafts radii 2020-03-02 10:51:24 +00:00
Delta Echo
73d7e5e1c2 Fix bug about body width 2020-03-02 10:05:17 +00:00
Stuart Buchanan
f707840b10 FG1000: Fix RANGE, HDG, CRS knob behaviour
- Make Range knob behaviour consistent between PFD inset and MFD maps
- Add rotation animations for the HDG and CRS knobs
- Change the CRS knob behaviour:
  - BARO on outer knob (consistent with FMS knob)
  - CRS on inner knob
  - Shift-click on inner knob to center (consistent with HDG knob)
2020-02-29 19:23:51 +00:00
Colin Geniet
755d66e9bc Glider vario: Fix slight scratch in vario sound
The begining and end of the ilec-sc7 continuous beep sound did not match
well, causing a repetitive scratch, audible at high volume.
2020-02-27 20:05:40 +01:00
Colin Geniet
59b9aeb271 Glider vario: Add nasal controller for sound pitch
Adds a sound frequency controller to glider-instrumentation-sdk.nas,
used for the ilec-sc7. This allows:
- Simpler <sound>.xml files to integrate the glider variometer.
- More accurate frequency scaling (frequency scales exponentially with
vertical speed, so that perceived changes in pitch are linear with
vertical speed).
- Fixes that the variometer sound would not drop at negative vertical
speeds.
2020-02-27 20:05:40 +01:00
Colin Geniet
741fc5c43b Glider vario: Add battery level to ilec-sc7
Code by: Delta Echo <echoair@t-online.de>
2020-02-27 20:05:40 +01:00
Colin Geniet
3a7519dc78 Glider vario: Improve ilec-sc7 texture
Texture by: Gilberto Agostinho <gilbertohasnofb@gmail.com>
2020-02-27 20:05:29 +01:00
Bertrand
fa312e88f9 Merge /u/vezza/fgdata/ branch next into next
https://sourceforge.net/p/flightgear/fgdata/merge-requests/170/
2020-02-24 20:46:14 +00:00
Slawek Mikula
92da35082a - ATC radio list - adding selectors to radio R1/R2 for corresponding frequencies 2020-02-24 14:07:22 +00:00
Henning Stahlke
11b05ebab2 modules.nas fix type in path; update comments 2020-02-23 19:39:42 +01:00
Henning Stahlke
6c92220d18 Merge branch 'next' of git://git.code.sf.net/p/flightgear/fgdata into next 2020-02-23 19:37:17 +01:00
Delta Echo
e727d6d4e3 Implement rotation into wingflex shader 2020-02-23 17:49:02 +00:00
Yves Tolosa-Joas
784ebe28a9 WestJet Regaional by Pacific Coastal Traffic File by Marcin 2020-02-23 15:37:33 +00:00
Yves Tolosa-Joas
c57fca2583 Remapped Existing REX traffic file to new AI Saab 340 model 2020-02-23 15:37:33 +00:00
Yves Tolosa-Joas
43ed832a9c New AI version of Saab 340 aircraft 2020-02-23 15:37:33 +00:00
Richard Harrison
256a045db8 Buccaneer low poly added RAF markings to texture (livery) 2020-02-23 15:20:48 +01:00
Richard Harrison
1d0129bdd9 Fixed timers in wildfire 2020-02-22 19:51:41 +01:00
Richard Harrison
5390413944 Buccaneer low poly model rework.
- new model based on the original but with reduced detail

Removed all of the associated cockpit / instrument items as not relevant for low poly models.
2020-02-22 18:27:45 +01:00
Henning Stahlke
d63f359b19 Merge branch 'next' of git://git.code.sf.net/p/flightgear/fgdata into next 2020-02-20 00:12:25 +01:00
Henning Stahlke
b69f460ee5 Canvas EFIS framework 2020-02-20 00:02:33 +01:00
Stuart Buchanan
887ec93df4 Improve scenery path, terrasync, .dirindex docs 2020-02-19 22:18:33 +00:00
Stuart Buchanan
8b6d523983 Fix directional lights for AMD
Some AMD drivers do not like triangles for point sprites, which
breaks directional lights.  This works around this by allowing
users to set /rendering/triangle-directional-lights=false which
falls back to the non-directional implementation of a point.
2020-02-19 20:21:33 +00:00
vezza
8d2ead194e fix typo (jsbsim output's in thrust_lb property instead of thrust-lbs) 2020-02-18 21:32:03 +01:00
Henning Stahlke
c6e5244b13 update defaults.xml
add repair_config.nas to fix old userarchive flags
2020-02-15 14:39:36 +01:00
Stuart Buchanan
4b0d08975c Merge /u/jsb1685/fgdata/ branch next into next
https://sourceforge.net/p/flightgear/fgdata/merge-requests/164/
2020-02-12 19:38:43 +00:00
Henning Stahlke
1b2014ed04 minor improvements to modules.nas 2020-02-03 09:59:38 +01:00
Yves Tolosa-Joas
9c927677ee Corrected Duplicated Tail Number 2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
938c0d6ce0 Updated Aircraft Type for Perf. DB 2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
3357bef430 Correction of Duplicated Tail Numbers by Marcin 2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
cfec0bcb8a Correcte Aircraft Registrations triggering Warning Message in FGLOG
TrafficMgr.cxx👎Traffic Manager Warning: found duplicate tailnumber BC-002 for AI aircraft
2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
3fc482e4c5 Correctect Aircraft Types trigerring Warning Messages in FGLOG TrafficMgr.cxx👎AI-Traffic: schedule aircraft missing performance data 2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
1de042452c Corrected texture name casing in AC model 2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
db89cb1a50 Added Callsign for easier tracking 2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
b7e035816a Corrected Home Base and Added Callsign for easier Tracking 2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
9a8499dfc1 Added Callsign for easier tracking 2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
9eee4195b8 Added Callsign for easier tracking 2020-02-01 20:57:37 +00:00
Yves Tolosa-Joas
aa509614d2 Added Callsign for easier Tracking 2020-02-01 20:57:36 +00:00
Yves Tolosa-Joas
b3b149f579 Global AAL Update, file #7/8 Flights operated by Envoy Air on behalf of American Eagle 2020-02-01 20:57:36 +00:00
Yves Tolosa-Joas
37e82b7e82 Corrected Alaska ERJ175 path case for non windows users 2020-02-01 20:57:36 +00:00
Yves Tolosa-Joas
b6e0d23366 Global AAL Update, file #6/8 Flights operated by Skywest on behalf of American Eagle, Delta Connection, United Express and Air Alaska 2020-02-01 20:57:36 +00:00