1
0
Fork 0
Commit graph

1042 commits

Author SHA1 Message Date
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
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
torsten
865441a597 swapped upper and lower kx165, so com1 is above com2 2008-12-06 11:41:41 +00:00
torsten
80268b4b48 - Added new intrument: ki266 dme indicator 2008-12-05 19:54:50 +00:00
torsten
5fa71805f9 - Added new intrument: ki266 dme indicator
- Use global kx165 nav/com radios, not local copy
- minor repositioning of kap140
2008-12-05 19:54:00 +00:00
torsten
75bb083354 New instrument: ki266 dme indicator 2008-12-05 19:51:42 +00:00
torsten
aaf625446e disable display when electrical /systems/electrical/output/dme is false 2008-12-05 19:50:00 +00:00
torsten
8b1b4b8d68 Added new intrument: kma20 Marker/Audio panel 2008-12-05 14:07:22 +00:00
torsten
8345ee9d6a New instrument: KMA20 Marker/Audio panel. 2008-12-05 14:06:06 +00:00
martin
7cd39fb3f3 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 23:13:09 +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
torsten
d1b2744985 make use of new Node.initNode() method 2008-11-21 09:21:03 +00:00
mfranz
6f6aef2fed change from deprecated props.initNode() to props.Node.initNode() 2008-11-20 20:00:26 +00:00
mfranz
084db07606 use global D2R, R2D (dumbed down PI instead of math.pi is a bad idea, anyway :-) 2008-11-20 11:46:45 +00:00
mfranz
f277c52fd7 use global constants D2R, R2D, M2FT, FT2M 2008-11-20 11:26:41 +00:00
mfranz
0e63bc73bc also dump a google maps link 2008-11-19 21:47:51 +00:00
mfranz
8d9eb9190e initialize /sim/model/livery/file so that it gets sent via MP 2008-11-18 18:36:20 +00:00
torsten
bdd32a47bf added ki266 3d-instrument, see ki266.xml for help 2008-11-03 16:18:06 +00:00
helijah
53406990dc - fixed some bugs + more airport infos + multikey system 2008-11-02 15:50:21 +00:00
martin
bf59d755aa Brett Harrison:
Some different liveries made after real aircraft
2008-10-31 18:40:32 +00:00
curt
23e8a4004b Fixes to track recent development changes. 2008-10-30 19:20:19 +00:00
torsten
fcffbe5986 Csaba Halász: Be advised that the texture repeat parsing of the osg ac3d loader
plugin changed on 3rd of october.
This means, textures without a "texrep" value will not repeat any more.
This might affect texture animations, such as in the case of kx165
2008-10-17 09:11:14 +00:00
mfranz
c350a7b6a8 s/fixpath/normpath/ (as in python) 2008-10-15 16:35:11 +00:00
mfranz
09a682a610 cmdarg() in listener functions is no longer supported; use regular func args 2008-10-12 20:35:38 +00:00
mfranz
832c035499 cmdarg() in listener functions is no longer supported; use regular func args 2008-10-12 19:09:14 +00:00
mfranz
0b453c6da3 - drop cmdarg() usage in listener functions
- use var keyword
2008-10-12 18:50:06 +00:00
torsten
838dff7b5f consolidated multiple actions into single pick animations 2008-10-12 17:33:57 +00:00
martin
3465b98f40 Myself: .... didn't load the default livery properly. 2008-10-12 14:59:14 +00:00
martin
3c589caf9d Heiko Schulz:
....  didn't load the default livery properly.
2008-10-12 13:56:41 +00:00
torsten
4498e9b4b0 property-save code simplification 2008-10-12 13:42:23 +00:00
martin
5558852110 Unify line endings 2008-10-11 23:17:23 +00:00
martin
20d64b1fb1 Fix typo. 2008-10-11 22:59:22 +00:00
martin
c64d2e1b69 Heiko Schulz:
Binary files for C172-update
2008-10-11 22:46:58 +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
abory
f704f0ac0a - Alexis Bory: Small texture adjustment. 2008-10-11 16:58:23 +00:00
torsten
69de20781e added the instrumentation/comm[n]/dimming-norm property to make digits dimmable 2008-10-10 19:05:38 +00:00
torsten
1866de1485 Added Bendix/King KX 165 COMM/NAV Radio with configurations for use as COMM1 and COMM2. 2008-10-09 19:11:06 +00:00
abory
483ce7b71b - Alexis Bory: Added datas for the RWR. 2008-10-08 21:07:05 +00:00
abory
c3906764fa - Alexis Bory: I knew it was too soon to fasten these screws. 2008-10-08 19:18:02 +00:00
vmmeazza
5a642cc2e6 Update parameters 2008-10-08 17:30:37 +00:00
vmmeazza
ee515582d0 Add rain spray effect 2008-10-08 16:51:40 +00:00
abory
0e62b49afa - Alexis Bory: Added new instrumet RWR. 2008-10-08 13:58:52 +00:00
abory
4cb1bff258 - Alexis Bory: Only remove a debug print. 2008-10-08 13:34:32 +00:00
abory
0714e08992 - Alexis Bory: Added a normalized property for RWRs. Minor fixes. 2008-10-08 13:23:38 +00:00
vmmeazza
0f0ac568d4 Add generic tyre smoke 2008-10-05 22:53:41 +00:00
abory
5d87e8a5d3 - Alexis Bory: Path fix. 2008-10-05 14:47:21 +00:00
abory
3600255914 - Alexis Bory: radardist.nas radardist.xml have nothing to do here.
Moved permanently to Aircraft/Instruments-3d/radardist/.
2008-10-05 14:32:44 +00:00
abory
6f86f4e516 - Alexis Bory: The f-14b radar system, now called radar2.nas and made generic. 2008-10-05 14:27:58 +00:00
abory
b5977955ef - Alexis Bory: Radardist has nothing to do in Aircraft/Generic.
- New utility functions get_aircraft_name() and radar_horizon().
    - Also small update to the aircrafts list.
