1
0
Fork 0
Commit graph

1117 commits

Author SHA1 Message Date
Torsten Dreyer
3c20f3b38c Fix bug #287: gyro correction ignored by autopilot
The generic-autopilot-helper computes heading-bug-error from
magnetic heading, not indicated heading. This patch corrects
this by pulling the two used generic helper filters into our
own config (so the generic-ap-helper.xml can go away).
2011-04-17 14:57:13 +02:00
BARANGER Emmanuel
a2e39e79fc new version of Fuselage reflect generic by Skyop 2011-04-05 01:55:52 +02:00
Gijs de Rooy
3bd445617b Add generic Boeing style chronometer 2011-04-02 22:05:04 +02:00
Vivian Meazza
0041dea980 Add generic sample reflection map.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-03-31 20:00:37 +01:00
Alexis Bory
a34691165d Generic US mil drum altimeter: added negativ values flag, below 1000 and 10000 ft flags. 2011-03-06 19:52:35 +01:00
Alexis Bory
5049c8164e Merge branch 'master' into f-14b-xiii 2011-03-06 19:12:38 +01:00
Alexis Bory
b127667b86 Generic US mil drum altimeter: added negativ values flag, below 1000 and 10000 ft flags. 2011-03-06 19:10:25 +01:00
Alexis Bory
606ba27e3c Generic US mil drum altimeter: added negativ values flag, below 1000 and 10000 ft flags. 2011-03-06 19:07:06 +01:00
Alexis Bory
f92e507f6e A-6E, A-10, f-14b, f16 now use the same /Aircraft/Instruments-3d/altimeter/altimeter.ac et altimeter.png
They still keep in their own tree their own altimeter.xml file due the lighting specific colors.
A few other instrument shared the textures with the altimeter, fixed by adding numbers.png
Next step: improve the generic instrument to display negative altitudes.
2011-03-06 17:15:10 +01:00
Alexis Bory
c64e9521e3 Generic radar2.nas filtered a possible NaN input. 2011-03-05 21:43:00 +01:00
Gijs de Rooy
7474668c7b CDU update: fix page error 2011-02-19 22:04:56 +01:00
Dave Perry
af39c395b6 Merge branch 'master' of gitorious.org:fg/fgdata 2011-02-18 16:46:05 -07:00
Dave Perry
869ad48f28 1. Changed from nasal asin and acos to interpolation gear scisors animation for pa24 and pa28. Also changed from nasal filters to pseudo autopilot xml filters for nav0 and nav1 cdi and gs needle animations.
2.  Corrected c172p nav0 and nav1 cdi and gs needle animations by adding generic-autopilot-helper.xml per Torsten's hint.
3.  Changed main gear compression animation computation from nasal to interpolation xml.
2011-02-18 16:31:08 -07:00
Stuart Buchanan
30ea238659 Updated engine config setting idle RPM to 600 rather than 550. From Torsten DREYER. 2011-02-15 21:44:53 +00:00
Torsten Dreyer
29de03dd66 remove obsolete files 2011-02-14 23:12:10 +01:00
Dave Perry
2c4ecfb886 Merge branch 'master' of gitorious.org:fg/fgdata 2011-02-13 14:36:43 -07:00
Dave Perry
08463481c9 c172p updates
removed action-sim.nas
+ nose gear scissor animation computation now via interpolation xml
+ main gear rotation due to compression now via interpolation xml
+ moved NAV0 and NAV1 needle deflection filters to pseudo-autopilot xml
+ moved pannel and instrument lights control to light.nas
+ the remaining tank setlisteners are now in tank.nas

