1
0
Fork 0
Commit graph

219 commits

Author SHA1 Message Date
ThorstenB
2b846cbddb c172p: kma20 audio panel 2012-07-18 21:26:33 +02:00
ThorstenB
fc73069ff5 c172p: use local Nasal vars, typify properties 2012-07-18 21:23:50 +02:00
ThorstenB
4cbcf93190 Set mode for data files to "non-executable". 2012-07-17 18:32:53 +02:00
Stuart Buchanan
2fb30f8128 Updated c172p tutorials with <wait> tags. 2012-07-14 21:08:54 +01:00
Stuart Buchanan
359a8ce414 Fix exit-time, step-time tags, and make the <wait> tag only apply to the
first iteration of any step.  Fix for issue #417
2012-07-14 20:20:21 +01:00
Gijs de Rooy
80676889cc Move C172P parkpos information to c172p-set.xml. 2012-07-09 22:30:44 +02:00
Emilian Huminiuc
43635e6932 c172p: tweak Rembrandt landing and taxi lights
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-06 00:06:52 +03:00
Stuart Buchanan
9809918b7e Improved Rembrandt landing and taxi lights. 2012-07-05 20:44:29 +01:00
ThorstenB
0a5fde86b0 c172p: fix rudder animation 2012-06-30 20:04:08 +02:00
Emilian Huminiuc
3d7b7b75dd c172p: enable reflection and minor cleanup
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-06-16 13:00:11 +03:00
Stuart Buchanan
8c072984f7 Switch off all lighting by default. 2012-06-15 22:51:53 +01:00
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
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
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
Torsten Dreyer
c27a4cfebe Fix #740: aircraft shall not overwrite global property-rules 2012-04-12 21:33:29 +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
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
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
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
Gijs de Rooy
b22622a07e Taxiing tutorial: C172P does not move with throttle near idle. 2011-12-29 17:06:58 +01:00
Stuart Buchanan
9d8d7e15cc Add back FDM configuration handling a tailwind. 2011-12-21 21:24:34 +00: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
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
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
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
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
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
Stuart Buchanan
a5ae081189 Make c172p yoke slightly shinier. For that authentic cheap 1980s plastic look! 2011-07-11 21:21:23 +01: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
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