2008-10-05 14:25:22 +00:00
abory
ac84c93b68 - Alexis Bory: minor fixes. 2008-09-27 20:33:29 +00:00
mfranz
8d6c593c35 flightplan export: don't complain if no waypoints are set 2008-09-25 23:08:18 +00:00
torsten
e8de9bda15 Ron Jensen:
This is a patch to the c172p fdm to add pointmasses for all four
occupant positions and baggage.  The X locations were taken from the
c172 type certificate 3A12 dated September 15, 1998.  As the new
pointmasses have a weight of 0 they will not affect the current model,
however we are extending the FlightGear weight and balance dialog for
JSBSim and the pointmasses have to be defined.
2008-09-01 15:14:33 +00:00
ehofman
23b0c9f6cb Update engine performance to match the latest version of JSBSim 2008-08-26 07:56:56 +00:00
mfranz
b60406b905 remove garbage 2008-08-18 09:34:12 +00:00
mfranz
c801bd4ab0 remove garbage 2008-08-18 09:19:25 +00:00
mfranz
c23971dcca aar.nas: minor cleanup 2008-08-14 21:38:32 +00:00
mfranz
2e6ffd34e6 s/system/type/ ... that's more consistent with the rest and less confusing 2008-08-13 22:56:21 +00:00
mfranz
2e6a1dc224 - make sure that aircraft can only refuel from tankers which support the
appropriate system ("probe" or "boom")
- use props.initNode()
- cosmetics
2008-08-13 22:03:59 +00:00
mfranz
0ccd7a62cd let aircraft declare from which refueling system they can receive 2008-08-13 22:00:54 +00:00
ehofman
f720eeb2ef Sync. with JSBSim CVS 2008-08-08 08:56:08 +00:00
abory
f951225d81 Removed pointless creation of a geo.Coord . 2008-08-02 14:58:42 +00:00
helijah
c231262e50 - GPS update by Zakharov 2008-07-28 17:19:52 +00:00
helijah
454950d0f9 - GPS update by Zakharov 2008-07-21 22:42:01 +00:00
abory
ea43922437 - Alexis Bory: use io.read_properties() instead of fgcommand(load). 2008-07-17 21:06:29 +00:00
helijah
763860f42c - new version with doc by Zakharov 2008-07-14 14:40:22 +00:00
abory
5eaebdb728 - Alexis Bory (and Melchior):
- Changed properties name in the XML: radardist -> radar-performance.
- Corrected spelling of data.
- Shortened the init message.
This doesn' change the way to call radardist.nas functions.
2008-07-11 21:10:48 +00:00
abory
dde3389421 - Alexis Bory: radardist.nas now reads its datas from $FG_ROOT/Aircraft/Generic/radardist.xml. 2008-07-08 10:16:38 +00:00
abory
5c054b5afc - Alexis Bory: radardist.nas now reads its datas from this XML file. 2008-07-08 10:08:51 +00:00
helijah
bdf204bcc1 - Update GPS zkv500 by Zakharov 2008-06-30 16:31:48 +00:00
helijah
5e9df124b6 *** empty log message *** 2008-06-30 00:17:21 +00:00
helijah
7e81bb94ff - new instruments : GPS zkv500 by Zakharov 2008-06-28 19:38:32 +00:00
abory
166f5c8b96 - Alexis: oops, should better test before committing. 2008-06-05 21:10:43 +00:00
abory
ba83e856cf - Alexis: ooops I forgot Jettoo's last additions in the tables. 2008-06-05 19:44:09 +00:00
abory
40d9b0e400 - Jettoo (glazmax) and Alexis: Radar Visibility Calculator. 2008-06-05 19:37:32 +00:00
mfranz
f8f63fcd8d use props.initNode() & simplification 2008-06-04 20:52:09 +00:00
sydadams
51344a09ec a few more updates , cleanups ... 2008-05-22 07:00:45 +00:00
sydadams
5b020a450a updates from Ron Jensen 2008-05-22 02:30:49 +00:00
mfranz
205675455c - make modelmgr a singleton class
- add selected_models() function
- fix help screen
2008-05-21 23:33:23 +00:00
mfranz
d12dfeda42 bah ... put the clone/copy function on the 'c' 2008-05-10 18:27:15 +00:00
mfranz
8361721c72 make Shift-d clone all selected objects (same key as in Blender :-) 2008-05-10 18:23:52 +00:00
mfranz
a571440567 - let Ctrl-g have the same meaning as g (necessary for LMB emulation)
- more cosmetics
2008-05-10 11:09:33 +00:00
mfranz
4c16eacf96 - make MMB-transformation step size depend on viewer distance
- add cursor.ac to the model selection list (useful as rotation center)
2008-05-09 20:40:10 +00:00
mfranz
6e36e21f7b - support *.osg models (priority: *.xml -> *.osg -> *.ac)
- cleanup
2008-05-09 16:47:38 +00:00
mfranz
e5b1c408dc mouse walk -> operation mode: with Ctrl modifier down, don't move the
ufo position, but the selected objects: ctrl-mmb left/right/up/down move
the objects left/right/away/nearer, and ctrl-mmb-lmb l/r/u/d rotate them
all around the active object ('m'-key marker!) or raise/lower them.

(the gear-key 'g' can for now be used as a Ctrl replacement for people
with 2 button mouse; will probably be moved to a better place ...)
2008-05-08 20:11:39 +00:00