pa24-250 updates
+ landing light animation now modeled after pa22 landing lights
2011-02-13 14:19:17 -07:00
Stuart Buchanan
a976dc7310 Stop c172p pitching backwards in a tailwind. Patch from Ron JENSEN. 2011-02-11 20:16:49 +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
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
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
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
Gijs de Rooy
83095bf421 CDU: additional lines/pages and button actions 2011-01-13 19:43:16 +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
Dave Perry
efedada97d Merge branch 'master' of gitorious.org:fg/fgdata 2011-01-10 21:03:39 -07:00
ThorstenB
38bb477f6a Fix common gear rumble sound problem
Rumble/squeal should depend on groundspeed, not
airspeed (which includes wind)
2011-01-10 23:30:19 +01:00
Dave Perry
bbc3e97d10 1. Added texture for ignition key to Aircraft/Instruments-3d/magneto-switch.
2.  Moved all .nas files for pa28-161 to Aircraft/pa28-161/Nasal/.
3.  Added generic tyre smoke to pa28 and pa24.
2011-01-10 14:04:44 -07:00
Durk Talsma
657945bc86 A few xml fixes, and other assorted cleanups, as reported by fg-check. 2010-12-30 09:27:58 +01:00
Durk Talsma
fc3ae7f41b Merge commit 'refs/merge-requests/69' of git://gitorious.org/fg/fgdata into integration 2010-12-30 08:42:49 +01:00
Hal V. Engel
afc751f3ac p51d-jsbsim recommit A-14A.xml 2010-12-29 12:14:27 -08:00
Hal V. Engel
5168cde2d7 p51d-jsbsim Improve A-14A model and animation of recognition light key. 2010-12-29 11:24:25 -08:00
Hal V. Engel
0c67688205 p51d-jsbsim Animations and hot spots.
Add all hot spots to right side electrical panel. Some systems not implemented yet.
Position lights working.
Signal lights working.
Add more range animations.
Added light animations to pilot.
Restructured pilot xml files.
Added xml files for SCR-522C, A14A and AN/APS-13
2010-12-28 19:50:47 -08:00
Vivian Meazza
312aea4be8 Merge branch 'integration' 2010-12-27 09:36:01 +00:00
Vivian Meazza
c136affb6e Merge commit 'refs/merge-requests/67' of git://gitorious.org/fg/fgdata into integration 2010-12-27 09:31:28 +00:00
Hal V. Engel
932652205a p51d-jsbsim Update SCR-52C.xml 2010-12-26 09:40:19 -08:00
Vivian Meazza
6ba3ba1f0b Merge branch 'integration' 2010-12-26 10:37:52 +00:00
Vivian Meazza
0471eedf87 Merge commit 'refs/merge-requests/66' of git://gitorious.org/fg/fgdata into integration 2010-12-26 10:23:52 +00:00
Hal V. Engel
80f5e4e094 p51d-jsbsim Clean up *.ac files
Make materials consistant.
Fix lighting animations in various places
Add animations for SCR-522C
2010-12-25 16:48:09 -08:00
Hal V. Engel
459654cca8 p51d-jsbsim Cockpit detail
Add manual bomb salvo controls
Add frames to left cockpit
Enhance SCR-522C control unit
Add missing texture for gun circuit protectors cover
2010-12-24 14:42:07 -08:00
Stuart Buchanan
9ad6bdae28 Fuel selector texture. 2010-12-24 19:18:27 +00:00
Stuart Buchanan
2c178fe750 Fuel selector for c172p. 2010-12-24 18:42:29 +00:00
Hal V. Engel
95b30a6b7d p51d-jsbsim Add VHF control unit. 2010-12-23 13:52:54 -08:00
Hal V. Engel
161e666126 p51d-jsbsim Add cockpit details
Add 9 placards
Add gun circuit protect door
Add emergency canopy release lever and fittings
Add canopy crank
Add AN/APS13 bell panel
Add detailed texture for rudder pedals
Add cockpit lights animations for new cockpit objects
2010-12-22 17:29:58 -08:00
Vivian Meazza
48e2672647 Merge branch 'Work' of \New Git\fgdata 2010-12-19 23:54:39 +00:00
Anders Gidenstam
09dc9afe47 Updated DualControl: Moved everything to Aircraft/Generic/DualControl/.
- Updated all references to Aircraft/ZLT-NT/DualControl/ found.
2010-12-19 23:17:23 +01:00
Stuart Buchanan
edc9b64e6c Remove out of date animation. 2010-12-19 21:10:32 +00:00