1
0
Fork 0
Commit graph

22 commits

Author SHA1 Message Date
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
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
ThorstenB
f5bfd65f72 c172p: use directional gyro for heading indicator
Also use c172-specific instrumentation list.
2012-08-23 21:54:05 +02: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
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
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
2c178fe750 Fuel selector for c172p. 2010-12-24 18:42:29 +00:00
jmt
e5c87ff77a Dave Perry: fix the nosegear nut-cracker animation, and clean up some other files in respect of other commits by Stuart. 2009-12-09 14:43:30 +00:00
abory
1abcc4e472 - Guillaume Chauvat: Renit action-sim.nas after a reset, so any damaged gear get repared. 2009-12-04 17:48:55 +00:00
jmt
277d447acb Dave Perry:
c172p patch implements the globals.nas unit conversions.
2009-11-25 23:08:13 +00:00
stuart
02fab82534 Add panel lighting control so the panel/instruments lighting can be adjusted independantly of the Nav lights. 2009-11-24 16:51:47 +00:00
stuart
15418bead8 Updates from Dave PERRY:
- Prop disk visibility
- vertex ordering artifacts
- Constants for action-sim.nas
2009-11-24 15:52:56 +00:00
jmt
998d503a59 Dave Perry:
This patch adds main gear rotations about the fuselage attach points that keep the wheels in contact with the ground as the compression increases and decreases.  I also rotated the main fairings and wheels 4 degrees so the wheel axles are horizontal sitting on the ground.  The left and right main gear struts, wheels, and fairings were adjusted to be mirrored (symetric) in the c172p.ac.  I also increased the rpm boundary between the Propeller and Propeller.slow selects.
2009-11-22 22:06:25 +00:00
jmt
42832d3e79 From Dave Perry:
Patch goals:
1. Implement instrument and pannel lights controled by the nav-light switch.
2. Use Instruments-3d/vor which includes GS flag and filters for smooth movement of cdi and gs needles to and from parked position.
3. Adjust model and pilot view per the agreed to changes in Re: [Flightgear-devel] c172p pitch at cruise question, 12/06/2008 02:27 PM.  These changes were never committed.
2009-11-18 20:35:40 +00:00
torsten
8f29103bbe - use named arg instead of arg[n]
- save state to aircraft.data
2009-03-06 12:42:34 +00:00
mfranz
a539007e3b remove unused file 2008-12-22 22:07:15 +00:00
martin
922a09ebcf Heiko Schulz:
-new better panel
-added lights and made them switchable
-doors can be open now (pick animation)
-added some liveries by Brett Harrison
-added paintkit by Brett Harrison
-converted liveries to png
-replaced radio stack with 3d-radios, DME and marker-lights yet missing
-minor bugfixes
-added glass shader with fresnel effect

still work on the interior to do like the seats, walls and so on...
2008-12-04 22:44:18 +00:00
mfranz
09a682a610 cmdarg() in listener functions is no longer supported; use regular func args 2008-10-12 20:35:38 +00:00
martin
5558852110 Unify line endings 2008-10-11 23:17:23 +00:00
martin
f30e034e55 Heiko Schulz:
A big step at bringing the default aircraft into the state it actually
deserves.

Features:
- new, accurate exterior modell, modelled with original 3-views by Cessna
- textures with shadow shading
- livery changing sytem over mp
- immatriculation over mp
- glass shader with fresnel effect
- nearly complete 3d-panel

Known Bugs:
- Radio_Stack shines through the fuselage. New 3d radio_stack has yet to be done.

To-Do:
- Suction-Instrument
- Interior with much more details and painting
- Radio_stack
- doors openable
- lights
- fully animation of the gear
- failure system by Erobo
2008-10-11 21:50:45 +00:00