1
0
Fork 0
Commit graph

3532 commits

Author SHA1 Message Date
sydadams
2443c2258f material , pick animation update 2009-04-26 19:34:09 +00:00
sydadams
9cd8a18385 changed material 2009-04-26 19:32:40 +00:00
sydadams
ff6ceb0e24 one more material change 2009-04-26 19:32:01 +00:00
sydadams
bff22aee78 added mousewheel action to knobs 2009-04-26 03:35:45 +00:00
sydadams
5725eb5c07 added mouse wheel action to knobs 2009-04-26 03:34:47 +00:00
sydadams
2b6ad4146e fixed a pick animation error 2009-04-26 02:48:08 +00:00
mfranz
35d506bce1 isnan: shorter & faster 2009-04-24 08:12:21 +00:00
curt
dcb7d9427e Fix the glide slope unavailable/warning flag so it actually works correctly. 2009-04-22 18:15:41 +00:00
curt
6ab2bca4ef Add a variant of the high res c172 rpm gauge that includes a working
LCD hobbs meter (instead of the previous "static" hobbs meter that was pretty
but didn't ever change.)  This requires some aircraft specific nasal support
since the hobbs meter isn't implemented in the same way on every aircraft:

# initialize the hobbs meter and configure to save every 5 minutes
var hobbs = aircraft.timer.new("/instrumentation/clock/hobbs-meter-sec");
aircraft.data.save(5);
hobbs.stop();

setlistener( "/engines/engine[0]/running",
    func {
	var running = getprop("/engines/engine[0]/running");
	if ( running ) {
	    hobbs.start();
	} else {
	    hobbs.stop();
	}
    }
);
setlistener( "/instrumentation/clock/hobbs-meter-sec",
    func {
	var secs = getprop("/instrumentation/clock/hobbs-meter-sec");
	setprop("/instrumentation/clock/hobbs-meter-hours", secs / 3600);
    },
    1
);
2009-04-22 18:11:23 +00:00
sydadams
b6ccd90066 texture update
pick animation update
remove nasal dependency
2009-04-17 04:19:51 +00:00
sydadams
1336f7b6df Texture change
pick animation update
remove nasal file dependancy
2009-04-17 04:17:46 +00:00
vmmeazza
9a2e19c234 Anders - Bugfix 2009-04-13 21:41:52 +00:00
ehofman
849cf56a17 Set minthrottle to 0.1 for latest JSBSim engine codec172-sound.xml 2009-04-13 11:47:06 +00:00
ehofman
c935f28f90 reinstate full tyre squeal effects 2009-04-13 11:46:25 +00:00
ehofman
9638e5f1aa make the tire squeal audiable again. Need to find out why it doesn't work otherwise. 2009-04-13 10:01:03 +00:00
sydadams
6ed10f3005 the primus now needs a systems/electrical/outputs/efis for power source 2009-04-13 04:42:50 +00:00
ehofman
95060d12ac delay darkening the skydome a bit 2009-04-11 13:19:29 +00:00
vmmeazza
ff742b68dc Alexis Bory has added some wonderful detail to the Nimitz model. The new model is USS Vinson. A new TACAN code is assigned - 029X. You might need it to find her! 2009-04-10 09:44:24 +00:00
ehofman
d3f9764a2d new ambient table, all values miltuplied by 2.5 2009-04-05 09:24:22 +00:00
curt
59d5f20012 Add a protocol file to output "truth" values. 2009-04-03 17:50:51 +00:00
mfranz
894003a865 tanker: avoid cloud layers; drop identity.init 2009-03-30 20:12:57 +00:00
mfranz
834afe5aa7 make file reloadable at runtime; minor fixes; cleanup 2009-03-29 08:04:35 +00:00
torsten
7107a39010 added new features:
- conditions for InputValues
- multiple InputValues
2009-03-28 13:03:18 +00:00
mfranz
b7098b0bda Dave PERRY: pa24/instruments-3d: ambient & transparency fixes
- Corrects ambient for pa24-250 oat and radio stack .ac files.
- Removes osg transparency artifacts for Century III mode switch.
2009-03-25 19:07:20 +00:00
mfranz
715fec092b add callsign to warning message, cleanup 2009-03-25 17:53:40 +00:00
mfranz
d1df1132c6 add tangens function 2009-03-25 17:52:43 +00:00
mfranz
7ef387cc0a fly refueling pattern (leg length 50 nm) 2009-03-25 17:47:56 +00:00
mfranz
ecd8c1b71f make model-not-installed message a little less noisy 2009-03-23 21:24:41 +00:00
mfranz
073c711b89 Dave PERRY: fix ambient grey-out and texture for the pa24 yoke 2009-03-23 20:47:07 +00:00
mfranz
5cb5b0bc7e Dave PERRY: ambient color fixes 2009-03-21 21:11:55 +00:00
mfranz
53e733d425 new isnan() that doesn't create a NaN itself 2009-03-21 18:17:59 +00:00
abory
54691b8309 - Check for NaN or neg values before math.sqrt(). 2009-03-21 17:17:18 +00:00
mfranz
7ee14f044c fix removal of data entries if channel is used elsewhere 2009-03-20 11:08:09 +00:00
torsten
434a25d329 - change amb color 2009-03-20 08:49:15 +00:00
sydadams
ee515653aa ambient material update 2009-03-20 05:23:17 +00:00
sydadams
ca2f7d3ccd ambient material fix 2009-03-20 05:09:01 +00:00
sydadams
f3f633218c ambient material , pick animation, rgb to png update 2009-03-20 04:58:59 +00:00
sydadams
3f575ae9e8 fixed ambient material 2009-03-20 04:34:17 +00:00
sydadams
bb40350be2 fix ambient material and replace rgb with png texture 2009-03-20 03:41:06 +00:00
sydadams
efc039a2ed ambient material update 2009-03-20 03:20:29 +00:00
mfranz
2d4d0c81cc fix comment 2009-03-19 20:06:58 +00:00
mfranz
16baea26b4 - vary callsign and tacan channel; use free AI id
- make update loop faster
- fix reinit listener
2009-03-19 16:44:12 +00:00
torsten
f8cd048087 added documentation for global elements and adapted to sourcecode modifications 2009-03-19 10:05:24 +00:00
frohlich
b74fcbdc15 Set the ambient color equal to the rgb color.
This is what currently is done in flightgears model loading stage anyway.

Modified Files:
 	Instruments/dme/dme.xml Instruments/kr87-adf/ki227_228.ac
 	Models/c172p.ac
2009-03-19 08:17:27 +00:00
sydadams
46e7fcffe6 added flight timer ... 2009-03-19 06:54:21 +00:00
sydadams
77d976ef40 set elapsed time to start-stop with the CTL button 2009-03-19 04:08:44 +00:00
mfranz
fc9b2dd2a5 - geo.elevation: make intersection vector origin's altitude configurable
to allow measuring terrain elevation under solid objects
- coding style unification
2009-03-18 18:26:30 +00:00
mfranz
020e495197 ... but without debug message. :-) 2009-03-18 13:46:57 +00:00
mfranz
080432cd17 - use new aircraft.nas functions: kias_to_ktas(), wind_speed_from()
- export radar values: bearing-deg, elevation-deg, range-nm
2009-03-18 13:46:07 +00:00
mfranz
dafeb03bf1 add simple wind_speed_from() function, and Jean PELLOTIER's not-so-simple
kias_to_ktas() function
2009-03-18 13:13:15 +00:00