1
0
Fork 0
Commit graph

4798 commits

Author SHA1 Message Date
Erik Hofman
e602bdc837 Merge branch 'master' of git://gitorious.org/fg/fgdata 2011-01-27 09:30:05 +01:00
Vivian Meazza
5f1208ea3a Merge branch 'Work' of \New Git\fgdata 2011-01-26 11:35:41 +00:00
Gijs de Rooy
568a51a640 CDU: resize, better route-manager integration, Nasal controlled keybindings, panel ambient lighting 2011-01-26 12:29:07 +01:00
Martin Spott
32087d0744 Merge branch 'master' of gitorious.org:fg/fgdata 2011-01-24 23:25:26 +01:00
Vivian Meazza
fea8ca4385 Merge branch 'Work' of \New Git\fgdata 2011-01-24 22:10:19 +00:00
ThorstenB
fd37daff05 777-200: integrated Gijs' CDU
new CDU/radio panel view
(and minor preferences.xml issue)
2011-01-24 20:34:53 +01:00
Torsten Dreyer
70c2a6a974 Merge branch 'master' of gitorious.org:fg/fgdata 2011-01-24 20:00:16 +01:00
Torsten Dreyer
bcfc08fe56 Environment: smoothing light and moderate turbulence a bit 2011-01-24 19:59:09 +01:00
Martin Spott
15c85de2a3 Merge branch 'master' of gitorious.org:fg/fgdata 2011-01-24 19:56:39 +01:00
ThorstenB
17ac428f43 Adrien Bailly: Thrustmaster T.Flight Hotas X joystick support
thanks to him, 'flug' and the forum
(also removed a debug line from route-manger GUI)
2011-01-24 19:35:35 +01:00
Martin Spott
1e928f282a Mmmhhhh :-/ 2011-01-24 18:55:26 +01:00
Martin Spott
4c75279152 Add more placeholders for differentiated land cover types. Requires
someone to create the corresponding textures to make the best use of
upcoming CORINE and custom land cover.  Refers to this list:
  http://wiki.osgeo.org/wiki/LandcoverDB_CS_Detail
2011-01-24 17:56:29 +01:00
BARANGER Emmanuel
6716485b72 Merge branch 'master' of git://gitorious.org/fg/fgdata 2011-01-24 10:53:21 +01:00
Torsten Dreyer
c03ed7ee02 global-weather: add Curt's button and some tweaking
- add Apply button for the METAR input
- make the 'valid' checkbox disabled - it's a read-only property
- cleanup some indention
2011-01-23 12:15:37 +01:00
Vivian Meazza
207f61f283 Merge branch 'Work' of \New Git\fgdata 2011-01-22 23:04:49 +00:00
Gijs de Rooy
5c4bdb4a1f Revert adb57b8: screenshot directory dialog 2011-01-22 22:49:25 +01:00
Vivian Meazza
2812dab8a8 Merge branch 'master' of \New Git\fgdata 2011-01-22 15:37:45 +00:00
BARANGER Emmanuel
9ea7114a05 Merge branch 'master' of git://gitorious.org/fg/fgdata 2011-01-21 12:58:26 +01:00
Torsten Dreyer
cf1660986d fix bug 255: add turbulence to weather menu 2011-01-21 10:36:28 +01:00
Martin Spott
6750551818 Add a placeholder for rice fields - among this one there's still more
variety of land cover types to explore in VMap0 ....
v
2011-01-20 20:32:02 +01:00
Gijs de Rooy
992ab2ba50 Runway stopway materials, were never fully implemented apparently 2011-01-20 16:45:38 +01:00
ThorstenB
f99d1ae0d6 Fixed route manager dialog issue
remove/clear/route sequence didn't work properly.
Reset selection when route is cleared.
2011-01-20 01:41:35 +01:00
Torsten Dreyer
a384d576dc Merge branch 'master' of gitorious.org:fg/fgdata 2011-01-19 21:40:46 +01:00
Torsten Dreyer
18707913cd Remove windows thumbnail cache files 2011-01-19 21:39:57 +01:00
Gijs de Rooy
3edc666a04 Servicable option, to enable or disable the CDU, 'RTE1 Legs' page added, various extra texts. 2011-01-19 20:14:08 +01:00
Torsten Dreyer
2cf9732978 Add ctrl-z to the help dialog (reset visibility) 2011-01-19 20:02:53 +01:00
Torsten Dreyer
b43b53c977 Fix bug #253, at least partially
make options
--wind=nnn@mm
--visibility
--visibility-miles
--ceiling
--turbulence
work again. These options now write properties in the
/environment/config/presets
branch. The values will be applied in the property-rules
in FGDATA/Environment/interpolator.xml
Corresponds to commit e86cecf4704a4bdcf43114245d8ac94adb1f1eef
in fg/next
2011-01-19 19:42:40 +01:00
Curtis L. Olson
2b648ea118 Rescale odd texture sizes (257x257, etc.) so that the OSG texture loader
doesn't need to do this on the fly.  OpenGL requires that texture dimensions
be a power of 2 (32, 64, 128, 256, 512, 1024, 2048, etc.) so if we feed in
something else, OSG will rescale it on the fly before registering it as an
OpenGL texture.
2011-01-19 10:55:55 -06:00
Curtis L. Olson
fa26992660 Merge branch 'master' of gitorious.org:fg/fgdata 2011-01-19 10:27:22 -06:00
BARANGER Emmanuel
521a6fd387 Merge branch 'master' of git://gitorious.org/fg/fgdata 2011-01-18 20:52:51 +01:00
ThorstenB
d3353c58b2 Fixed hide-mouse-cursor display options.
- hide-cursor prop must be bool (not string)
- make hide-cursor and timeout persistent.
- make 2D panel option persistent
2011-01-18 21:36:48 +01:00
Curtis L. Olson
1f4371245b Address Melchior's concern about view prediction depending on a particular
aircraft system, rather than "core" data.

