1
0
Fork 0
Commit graph

924 commits

Author SHA1 Message Date
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
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
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
sydadams
1b6b77d788 Bring M877 clock up to speed ... 2009-03-18 03:37:52 +00:00
mfranz
96992eef67 don't start with "camera view", as the radar doesn't work there at the moment 2009-03-17 22:37:19 +00:00
mfranz
ed28a5efda model export: only report success on success :-) 2009-03-06 20:47:44 +00:00
torsten
0174df9bd6 improved KR87 ADF: nicer texture, pick animation
removed unused files
2009-03-06 12:50:05 +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
719c2f4610 replace deprecated io.isdir(stat[2]) by stat[11] == "dir" 2009-02-15 20:49:16 +00:00
mfranz
e32cdecf37 replace deprecated io.isdir(stat[2]) by stat[11] == "dir" 2009-02-15 20:41:22 +00:00
sydadams
58d629ed13 Display , hotspot update 2009-02-15 09:32:11 +00:00
mfranz
5bc6fb2c62 - make it resizable
- cleanup
2009-02-09 22:27:26 +00:00
torsten
44434783c8 remove SenecaII dependencies 2009-02-09 15:32:03 +00:00
mfranz
959354c2aa Dave PERRY: improve the pa24 yoke to match aircraft interior photos 2009-02-08 21:42:36 +00:00
torsten
6feca1bda5 *** empty log message *** 2009-02-04 20:43:59 +00:00
ehofman
dbd3cf8a5a Sync. with JSBSim CVS 2009-01-26 20:37:19 +00:00
vmmeazza
aa96adf5a0 Remove leading "/" 2009-01-16 17:02:41 +00:00
mfranz
071eb664f8 export to a place where the security code actually allows it 2009-01-10 16:51:26 +00:00
vmmeazza
e27e1a73d8 Add Alexis Bory's nice glass shader texture for general use 2009-01-05 17:31:58 +00:00
stuart
3f99696e59 Add pre-takeoff tutorial, and fix some minor mistakes in other tutorials. 2009-01-04 22:07:33 +00:00
sydadams
c641c5306b glideslope pointer adjustment 2009-01-03 05:33:44 +00:00
stuart
997cbfc50a Split up tutorials into separate files, and add new tutorials for the c172p. 2008-12-31 16:25:45 +00:00
mfranz
a539007e3b remove unused file 2008-12-22 22:07:15 +00:00
martin
4b1b409f6f Heiko Schulz:
Remove obsolete duplication.
2008-12-13 22:24:37 +00:00
torsten
748ad889d4 Provide a proper(?) initialization of kma20 switches. 2008-12-12 10:58:26 +00:00
sydadams
ded0767b95 resized altitude ribbon texture .... was above 2048 size limit...
Changed RAlt indicator range from 0-2500 ft to the correct 0-550 ft...
2008-12-09 07:37:22 +00:00
sydadams
913635c47b Primus updates ... moving copies out of the Bravo and CitationX for easier management... 2008-12-08 02:49:08 +00:00
torsten
8ac84a94a9 New livery. In memory of D-ENMU 2008-12-06 15:42:00 +00:00