1
0
Fork 0
Commit graph

257 commits

Author SHA1 Message Date
Torsten Dreyer
8f5e1bd626 Move marker.xml, marker.ac to Aircraft/Generic
also adjust (hopefully) all references to the old location
2016-03-23 11:00:18 +01:00
Stuart Buchanan
7c43995c4f Add tarball of blender files for c172p.
To address possible license concerns.
2016-02-11 19:31:08 +00:00
Stuart Buchanan
f44db83b25 Merge of the c172p-detailed
From https://github.com/Juanvvc/c172p-detailed/ release/2016.1
commit 3f33b88bb015a8ee685ab3178932d16d6e072410

A big Thank-You to the c172p-detailed team for their ongoing work.
2016-02-10 21:32:19 +00:00
Edward d'Auvergne
3bf57db6b4 Fixes for all PNG files with corrupted ICC color profiles.
The files were identified using the pngcrush software and repaired by stripping
out the PNG header including the ICC profile using the command:

$ pngcrush -fix -force old.png new.png; mv -f new.png old.png

Each file was manually checked in an image viewer to look for any corruptions.

This follows from the threads
http://thread.gmane.org/gmane.games.flightgear.devel/79895 and
http://thread.gmane.org/gmane.games.flightgear.devel/79898 .
2016-01-06 21:38:13 +01:00
Stuart Buchanan
1ab65221b1 Final V3.6.0 version of c172p-detailed.
https://github.com/Juanvvc/c172p-detailed
commit 874b89fedff35dfe1967e09365d3cb0d5b11522c
2015-07-24 18:37:16 +01:00
Stuart Buchanan
88b49b4259 Sync c172p with c172p-detailed master branch.
Sync with commit cab40a0af989bf08302836f98e91672920369fa3
2015-07-05 19:32:41 +01:00
Stuart Buchanan
30548cef0b Add CC-BY sounds, bringing fgdata c172p up to date.
Now matches e0a32e62d9390f796feac6f5e1818323f970bbf5
completely.
2015-06-22 20:17:49 +01:00
Stuart Buchanan
3195a6a825 Merge with c172p-detailed v3.6 tag
Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:57:55 +01:00
Stuart Buchanan
60d7073794 Initial checking of c172p-detailed.
From https://github.com/Juanvvc/c172p-detailed.git

Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:20:54 +01:00
James Turner
563c098452 Change some Nasal logging to use logprint()
- avoids console output at default (WARN) log level from the C172P
2015-06-08 10:33:31 +01:00
James Turner
224e351d3d C172P: variant support 2015-03-05 14:12:40 +00:00
Torsten Dreyer
c244520ff8 c172p: define CG envelope 2015-02-04 21:03:59 +01:00
Stuart Buchanan
c8da106350 Add support for ALS landing light. 2014-10-13 21:00:22 +01:00
Torsten Dreyer
db38aa86e3 Add the new commradio system to the C172p 2014-03-01 20:16:38 +01:00
Stuart Buchanan
3922c8c449 Various bug fixes to the C172p tutorials. 2014-01-12 19:57:27 +00:00
Torsten Dreyer
bb1443f96e c172p: magnetic compass tweaks
- add compass deviation table
- set compass "pitch" to compensate for wrong indication
2013-11-05 22:23:35 +01:00
Clément de l'Hamaide
e974c7d274 Honor new <params> for KX165 2013-08-26 19:39:12 +02:00
Clément de l'Hamaide
22fa017403 Remove osgText for Comm/Nav because KX165 provide them since commit 613578e12dfb8c7478ecd8dbc05eaa3bd361e1eb who use the shared KX165 2013-08-20 23:11:33 +02:00
Stuart Buchanan
658b1fe6ce Add support for <binding> tags on checklist items.
These are then attached to buttons on the checklist dialog allowing
the user to ask the computer to execute the checklist step, which
they can observe.
2013-05-01 22:41:15 +01:00
James Turner
7e0a45c798 Tooltips and knobs for the C172P.
This is proof of concept, not a complete conversion.
2013-04-06 17:36:25 +01:00
James Turner
dc25a3e7b7 KX165 updates.
Make the common KX165 Rembrandt-compatible, and use it in the C172P.
2013-03-20 16:55:41 +00:00
James Turner
92bfb39f50 More metadata for the UFO and Seneca.
(Working on the basis that Torsten will forgive me for using his baby as a guinea-pig. Err, not his real baby obviously)
2013-03-02 17:49:40 +00:00
James Turner
1971f036a4 Extend C172P meta-data.
Experimenting with extended meta-data required for aircraft catalogs. Not finalised yet, still evolving.
2013-03-02 17:35:31 +00:00
Stuart Buchanan
5491f952ca Add optional <page> and <marker> tags to checklists
Checklists may now be split into individual sections made up
of <pages> containing the <item> tags.  Each page is displayed
individually with Previous/Next buttons to allow navigation.