Fix a long standing annoyance (for me anyway) when the fly-by-view is first
instantiated, it never put a point forward very far so the first transtion
came very quickly and abruptly.  Improve the forward prediction based on
ground speed and time when the view is reset (or switched to.)  I like this
a lot better personally.
2011-01-18 11:47:15 -06:00
Torsten Dreyer
ac11b6fc36 "About"-dialog overhaul 2011-01-18 08:27:22 +01:00
Mathias Froehlich
883b050e97 Add files for the hla network system configuration. 2011-01-17 21:39:33 +01:00
Torsten Dreyer
cdb21a52e4 GlobalWeather: (better) support for weather-scenario
- handle /environment/weather-scenario property on startup
- try to detect predefined scenario on startup of global
weather dialog box and select the corresponding entry in
the scenario combo box.
2011-01-17 21:05:01 +01:00
ThorstenB
44a4f82481 Fixed weight calculation for YASim.
- Properties are below additional "weight-lb" branch.
- Calculate empty weight based on lbs - not lbs/1000.
2011-01-16 18:53:06 +01:00
James Turner
5ae5154a40 Partial fix for bug #254 - don't set 3d state in the HUD config 2011-01-16 15:32:26 +00:00
BARANGER Emmanuel
f5b386b838 Merge branch 'master' of git://gitorious.org/fg/fgdata 2011-01-16 13:22:51 +01:00
Gijs de Rooy
692d9c3717 Add screenshot dialog, to select directory 2011-01-15 22:48:43 +01:00
BARANGER Emmanuel
dec34f4078 Merge branch 'master' of git://gitorious.org/fg/fgdata 2011-01-15 12:11:24 +01:00
BARANGER Emmanuel
f13dbaf558 Merge branch 'master' of git://gitorious.org/fg/fgdata 2011-01-14 15:12:40 +01:00
Curtis L. Olson
5c54690bb0 Merge branch 'master' of gitorious.org:fg/fgdata 2011-01-13 16:39:45 -06:00
Curtis L. Olson
d9d6d1ed12 Add a variant of the tanker request function that produces a tanker with
a more random (challenging to intercept) starting point and heading.
2011-01-13 16:36:57 -06:00
Gijs de Rooy
83095bf421 CDU: additional lines/pages and button actions 2011-01-13 19:43:16 +01:00
BARANGER Emmanuel
ebf1ed2844 Merge branch 'master' of git://gitorious.org/fg/fgdata 2011-01-13 11:40:48 +01:00
ThorstenB
b85838b770 Avoid div-by-zero and NaN-property error
required for non-engine aircraft (UFO, gliders).
2011-01-12 20:13:57 +01:00
Ryan Miller
98277733d5 Some slight modifications to the generic CDU: YASim compatibility for weight calculations and changed erroneous documentation 2011-01-12 19:00:38 +01:00
Gijs de Rooy
6d62113a0c Generic (Boeing) CDU: initial commit 2011-01-11 19:36:37 +01:00
BARANGER Emmanuel
402acadd06 Merge branch 'master' of git://gitorious.org/fg/fgdata 2011-01-11 08:22:42 +01:00
Dave Perry
efedada97d Merge branch 'master' of gitorious.org:fg/fgdata 2011-01-10 21:03:39 -07:00