1
0
Fork 0
Commit graph

7108 commits

Author SHA1 Message Date
Torsten Dreyer
b388691fc2 Add varying wind for eddh atis 2014-03-05 13:59:03 +01:00
Clément de l'Hamaide
167e947c4c update Joystick documentation for new delay-sec and release-delay-sec properties 2014-03-05 00:46:48 +01:00
Thomas Geymayer
9578a22313 carrier_nav.dat.gz: Add missing TACAN range entries 2014-03-02 17:04:32 +01:00
Torsten Dreyer
db38aa86e3 Add the new commradio system to the C172p 2014-03-01 20:16:38 +01:00
Torsten Dreyer
6d9346bfa0 add comm radio subsystem to generic-instrumentation 2014-02-28 11:49:44 +01:00
Torsten Dreyer
5fb4b6ae38 Initial commit for a new ATIS system 2014-02-28 10:49:33 +01:00
Thorsten Renk
87a960a048 Tentative fix for high altitude/low sun rendering artefacts in ALS skydome 2014-02-28 10:40:05 +02:00
Thorsten Renk
4286141f2a Improvements and environment dependence to rendering of runway lighting for ALS 2014-02-28 09:15:41 +02:00
BARANGER Emmanuel
7f1cf271a0 Merge branch 'master' of gitorious.org:fg/fgdata 2014-02-28 01:07:25 +01:00
Stuart Buchanan
7cba9da8a1 Fix black halo around lights by removing depth write 2014-02-27 22:49:25 +00:00
Clément de l'Hamaide
8c6af01348 Update portuguese translation by Müller on forum 2014-02-27 21:35:25 +01:00
Thorsten Renk
1d25257604 Surface light effect and shaders for ALS 2014-02-25 10:49:37 +02:00
James Turner
638f5b7787 Defaults for draw-mask 2014-02-24 20:14:22 +00:00
Hyde Yamakawa
db3948728c CanvasND: Add 777 track bug implementation 2014-02-23 23:56:25 -05:00
Stuart Buchanan
50a202a997 Use osgUtil::Simplifier to simplify terrain. 2014-02-23 21:09:57 +00:00
Hyde Yamakawa
3b9b9988ad Fix of previos canvas mod, PLAN mode change 2014-02-23 13:43:54 -05:00
Emilian Huminiuc
745874315b Tentative fix for random buildings red flickering in some cases 2014-02-23 13:12:35 +01:00
Hyde Yamakawa
8b691f6e60 CanvasND fixes #1317,1325 and wind ind, active WP, route discrepancy 2014-02-23 00:02:28 -05:00
James Turner
70061134ec Default to not using VBOs.
(Ensure most people don't see any behaviour change while
VBO support is progressively added)
2014-02-21 08:55:38 -08:00
Philosopher
642ebfa696 Some changes/additions to debug.nas
Add benchmark_time, rank, and print_rank. Modify benchmark to return/
pass-through the values of the function, appending to a vector if there
are multiple executions.
2014-02-20 11:47:27 -06:00
Martin Spott
0b49cd942c Merge branch 'master' of git.gitorious.org:fg/fgdata 2014-02-18 15:06:41 -08:00
Stuart Buchanan
566ecd25a5 Updated README.effects with full documentation for texture-unit. Further documentation required. 2014-02-18 22:28:14 +00:00
Stuart Buchanan
f99745acd7 Effects file for surface lights 2014-02-18 21:27:51 +00:00
Thorsten Renk
22e3852cad Impostors simulating distant clouds for Advanced Weather / ALS 2014-02-17 10:21:26 +02:00
Thorsten Renk
a505e29309 Regional texture definitions for Ireland 2014-02-17 09:49:13 +02:00
BARANGER Emmanuel
3ee2e2bd10 Merge branch 'master' of gitorious.org:fg/fgdata 2014-02-16 20:07:01 +01:00
Gijs de Rooy
79726c6ec6 NavDisplay: 4 -> 6 on compass 2014-02-16 18:57:47 +01:00
Gijs de Rooy
9d64f98090 NavDisplay: waypoint drawing fix 2014-02-16 17:23:13 +01:00
James Turner
35ceed2196 Add Windows name for the GoFlight TQ6 2014-02-15 18:09:45 +00:00
James Turner
39cc76d1d6 Workaround for Effects crash.
Certain systems experience memory corruption related to this
effect. There is certainly an underlying bug in effects code
(or SGExpression code), but in the short-term this avoids the
issue by fixing some bad syntax in the .eff file.