Checklists items also support <marker> tags.  These display
a marker when a ? button is pressed next to the checklist item.
The format is identical to that of the tutorial system.
2013-02-27 22:28:44 +00:00
Emilian Huminiuc
355af4e72e Adapt model-combined effect templates provided with the documentation to latest developments (new technique for ligthfield shader).
Adapt a couple of aircraft effects to latest effect state too.
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2013-02-01 13:22:29 +02:00
Stuart Buchanan
b339ff1358 Enhancement to the checklists function to support <condition>.
Checklist items now support a <condition> element that evaluates
when the checklist item is complete, and is used to provide color
coding in the checklist dialog.
2013-01-29 22:38:39 +00:00
Stuart Buchanan
8cc5fc24ea Add auto-start option to aircraft menu to set up aircraft for immediate take-off. 2013-01-24 21:45:01 +00:00
Gijs de Rooy
e76112801e C172P: typo 2012-12-07 12:18:36 +01:00
ThorstenB
04618e2a3e c172p: translatable custom menu 2012-09-21 23:59:27 +02:00
Stuart Buchanan
0fe2007cb5 Check in c172 checklists - missing from previous commit. 2012-09-18 14:08:53 +01:00
Stuart Buchanan
602ae34af4 Add support for a Aircraft Checklists GUI item. 2012-09-18 11:29:17 +01:00
ThorstenB
ebcfc739bd c172p: fix electrical system
Most control switches used with mismatching names.
Make effects depend on electric power, not just switch state.
Calculate some (more) meaningful electric load.
2012-09-16 23:19:36 +02:00
Emilian Huminiuc
2c058f9c1f New effect: Effects/model-combined-transparent
Switch c172p and concorde glass effects to the new effect.
Docs/model-combined.eff/: Updated transparent effect template.

From now on Effects/model-combined should not be inherited from directly.
Use either Effects/model-combined-deferred
or Effects/model-combined-transparent

Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-09-09 22:28:45 +03:00
Emilian Huminiuc
023c6bc97a c172p: adapt local effects to the change in model-combined and model-combined-deferred
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-09-09 14:39:26 +03:00
Thomas Geymayer
d5cdf29342 Fix c172p-canvas crashing fgrun and update description 2012-09-05 23:18:24 +02:00
Thomas Geymayer
220702e8b1 Canvas: Add a canvas demonstration using the c172p
- Add new type of c172p (c172p-canvas) demonstrating the usage of
    the Canvas system.
2012-09-04 23:23:40 +02:00
ThorstenB
f5bfd65f72 c172p: use directional gyro for heading indicator
Also use c172-specific instrumentation list.
2012-08-23 21:54:05 +02:00
Stuart Buchanan
d2bc548162 Define weight limits, which are displayed on the Weight and Fuel Settings dialog. 2012-07-29 22:47:54 +01:00
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