1
0
Fork 0
Commit graph

7728 commits

Author SHA1 Message Date
John Williams
c6eab93660 Add canvas tacan display on VOR and APP modes in addition to MAP mode 2015-06-07 21:15:57 +02:00
Thorsten Renk
af2ce00f49 Detailed concrete texture by forum user Catalanoic 2015-06-07 20:21:20 +03:00
Thorsten Renk
80b0d64b4d ALS in-cockpit flashlight effect by Wayne Bragg 2015-06-07 08:57:23 +03:00
artix
b028a8ea13 Some fix 2015-06-06 12:29:36 +02:00
artix
a6fe054946 Airbus style for MapStructure/navdisplay 2015-06-06 12:29:36 +02:00
janodesbois
e033ac2f10 FgData part for the MP patch, we allow lag compensation only if the mp plane
is close enough, we check only one plane each frame
2015-06-06 07:05:05 +02:00
Richard Senior
b09f116653 Checklists: Fix bug where first checklist has multiple pages
The change introduced in commit 8c7fc119 to go to the last checklist
on open causes a problem when the first checklist has multiple pages.
If the last opened checklist did not have multiple pages, the previous
and next page buttons are still shown.

This commit runs the same binding as used by the combo box to reset
the visibility of these buttons immediately before the page is
displayed.
2015-06-06 07:02:13 +02:00
Stuart Buchanan
d04903ddb1 Make METAR string editable in GUI. Fix bug 1764 2015-06-03 20:14:28 +01:00
Thomas Geymayer
7c3762108c canvas.gui: editingFinished signal for LineEdit. 2015-06-02 18:27:19 +02:00
Torsten Dreyer
9d6b1e6d58 Fix #1746: caching of the aircraft thumbnail image 2015-06-01 21:05:24 +02:00
Curtis L. Olson
1142bde5e9 Tomaskom writes:
I was playing with the target tracking and decided to fix an old bug that causes it to behave wrong at higher altitudes.

Background: the script continuously updates values in the autopilot to follow specified target aircraft (AI/MP). It is controlled directly through the property tree under /autopilot/target-tracking.

Issue: the script reads out true airspeed, but autopilot expects indicated airspeed. This is why at higher altitudes, the tracking always overshoots.

