1
0
Fork 0
Commit graph

956 commits

Author SHA1 Message Date
abory
9f28c3d5a9 - Alexis Bory: Added Mirage F1. 2009-08-31 20:30:50 +00:00
sydadams
a8c7c8080f fixed off center volume knob 2009-08-31 05:23:49 +00:00
sydadams
d7329ce4e0 transponder controller animation update 2009-08-09 21:25:07 +00:00
sydadams
f507db7113 fixed the CTL-62 - morse ident wasn't enabled 2009-07-15 04:17:15 +00:00
sydadams
90ac94548a flight timer update:
activates at airspeed > 30 , shuts off at < 30
displays minutes:seconds up to 59:59 ,
then switches to hours:minutes
2009-06-19 06:17:47 +00:00
tat
ceb41118fe Removed: fcs.nas; Renamed to helicopter-fcs.nas 2009-06-13 15:42:35 +00:00
tat
0fdd5ba0f4 Updated: to the latest fcs.nas; fcs.nas will be removed since it is only for helicopters (not a generic fcs) 2009-06-13 15:38:27 +00:00
tat
51f0a7897a Fixed: wrong usage of _setlistener 2009-06-12 18:00:53 +00:00
helijah
6ca37b3a42 *** empty log message *** 2009-06-11 22:55:36 +00:00
tat
41407b9448 Moved from OH-1/Nasal/fcs.nas, with the following updates:
Added: Comments and explanations
Added: Backup FCS to fcs.nas
Modified: fcs for switching attitude / rate hold mode on CAS
2009-06-11 11:52:20 +00:00
abory
2306a8371c - Add f-14b Dual Control. 2009-06-10 20:36:16 +00:00
helijah
a131434679 - fcs.nas generic by Tat 2009-06-09 17:07:47 +00:00
abory
bb061dce5c - Cosmetics. 2009-06-02 16:14:08 +00:00
abory
80bcce215a - Minor fix. 2009-05-30 06:46:21 +00:00
sydadams
d60f9332c6 ambient color fix 2009-05-30 00:55:01 +00:00
sydadams
eabdc4391b fixed reference to rgb files 2009-05-24 19:40:05 +00:00
abory
ad0dfdb64d - Skip testing tankers AGL as they are always high in the sky. Tune low AGL
correction (better escape chances). Add carrier Vinson.
2009-05-24 16:45:40 +00:00
abory
33c4c40f26 - Common miniature standby Adi. 2009-05-24 14:39:45 +00:00
abory
0a335cb692 - Common miniature standby ADI. 2009-05-24 14:38:49 +00:00
abory
d8461ddec7 - Update. Radar2 is now devived frm the last f-14b radar version. Added a
standalone screen and HUD diamond as target marker.
2009-05-24 13:32:52 +00:00
abory
52471e4666 - The model is now usable with rwr.nas or radar2.nas. ECM properties are now
written to /instrumentation/radar2 (whenever we use rwr.nas or radar2.nas).
2009-05-24 12:19:24 +00:00
abory
7d94c45308 - Standalone RWR script for aircrafts which don't radar2.nas features. 2009-05-24 12:16:08 +00:00
torsten
23963ef1c8 radiostack panel:
- corrected inverted normals
- removed duplicate surfaces
2009-05-18 20:16:17 +00:00
abory
04bf18553e - New chronometer. 2009-05-18 19:25:31 +00:00
abory
b0348c998a - USAF and USN common barometric altimeter. 2009-05-18 18:42:46 +00:00
abory
50abeffede - RGB replaced by PNG. Fixes colors. 2009-05-15 11:20:39 +00:00
sydadams
41cb0c79b7 updated pick animations , added shift click for ident button action 2009-05-09 02:13:06 +00:00
dfaber
98bead93b7 Some Logos and a generic Logo Submodel 2009-05-06 19:10:14 +00:00
helijah
65732e2376 - change color system 2009-04-29 16:26:31 +00:00
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
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
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
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
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
abory
54691b8309 - Check for NaN or neg values before math.sqrt(). 2009-03-21 17:17:18 +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