Melchior FRANZ
1a4fa0b16f
warthog: fix trimming; more bindings (similar to cougar)
2011-09-11 20:25:22 +02:00
Alexis Bory
e05b1f057d
Merge branch 'f-14b-xiii'
2011-09-11 19:41:37 +02:00
BARANGER Emmanuel
6cd71b1243
Merge branch 'master' of git://gitorious.org/fg/fgdata
2011-09-11 18:08:25 +02:00
Melchior FRANZ
a6c2cfa172
warthog: add first aircraft specific overlay file
...
These files take complexity out of the main joystick file, while
not adding much code. They also update the description (<desc>)
used by the Help->Joystick information dialog. All <nasal> code
is executed in the joystick's namespace, so variables and funtions
of the main file (popup()) can be accessed.
2011-09-11 14:33:11 +02:00
Erik Hofman
976532e170
Merge branch 'master' of git://gitorious.org/fg/fgdata
2011-09-11 11:09:24 +02:00
BARANGER Emmanuel
5249b7152e
Merge branch 'master' of git://gitorious.org/fg/fgdata
2011-09-11 01:58:42 +02:00
Melchior FRANZ
587993138c
warthog: simplify overlay handling, more bindings
2011-09-10 22:40:27 +02:00
Melchior FRANZ
820323e854
warthog: add js overlay support
...
This allows to have generic axis/button definitions with aircraft
specific or aircraft class specific modification overlays. These
are also found in $FG_HOME, where they override global files. This
mechanism is desirable, because the Warthog is an A-10 replica, and
it should be possible to have an automatically loaded (1:1 mapped)
A-10 joystick config when flying the A-10, while using generic layouts
otherwise, or a specific helicopter overlay for helicopters etc.
Overlay files look exactly like joystick config files, except they
have no <name> and only specify actually differing elements. Axes
with <number> *need* a property index (e.g. <axis n="2">), which
usually corresponds to the <unix> value (i.e. n'th axis def in file).
Overlay files can contain a <nasal> block which is executed on
load. The files are to be named {$FG_ROOT,$FG_HOME}/Input/Joysticks/\
ThrustMaster/Warthog/{Joystick,Throttle}/{generic,helicopter,<aircraft>}\
.xml.
2011-09-10 13:33:21 +02:00
Melchior FRANZ
ea0c72494d
first draft of Thrustmaster HOTAS Warthog js config (WIP)
2011-09-09 20:02:01 +02:00
Mathias Froehlich
558c321f94
Fix problem with the A320 family not starting up correctly.
2011-09-08 19:34:15 +02:00
BARANGER Emmanuel
7922658b22
Merge branch 'master' of git://gitorious.org/fg/fgdata
2011-09-08 02:07:44 +02:00
Anders Gidenstam
b027d3c4e8
materials-dds.xml: Fixed missing condition element.
2011-09-06 21:14:03 +02:00
Vivian Meazza
ccddda4ffd
Merge branch 'work' of D:\Git_New\fgdata
2011-09-05 16:55:44 +01:00
Vivian Meazza
faa28f8a08
Tenth tranche of .dds textures.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-09-05 16:53:06 +01:00
Vivian Meazza
c06d1a7710
Add new effects in support of .dds textures
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-09-05 16:05:59 +01:00
Vivian Meazza
062594ff05
Add new shaders in support of .dds textures
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-09-05 16:02:06 +01:00
Vivian Meazza
bcf2a72fd6
Sixth tranche of .dss textures.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-09-05 14:21:44 +01:00
Vivian Meazza
fe12f5b70a
Merge branch 'work' of D:\Git_New\fgdata
2011-09-05 14:04:35 +01:00
Vivian Meazza
5c422acadc
Fourth tranche of .dds textures
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-09-05 13:58:46 +01:00
Vivian Meazza
6ea6052241
Merge branch 'master' of gitorious.org:fg/fgdata into work
2011-09-05 13:45:52 +01:00
Vivian Meazza
e2af689cf7
Third tranche of dds textures.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-09-05 13:42:05 +01:00
BARANGER Emmanuel
c2f1ac2eee
Merge branch 'master' of git://gitorious.org/fg/fgdata
2011-09-05 14:37:27 +02:00
Vivian Meazza
e4e3fb4671
Merge branch 'work' of D:\Git_New\fgdata
2011-09-05 13:25:20 +01:00
Vivian Meazza
e0b94b2737
Second tranche of dds textures
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-09-05 13:22:49 +01:00
Vivian Meazza
b5ed1ec60a
First tranche of dds textures
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-09-05 12:49:29 +01:00
Vivian Meazza
2501e4e95f
Merge branch 'master' of D:\Git_New\fgdata
2011-09-05 12:30:34 +01:00
Vivian Meazza
ac0d093f1b
Stat adding Direct Draw Surface terrain textures
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-09-05 12:01:45 +01:00
ThorstenB
1a9a589452
Add documentation and more config options to tyre-smoke effect.
...
Make vspeed/diff_norm configurable. Allow effect to be independent of
vspeed, so it works for all gear (after main gear touch down, vspeed is 0,
so smoke effects for nose-gear usually wouldn't work).
2011-09-04 19:16:39 +02:00
ThorstenB
8421d75cb9
Fix low-pass filter and adapt to speed-up factor.
...
Low-pass filter should not use real-time, but simulation time to filter
effects. Obey speed-up factor.
2011-09-04 19:16:38 +02:00
Anders Gidenstam
91c202e1cf
Added the help text for the new --materials-file option.
2011-09-03 23:27:11 +02:00
Durk Talsma
9d238ccbd7
Added a new property that controls the caching of groundnetwork elevation data.
2011-09-03 11:23:16 +02:00
Erik Hofman
31d8ca0116
Merge branch 'master' of git://gitorious.org/fg/fgdata
2011-09-01 12:58:57 +02:00
BARANGER Emmanuel
2e9bc8bdb8
Merge branch 'master' of git://gitorious.org/fg/fgdata
2011-08-30 00:12:50 +02:00
ThorstenB
2a66a01fed
Apply defaults to each tutorial separately
...
Configured step/exit intervals configured for one tutorial affected all
following tutorials.
2011-08-28 10:08:15 +02:00
Torsten Dreyer
ce31dab692
Merge commit 'refs/merge-requests/85' of git://gitorious.org/fg/fgdata into merge-requests/85
2011-08-24 21:59:05 +02:00
BARANGER Emmanuel
8bc8ba06ef
Merge branch 'master' of git://gitorious.org/fg/fgdata
2011-08-24 21:34:58 +02:00
Vivian Meazza
3ca2539064
Merge branch 'work' of D:\Git_New\fgdata
2011-08-23 22:52:24 +01:00
Vivian Meazza
c383cda2c6
Add support for transparent materials and .dds normal maps.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-08-23 22:51:14 +01:00
Durk Talsma
6ebf37316d
Added a new joystick configuration file for the Saitek combat pedals. Contributed by Janet Plato.
2011-08-23 22:33:46 +02:00
Stuart Buchanan
70fc2c995c
Correct EGT instrument lighting.
2011-08-22 21:32:56 +01:00
Torsten Dreyer
65b1fd20e7
Location-in-Air: pick nearest VOR/NDB (fix#228)
...
When entering a duplicate VOR or NDB id into the Location-in-Air
dialog, the first entry in the database was picked. This patch
assumes that the station with the given ID nearest to the current
position was requested.
A better fix would probably be to present the user a list of found
stations - that's something for the future.
2011-08-22 20:01:55 +02:00
Alexis Bory
793067301c
Merge branch 'master' of git://mapserver.flightgear.org/fgdata
2011-08-21 23:58:46 +02:00
Stuart Buchanan
74a9f8e1a6
Extend visibility range of 3d clouds to /sim/rendering/clouds3d-vis-range
2011-08-21 22:09:04 +01:00
Stuart Buchanan
b9e80543b1
Lighting update for c172p.
...
1) Add keyboard shortcuts for the panel lighting (to make life easier
in the dark.
2) Add lighting to the EGT gauge.
2011-08-21 21:43:27 +01:00
Alexis Bory
c7489706e2
Merge branch 'A-10-xiii'
2011-08-21 19:41:42 +02:00
Alexis Bory
490111ffb4
Merge branch 'E-2C'
2011-08-21 19:29:23 +02:00
ThorstenB
b4b527b600
Add button to select download directory
2011-08-21 15:19:02 +02:00
ThorstenB
3db846729f
Documentation fix
...
There is no "hide" option - but a "visible" option...
2011-08-21 15:18:09 +02:00
ThorstenB
fb984bf8ce
Option to set screenshot directory.
2011-08-21 15:17:16 +02:00
ThorstenB
8e7d7012ce
Directory dialog
...
New directory dialog - just an option for the existing file dialog really.
2011-08-21 15:00:45 +02:00