I fixed this by introducing an estimate on indicated airspeed of the target, using the ratio between local aircraft true and indicated airspeed.
I also fixed an issue where it ignored minimum speed setting and polished initialization by using props.globals.initNode() instead of dedicated presence check for every property (and also ensured the nodes have correct types, no more bool stored as double). And the last thing I changed was to increase the default tracking distance to a more sane value, with the original value of 0.05nm the tracking was unstable in heading with most aircraft and started oscillating.
With the changes I applied, the distance is now holding precisely at any altitude and with any winds.
2015-05-28 10:29:38 -05:00
Thorsten Renk
3d47f51761 Fix for broken bowwave effect under ALS 2015-05-26 14:19:56 +03:00
Emilian Huminiuc
52887ad7c3 Environment/interpolator.xml: create copies of tied properties used by the ubershader reflection rotation.
Effects/model-combined.eff: use copies instead of tied properties Shaders/ubershader: fix reflection rotation for dynamic reflections.
2015-05-25 16:29:56 +02:00
Thorsten Renk
79fbcfe777 Regional texture definitions for Florida 2015-05-25 15:01:35 +03:00
Thorsten Renk
aec9efe2e4 User-controlled bounding box utilization for thruster flame 2015-05-23 11:48:14 +03:00
Torsten Dreyer
059789a4bd generic kx165: fix NAV channel spacing (50kHz)
Channel spacing in NAV band is 50kHz not 25kHz as in COMM band.
Also convert line endings to LF instead of CR/LF
And remove BOM which is not necessary for UTF-8
2015-05-22 20:01:33 +02:00
Thorsten Renk
b17cd267ef Improvements to flame effect 2015-05-22 10:51:54 +03:00
Thorsten Renk
44f8e5f672 Procedural thruster flames, work in progress 2015-05-21 11:28:21 +03:00
Anders Gidenstam
5b6a913b80 Aircraft/Generic/JSBSim/Systems: Added a generic airship mooring system. 2015-05-20 22:55:09 +02:00
Torsten Dreyer
11066a5606 Merge commit '01f1f9e6c1c3c26b36e300a70b10c8376b1fa2d0' into next
This was https://sourceforge.net/p/flightgear/fgdata/merge-requests/17/
2015-05-19 12:10:03 +02:00
Torsten Dreyer
954f5ad5d6 Merge commit 'd88a359cd18df81f49df70407025b00177306e92' into next
This was https://sourceforge.net/p/flightgear/fgdata/merge-requests/18/
2015-05-19 12:07:39 +02:00
Torsten Dreyer
f707629fa3 Merge commit 'd4e0c7515e8e708baca99ef1018cdd939d8228a1' into next
This was https://sourceforge.net/p/flightgear/fgdata/merge-requests/15/
2015-05-19 12:05:18 +02:00
John Williams
d88a359cd1 Add canvas display for TACAN; improve wind vector direction correction 2015-05-16 13:53:01 +02:00
Aidan Fell
01f1f9e6c1 notify users of AW 2015-05-15 20:08:53 +01:00
Erik Hofman
1a4ea17716 Convert to 11025Hz/8-bit whic is plenty enough for an audio file that has a cut-off frequency of 80Hz 2015-05-15 10:40:38 +02:00
Erik Hofman
2e92fbdadb Add a sound effect for taxiing 'off-road' 2015-05-15 09:51:48 +02:00
Emilian Huminiuc
9d7b575a45 Revert Shaders/model-ALS-ultra.frag (ALS ubershader) changes made necessary by the last commit.
Add ALS specific vertex shader for ubershader.vert and buildings-ubershader.vert named model-ALS-ultra.vert and buildings-model-ALS-ultra.vert respectively. This partly reverts 3dc0e641c1 . Aircraft modelers and other consumers need not take any action.
2015-05-14 14:56:04 +02:00
Stuart Buchanan
f5a3913a31 Fix resizing behaviour broken by b4d166 (bug #1750) 2015-05-10 15:38:25 +01:00
Richard Senior
707d2101eb Autochecklist: Create property to allow testing for expedited starts 2015-05-07 08:23:29 +01:00
Thorsten Renk
5fba8d301f Spaceflight shader effect with altitude dependent mixture of ambient and diffuse light 2015-05-06 13:59:28 +03:00
Stuart Buchanan
b4d16682ce GUI Cleanup from Michael HABARTA. Part 3/3 2015-05-03 17:13:50 +01:00
Thomas Albrecht
d4e0c7515e renamed to DampedOscillator 2015-05-02 14:31:18 +10:00
Torsten Dreyer
12166b2ecd Merge request #13 2015-04-30 11:03:15 +02:00
Torsten Dreyer
d3dc9b013c Merge requests #12 2015-04-30 11:01:29 +02:00
Edward d'Auvergne
45b742bb5d Removal of the unused executable bit from the Phi/3rdparty/knockout-jqueryui JavaScript files. 2015-04-29 17:50:25 +02:00
Edward d'Auvergne
fff6be0b10 Removal of the unused executable bit from two affected Textures PNG files. 2015-04-29 17:49:08 +02:00
Edward d'Auvergne
8b05c4b6e9 Removal of the unused executable bit from the single affected Aircraft XML file. 2015-04-29 17:47:05 +02:00
Edward d'Auvergne
278b311511 Removal of the unused executable bit from the affected Shaders files. 2015-04-29 17:45:52 +02:00
Edward d'Auvergne
39d86a06ea Removal of the unused executable bit from the affected Effects files. 2015-04-29 17:40:43 +02:00
Richard Senior
e177cf535a Checklists: Fix bug where first checklist has multiple pages
The change introduced in commit 8c7fc119 to go to the last checklist
on open causes a problem when the first checklist has multiple pages.
If the last opened checklist did not have multiple pages, the previous
and next page buttons are still shown.

This commit runs the same binding as used by the combo box to reset
the visibility of these buttons immediately before the page is
displayed.
2015-04-24 15:24:49 +01:00
Richard Senior
152872eae0 Checklists: Script for automated checklist execution, e.g. autostart 2015-04-23 09:09:28 +01:00
Torsten Dreyer
5d78ffa668 Phi: tweaking the weather diagram
- render actual cloud layers instead of dummy values
2015-04-23 09:27:39 +02:00
Thorsten Renk
e4be2917be Implicit lightmap support for ALS model interior effect 2015-04-21 09:01:31 +03:00
Torsten Dreyer
eb847230d5 Phi: correct wind arrows on Stuve chart
Round wind speed to nearest 5kt
2015-04-18 18:25:12 +02:00
Torsten Dreyer
2bf8bed453 Use new browser map location in menubar 2015-04-18 13:25:37 +02:00
Torsten Dreyer
290c699403 Provide a redirect for the browser based map 2015-04-18 13:22:15 +02:00
Torsten Dreyer
304992be59 Phi: initial commit for experimental weather dialog
new manual weather configuration based on a
http://en.wikipedia.org/wiki/St%C3%BCve_diagram Stuve (Stüve) Diagram.
work in progress, up to now it's just displaying current weather, edits
are not yet written to fg.
2015-04-18 13:10:48 +02:00
Torsten Dreyer
703ee0b6fb Move the http property browsers' css to it's new home 2015-04-18 13:08:06 +02:00
Torsten Dreyer
190e8449ce Phi: move URL to the browsers root directory
- rename the directory from webgui to Phi
- let the webserver's root point to Phi instead of Docs
- redirect old /gui/ url to the new location (/)
2015-04-18 13:03:46 +02:00
Thorsten Renk
fa7085b965 Tentative fix for ATI water reflection issue 2015-04-18 11:08:33 +03:00