(<property> is only for boolean properties, not to read a value)
2014-02-15 18:09:44 +00:00
Gijs de Rooy
69280a75c9 NavDisplay: fix route drawing 2014-02-13 19:36:27 +01:00
James Turner
38b916a18c Fix bad attribute on shadow cascade definitions. 2014-02-13 12:03:17 +00:00
Gijs de Rooy
c7007cd545 NavDisplay fixes:
- correct VOR/ADF pointer and ILS rotation center
- display proper ETA hours
- fix DME range property
2014-02-11 19:45:39 +01:00
BARANGER Emmanuel
b4c69e3cc8 Merge branch 'master' of gitorious.org:fg/fgdata 2014-02-11 00:51:30 +01:00
Emilian Huminiuc
d334484f20 Improve framerate for default rendering when 3D clouds enabled 2014-02-11 00:44:18 +01:00
BARANGER Emmanuel
0d9c00e70a Merge branch 'master' of gitorious.org:fg/fgdata 2014-02-10 23:29:58 +01:00
Philosopher
6de533b71b Canvas ND: disable MapStructure TFC layer 2014-02-10 16:00:34 -06:00
Philosopher
4b2cb3a07c Fix string.compileTemplate algorithms 2014-02-09 20:21:23 -06:00
Stuart Buchanan
0522a6504a Generate required binormal for Rembrandt 2014-02-09 22:07:43 +00:00
Erik Hofman
74dea50711 Merge branch 'master' of gitorious.org:fg/fgdata 2014-02-09 16:38:16 +01:00
Thomas Geymayer
bab393aa0c Canvas/SVG parser: fix bounding box and rotation center.
- Calculate bounding box after adding all children.
 - Apply rotation after all SVG defined rotations to use correct
   center of rotation (as defined in Inkscape)

This (together with the SimGear and FlightGear commits) fixes
the core problems of #1333.
2014-02-08 00:43:13 +01:00
Eugenio Mondini
e9ce8d522b Small update of spanish menu translation. 2014-02-07 14:42:47 -03:00
Gijs de Rooy
4f660c96a5 Remove (references to) archaic options 2014-02-07 14:08:15 +01:00
Curtis L. Olson
60e631458a Merge branch 'master' of gitorious.org:fg/fgdata 2014-02-05 10:03:20 -06:00
Curtis L. Olson
bdd839a7fb Add a short note to document the 'overrideRedirect' flag. This gives an
extra hint to multi-headed Gnome based linux system that we really wish to
open up a full screen window that spans *all* physical displays.
2014-02-05 10:00:34 -06:00
Gijs de Rooy
4d7509e198 NavDisplay bug fixes:
- tru/mag and hdg/trk are now correctly handled
- heading 000 is replaced by 360
- NM font size fixed
- several rotation centers fixed
2014-02-04 22:07:35 +01:00
Clément de l'Hamaide
9438b2d4f8 FGCom: change default silence threshold 2014-02-04 13:02:11 +01:00
Philosopher
e9b1a89052 Clean up some global wrappers 2014-02-02 12:31:48 -06:00
Philosopher
73c21e0df4 Remove canvas.Map.df_controller 2014-02-02 12:25:45 -06:00
Emilian Huminiuc
1ec07461a5 Fix issue for objects using transparency with model-shader disabled 2014-02-02 15:11:05 +01:00