Stuart Buchanan
4a70fbb994
Change c172p to use model-combined-deferred effect to enable bumpmapping under Rembrandt.
2012-06-15 14:26:34 +01:00
Stuart Buchanan
d65b8b347b
Change c172p to use model-combined-deferred effect, so bumpmapping works with Rembrandt.
2012-06-15 14:24:37 +01:00
Gijs de Rooy
17522e4252
Fix MIBS' nasal.
2012-06-14 20:07:35 +02:00
Anders Gidenstam
4699b1e520
Aircraft/Instruments-3d/: Added missing var keywords.
2012-06-12 22:27:25 +02:00
Anders Gidenstam
3f1c9d1be5
Aircraft/Instruments-3d/kns80/KNS80.nas: Added missing var keywords.
2012-06-12 22:24:46 +02:00
Anders Gidenstam
97ffa8c171
Aircraft/Generic/limits.nas: Added a missing var-keyword.
2012-06-12 22:23:03 +02:00
Anders Gidenstam
005fdadbcf
Aircraft/Generic/kap140.nas: Added missing var keywords.
2012-06-12 22:22:48 +02:00
Stuart Buchanan
ce52118010
Allow cockpit toggling in the c172p. Response to issue 776 on
...
the issue tracker. Thanks to Tommy KARLSTEDT for noticing.
2012-06-12 11:28:50 +01:00
Stuart Buchanan
a37381b547
Fix bug in lighting controls. Thanks to Tommy KARLSTEDT for the bug report.
2012-06-11 21:50:54 +01:00
Clement de l'Hamaide
a223c6916a
UFO: print out new pitch/roll values for objects
2012-06-06 12:21:09 +02:00
ThorstenB
1480f8622f
UFO: add optional GPWS for testing
2012-05-12 23:50:46 +02:00
Frederic Bouvier
5cfca250b1
rename /sim/rendering/rembrandt -> /sim/rendering/rembrandt/enabled
...
and put rembrandt-related properties in /sim/rendering/rembrandt/
2012-05-12 09:20:04 +02:00
ThorstenB
234f741f98
Set matching XML file character encoding.
...
Default FG text file encoding is UTF-8. Files encoded in others character
sets must explicitly set the encoding - otherwise text decoding (and XML
parsing) may fail.
2012-05-06 10:04:01 +02:00
ThorstenB
70f5448a4e
set correct file mode
...
More non-executable data files.
2012-05-02 22:37:48 +02:00
Torsten Dreyer
c27a4cfebe
Fix #740 : aircraft shall not overwrite global property-rules
2012-04-12 21:33:29 +02:00
clement
c37d2bae7f
Garmin GPS196 : update 3D and Nasal
2012-04-10 01:53:59 +02:00
ThorstenB
ca3ff66e36
c172p: make tank selector work
...
Typify boolean properties - tank selector didn't work with properties
of "UNSPECIFIED" type.
2012-04-08 23:02:35 +02:00
Frederic Bouvier
d2bda89631
Add a <nopreview/> tag to the light animation
2012-04-06 09:59:21 +02:00
Torsten Dreyer
67d1a37cfe
C172P: use property-rule instead of autopilot
2012-04-05 21:03:26 +02:00
clement
b813155296
GPS196: new update by paf team before merge request
2012-04-05 14:43:30 +02:00
clement
f8f644e824
New instruments-3d : Garmin GPS196 created by jeep from PAF team
2012-04-05 14:42:56 +02:00
Stuart Buchanan
df41d052a5
Make c172p Rembrandt-compatible. Adds a landing light, and also fixes various
...
normal issues with the panel.
2012-04-01 21:37:47 +01:00
Frederic Bouvier
c6316cca0f
Register the propeller disc as transparent
2012-04-01 00:04:28 +02:00
Emilian Huminiuc
d43770ab58
Effects/model-default.eff move skydome to technique 5 to provide more headroom
...
Effects/model-combined.eff fix techniques numbering. Make active under rembrandt too. add model-combined-deferred as a stub for now for specific
Rembrandt use.
Users of model-combined with normalmaps should change the technique number to 9, and duplicate that entry for technique 8.
Fix some longstanding png warnings. Provide null_reflectdir.png for model-combined
This should fix part of bug #726
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-03-31 15:00:36 +03:00
Anders Gidenstam
1855d0f9d1
Updated DualControl: Improved initialization to avoid extra listeners on reset.
2012-03-23 22:17:47 +01:00
Anders Gidenstam
60305380be
Updated DualControl: Minor update to the connect messages.
2012-03-23 22:17:37 +01:00
Gijs de Rooy
005838ba0c
C172P: merge two <nasal> blocks to repair livery over mp.
2012-03-21 23:05:07 +01:00
ThorstenB
4ec3850aaf
c172p: avoid performance drop after sim reset/relocate
...
"/sim/signals/fdm-initialized" triggers _every_ time the FDM is reset.
We need to uninstall the listeners after its first execution, or guard
certain parts of the initialization, to avoid starting multiple
"timer/update loops", or installing multiple property listeners.
2012-03-20 21:19:42 +01:00
Stuart Buchanan
949dbd9161
Make instrument lighting key binding repeatable, as requested by
...
tk_jkg on the forum.
2012-03-06 20:45:54 +00:00
ThorstenB
ddbf4474a6
#692 : don't use relative paths for references beyond the own aircraft
...
Relative paths break when aircraft are stored in another directory
(relative position changes).
2012-03-03 17:49:10 +01:00
Gijs de Rooy
84edd4b8f0
Fix mibs panel command.
2012-02-25 18:46:47 +01:00
ThorstenB
1d3df86609
#493 : fix incorrect egt gauge scaling
...
Thanks to "lens".
2012-01-22 16:30:07 +01:00
Stephan Bourgeois
2529611873
Panel geometry cleanup, position of clock and EGT adjusted.
2012-01-16 22:32:04 +00:00
Gijs de Rooy
b426b4dbed
Transmit door-positions over MP.
2012-01-03 21:35:26 +01:00
Alexis Bory
17928b142f
Merge branch 'work'
2012-01-03 00:02:28 +01:00
Alexis Bory
8495a2794b
- Avoid "initing" and adding new listeners at each reset.
2012-01-02 23:27:52 +01:00
Gijs de Rooy
b22622a07e
Taxiing tutorial: C172P does not move with throttle near idle.
2011-12-29 17:06:58 +01:00
Gijs de Rooy
c228b7ed37
Clement: Disable swap and frequency knobs when radio is switched off.
2011-12-29 13:05:52 +01:00
Stuart Buchanan
9d8d7e15cc
Add back FDM configuration handling a tailwind.
2011-12-21 21:24:34 +00:00
Torsten Dreyer
f575ec1d7e
don't record serviceable properties for kx165
2011-12-21 21:44:19 +01:00
Stuart Buchanan
4735c29612
Sync c172p FDM with JSBSim version, incorporating "Add propeller induced velocity factor to Cmde and Cndr. Enhances ground operations." rev 1.27 from jentron.
2011-12-20 21:43:44 +00:00
Stuart Buchanan
8f6fabe120
Remove final dependencies of the c172p and c172r on the old 172.
...
This should allow the c172 directory to be deleted.
2011-12-18 21:50:44 +00:00
ThorstenB
d6c7955f36
#493 : fix incorrect egt gauge scaling
...
Thanks to lens@bitwisetech.com
2011-12-18 16:20:55 +01:00
Stuart Buchanan
44b8ea20fa
Fix incorrect property path names in animation, by removing leading /.
...
Fix to bug http://code.google.com/p/flightgear-bugs/issues/detail?id=524
2011-12-17 21:46:42 +00:00
Torsten Dreyer
fddd2b6e61
Add kx165 flightrecorder component and use it for SenecaII
...
also downgrade double to float to save some space
2011-12-10 21:33:11 +01:00
ThorstenB
847e8a187f
Fixed some file modes (non-executables)
2011-11-28 19:11:44 +01:00
ThorstenB
1a01f02f96
New FGPanel instrument panel: C172p Mini Cockpit
...
Also borrow some instruments from the SenecaII FGPanel project :)
2011-11-28 19:02:55 +01:00
Vivian Meazza
e9c37c0b74
Add runway rain effect (experimental)
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-11-27 23:12:59 +00:00
Erik Hofman
70d697dbbf
Stop sound at zero speed.
2011-11-25 13:36:01 +01:00
ThorstenB
7fb3422f22
c172p: fixed attitude indicator cageing
...
The correct property is "caged-flag" - not "caged".
Common copy&paste error all over fgdata...
2011-11-14 19:45:46 +01:00
ThorstenB
857ba6f116
C172p: fix attitude indicator / horizon offset
...
Knob & hotspot were working, but animation was missing.
2011-10-30 16:55:37 +01:00
ThorstenB
6760eae7b7
c172p: fix battery gauge scaling
...
(Preflight check - anyone? ;-) )
Also support "omit-knobs" property for HDG instrument knob
2011-10-08 11:48:01 +02:00
ThorstenB
45766cf824
c172p: Use generic replay configuration for single engine/prop aircraft
2011-10-01 23:31:12 +02:00
ThorstenB
bde90daa71
Replay upgrade, part III: New flight recorder configuration files.
...
Provide templates for various aircraft components or complete aircraft
types. Better to have this stuff available/adaptable than hard-coded
somewhere inside fgfs.
2011-10-01 23:16:48 +02:00
Anders Gidenstam
fa65993dc6
Moved the RAF Mk.9 bubble sextant to Aircraft/Instruments-3d.
2011-09-28 21:00:27 +02:00
Stuart Buchanan
70fc2c995c
Correct EGT instrument lighting.
2011-08-22 21:32:56 +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
Vivian Meazza
b00d42350d
Migrate to .dds
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-08-13 11:49:00 +01:00
Torsten Dreyer
1fda9ca353
Adopt new EGT values to c172p and SenecaII
2011-07-21 23:01:38 +02:00
Torsten Dreyer
5270ddbcf4
c172p: remember position of egt bug
2011-07-20 22:21:52 +02:00
Torsten Dreyer
7f6bdf9ebd
C172P: Add EGT gauge (bug#24)
2011-07-20 19:34:21 +02:00
Torsten Dreyer
8634e35135
Merge commit 'refs/merge-requests/112' of git://gitorious.org/fg/fgdata into merge-requests/112
2011-07-20 00:23:59 +02:00
Stuart Buchanan
a5ae081189
Make c172p yoke slightly shinier. For that authentic cheap 1980s plastic look!
2011-07-11 21:21:23 +01:00
Anders Gidenstam
b5424296d5
Updated DualControl: Added missing var keywords.
2011-07-11 20:27:01 +02:00
Stuart Buchanan
c0d8f31c32
Fix KAP140 VS display (finally!) - bug 340.
...
Fixed c172p and pa28-161. Zlin50 has not been fixed, but appears to have the same issue.
Clean-up of the KAP140s required - none use the Instruments-3D version of the model!
2011-07-06 22:03:25 +01:00
Gijs de Rooy
687c49abfa
Generic CDU: lightmap
2011-07-06 18:39:26 +02:00
Hal V. Engel
2f5c64daa9
P-51D JSBSim -Fix minor amination issue with remote ptt button
2011-07-05 15:24:34 -07:00
Stuart Buchanan
9b669c13af
Updated autopilot VS numbers, add missing yoke.ac from previous commit.
2011-07-05 19:26:46 +01:00
Stuart Buchanan
2118a0aac7
Improved yoke model, removing unpopular reflections, modeling P-model yokes more closely.
2011-07-04 22:16:07 +01:00
Stuart Buchanan
5e7fb19965
Revert panel with excessive shadows - see bug 271.
2011-07-04 21:27:45 +01:00
Stuart Buchanan
e47c8d46fc
Partial fix for the c172p autopilot, exposing possible textranslate bug.
...
See bug #340 .
2011-07-04 20:26:12 +01:00
Vivian Meazza
7ada9a79f9
Fix typos.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-06-22 22:31:58 +01:00
Vivian Meazza
c3c527327e
P51d/SCR-522 updates.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-06-22 15:13:57 +01:00
Hal V. Engel
fd87d171e1
Merge branch 'master' of gitorious.org:~hvengel/fg/hvengels-fgdata-p51d-jsbsim
2011-06-21 15:36:36 -07:00
Hal V. Engel
8233eee3c4
SCR-522C VHF radio - Tr lock fix, Better label for dialog.
2011-06-21 15:34:37 -07:00
Vivian Meazza
386f0543ed
Remove few more hidden surfaces.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-06-21 21:14:28 +01:00
Vivian Meazza
5d1e99e35b
Fix up display of pick objects.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-06-21 20:26:42 +01:00
Vivian Meazza
4c130f19ee
Remove hidden faces.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-06-21 17:30:08 +01:00
Hal V. Engel
c60912f61f
SCR-522C radio code clean up
...
Now uses gui.menuBind() to override Equipment --> radio menu item
Will now turn radio receiver on and off as needed
General code clean up
Still needs keyboard mappings so that radio can be controled via the keyboard
2011-06-20 10:39:59 -07:00
Vivian Meazza
0475580b10
Override F12 with TR1133 dialog.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-06-20 09:44:52 +01:00
Hal V. Engel
079ed0b563
SCR-522C - Override defauilt radio menu item
...
Add README file with info on how to use this.
Modify radios.xml to match where properties are located.
2011-06-19 16:52:44 -07:00
Vivian Meazza
a16234a9f6
Replace top-level menu item with generic item.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-06-19 23:48:44 +01:00
Hal V. Engel
5e44f08181
SCR-522C radio. Update VHF radio. It now functions although frequencies must still be configured in the property browser.
2011-06-18 10:46:48 -07:00
Vivian Meazza
bd67875475
Add Day/Night Mask and T/R/REM Lock.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-06-10 13:36:57 +01:00
Vivian Meazza
cc53219cb9
Add radio type TR1133. This was the standard RAF VHF radio during WWII and after. Under a UK contract, Bendix produced a re-engineered version, the SCR-522. The two radios were functionally identical, and shared a common cockpit control box.
...
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-06-09 20:32:40 +01:00
Alexis Bory
35ee33d7f6
Thanks Torsten Dreyer, fix a few instance of the US mil standard altimeter so the drums
...
settle at the full digit and not 25% off.
2011-05-30 20:00:58 +02:00
Stuart Buchanan
0d0d9762ce
Add rating for c172p.
2011-05-25 21:47:44 +01:00
Anders Gidenstam
146530a5d0
WalkView: Fixed a bug in the polyline path constraint.
2011-05-08 21:35:50 +02:00
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