Torsten Dreyer
d37966b0d1
httpd: expose /pkg/ uri handler
2015-02-17 12:10:35 +01:00
Torsten Dreyer
16cf44ccd6
fgcommand.js: wrap switch-aircraft command
2015-02-17 12:05:02 +01:00
Torsten Dreyer
c02750e228
Phi: Scroll content container
...
only scroll content container, not the entire page
2015-02-16 15:18:42 +01:00
Torsten Dreyer
a03abf09ef
Phi: map widget use groundspeed not airspeed
2015-02-16 14:51:54 +01:00
Torsten Dreyer
c97d3fdc62
Phi: nicer station id popup
...
use jqueryui popup instead of the native to allow theming
2015-02-13 22:14:23 +01:00
Torsten Dreyer
5808152af2
Phi: Radiostack widget improvements
...
- add the ADF
- show station name on hover above "use frequency" input
2015-02-13 22:09:27 +01:00
Torsten Dreyer
99020d4841
Phi: cleanup aircraft icon's label in map widget
2015-02-13 21:52:38 +01:00
Torsten Dreyer
4aac51e73d
Phi: semitransparent aircraft marker on map widget
2015-02-13 16:57:21 +01:00
Torsten Dreyer
702cd2c8ea
Phi: draw aircraft trail on map widget
2015-02-13 16:50:29 +01:00
Torsten Dreyer
ca3510aac1
Don't reference gui controls from the description
2015-02-13 16:32:22 +01:00
Torsten Dreyer
b6bbc0aeca
Phi: start work on weather dialog
2015-02-13 16:27:56 +01:00
Torsten Dreyer
d96b7097f5
Phi: better aircraft icon on map widget
2015-02-13 16:24:41 +01:00
Torsten Dreyer
2cf3ed4c0c
Proably better description for "Live data" WX Scenario
2015-02-13 11:54:44 +01:00
Torsten Dreyer
ba5879a899
Tiny style mod for the property browser
2015-02-13 11:41:36 +01:00
Stuart Buchanan
28091e91a5
Disable directional lighting as workaround.
...
Apparent unstable normals in taxiway lights cause
lighting to vary by view direction. Temporary
fix for V3.4 release.
2015-02-10 21:18:17 +00:00
Torsten Dreyer
1c7825cc8f
Phi: Add theme switch
2015-02-07 23:16:34 +01:00
Torsten Dreyer
b234ff7acb
Phi: Help has more than just <line>...
2015-02-06 12:05:47 +01:00
Torsten Dreyer
9173fdfab5
Phi: Display the Aircraft Help Screen
2015-02-06 11:36:53 +01:00
Torsten Dreyer
d4c1c04923
Phi: tweaking the Date&Time topic
2015-02-06 11:23:51 +01:00
Torsten Dreyer
f8116ca79d
Phi: tweak Mass&Balance topic
2015-02-06 10:24:50 +01:00
Torsten Dreyer
2d9f7df50f
Phi initial commit
2015-02-04 21:05:55 +01:00
Torsten Dreyer
c244520ff8
c172p: define CG envelope
2015-02-04 21:03:59 +01:00
Torsten Dreyer
1ff18c2cba
make fgcommand.js a AMD module
2015-02-04 21:03:16 +01:00
Gijs de Rooy
5dcc0aa2ef
Boeing CDU: new canvas based system, thanks to James for the system backend
2015-01-29 11:47:02 +01:00
Hyde Yamakawa
eeb8bf8e10
Merge branch 'master' of gitorious.org:fg/fgdata
2015-01-27 19:10:30 -05:00
Gijs de Rooy
5a6ce194eb
Boeing CDU fonts
2015-01-27 16:08:42 +01:00
Hyde Yamakawa
e46d5efdb7
Merge branch 'master' of gitorious.org:fg/fgdata
2015-01-19 09:30:25 -05:00
Torsten Dreyer
942ff3c99f
Bump version to 3.5.0
2015-01-17 19:32:54 +01:00
Torsten Dreyer
200e65d129
Change visibility definition of AI-Models
...
Use size on screen instead of distance
2015-01-17 19:30:40 +01:00
Torsten Dreyer
bd8a1c0d52
Bump version to 3.4.0
2015-01-17 19:30:21 +01:00
Ruben De Smet
ad9525022e
Implemented a documentation compiler, initially for Aircraft
...
Forum thread: http://forum.flightgear.org/viewtopic.php?f=72&t=25119
The documentation compiler will iterate over all Aircraft and generate
LaTeX files for each aircraft. It will then compile them to a pdf. Please
refer to the forum thread for an example of such a pdf file.
It will also generate a separate pdf file just for the checklists.
Currently, the compiler uses the checklist files and additional files in a
Docs/ subdirectory of the aircraft.
To use this script, you need python > 2.7 and a recent version of pdflatex
with hyperref support installed.
2015-01-14 18:42:04 -05:00
Thorsten Renk
a401041637
Tentative bugfix for AW not considering gusty follow-up METAR reports
2015-01-14 10:04:42 +02:00
Torsten Dreyer
776a6552b5
Fix wrong ATIS for negative temperatures
2015-01-12 16:45:36 +01:00
Stuart Buchanan
f68ba39c93
Checking updated readme.pdf file.
2015-01-11 20:28:33 +00:00
James Turner
e370899a93
Procedures: be defensive about STAR/approach choice.
...
Current GUI allows selected mis-matched STAR and approach. Low risk
fix is to detect and deal with this case by just routing direct. Real
fix involves a slicker GUI or inserting a route discontinuity (possible
in FG 3.6 hopefully)
2015-01-10 19:38:29 +00:00
James Turner
f786e57c96
Set new route-path / flightplan control values.
...
Propagation is done by the FMSDelegate so custom FMS/GPS
systems can trivially replace this behaviour.
2015-01-08 19:48:17 +00:00
Torsten Dreyer
0e9dcbbd08
fgfs.js: remove cyclic object reference
2015-01-07 10:54:00 +01:00
Stuart Buchanan
281469611b
Fixed directional lighting.
2015-01-05 20:49:40 +00:00
James Turner
da1316a74c
Hitch/aertow updates fro D-NXKT
...
-fix a severe bug which led to unintended hitch releases;
-include the new JSBSim external force location variables;
-improvements for function closeHitch
2015-01-04 08:58:20 +00:00
Torsten Dreyer
0060cdc24f
Fix instrumentation.xml in base package aircraft for spoken ATIS
...
Credits to Richard Senior
2015-01-02 17:51:18 +01:00
Thorsten Renk
1ad3944b17
Two minor AW bugfixes - behaviour without terrainsampler restored and gusty winds in METAR corrected
2015-01-02 09:12:44 +02:00
Stuart Buchanan
cb23664511
Update Doc version number and menu items for V3.4.0
2015-01-01 17:47:58 +00:00
Clément de l'Hamaide
913b6db91f
oops, remove debug code
2014-12-30 17:40:28 +01:00
Clément de l'Hamaide
c42da1014d
Instruments GUI: format value with Nasal
2014-12-30 17:32:21 +01:00
Clément de l'Hamaide
2ce60a3659
Instruments GUI: add QNH setting
...
Thanks to Omega & jam007 on forum
http://forum.flightgear.org/viewtopic.php?f=6&t=20045
2014-12-30 16:27:10 +01:00
Gijs de Rooy
18270fddc3
About dialog: update year
2014-12-27 14:17:45 +01:00
Thomas Geymayer
d930e3f2fa
Nasal: std.Vector: add 'contains' method (by onox).
2014-12-23 14:40:29 +01:00
Torsten Dreyer
5e2a37be56
Some javascript library fixes
...
- don't ignore "func" property for Property InputValues
- expose "timeofday" command via fgcommand.js
2014-12-22 11:57:25 +01:00
Torsten Dreyer
94426d1f46
Provide missing sprintf.js library
2014-12-22 09:41:52 +01:00
James Turner
6a763a0d77
Route-manager: fix approach transitions.
2014-12-19 17:02:55 +00:00