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
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
Stuart Buchanan
c8da106350
Add support for ALS landing light.
2014-10-13 21:00:22 +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
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
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
Gijs de Rooy
e76112801e
C172P: typo
2012-12-07 12:18:36 +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
4cbcf93190
Set mode for data files to "non-executable".
2012-07-17 18:32:53 +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
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
Frederic Bouvier
d2bda89631
Add a <nopreview/> tag to the light animation
2012-04-06 09:59:21 +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
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
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
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
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
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
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
Torsten Dreyer
18707913cd
Remove windows thumbnail cache files
2011-01-19 21:39:57 +01: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
Stuart Buchanan
edc9b64e6c
Remove out of date animation.
2010-12-19 21:10:32 +00:00
Stuart Buchanan
758aeb1025
C172p cockpit improvements from Horacio CONTRERAS.
...
- Updated panel and pedestal textures
- Improved pedals and yoke textures.
2010-12-12 21:11:05 +00:00
Stuart Buchanan
ffa99435fe
Add missing file from previous commit.
2010-09-05 22:42:51 +01:00
Stuart Buchanan
416bb4a559
Fix prop on c172p
2010-09-05 22:37:21 +01:00
gral@who.net
ab8fce4f33
Missing files
2010-08-28 21:36:21 +02:00