1
0
Fork 0
Commit graph

3036 commits

Author SHA1 Message Date
sydadams
7e6376fe29 an updated material file to use the newer tree textures ... probably needs Jester's material patch (allows condition statements in materials.xml) 2008-02-15 04:53:24 +00:00
sydadams
97c7c1c68f adding new tree textures 2008-02-15 04:50:46 +00:00
mfranz
80ed641d69 avoid unnecessary call() 2008-02-13 20:12:42 +00:00
mfranz
2aa8e41828 rename '.' glyph and arrow glyph names according to the new sign language spec 2008-02-13 19:06:46 +00:00
stuart
2472fa5a89 Add a /sim/rendering/random-vegetation property value, defaulting to true. Also remove the userarchive from both the random-object and random-vegetation properties as these can't be set within FG. 2008-02-12 22:27:09 +00:00
stuart
f937d989a9 Additional name for CH Fighterstick. 2008-02-12 22:05:28 +00:00
vmmeazza
921c8a5b5e Experimental formation menu 2008-02-11 18:34:19 +00:00
sydadams
f23ba6322d winter texture updates 2008-02-11 07:50:32 +00:00
sydadams
6b7ace320a Adding missing winter textures ...more to come 2008-02-11 06:52:30 +00:00
sydadams
5fb531836a added some new tree textures to play with ... winter,summer and fall versions
they are currently 128 height ...should be scaled down 50 percent , but easier to work on at this resolution...
Also added a materials.xml.test so it wont over-write the original file ...remove the .test extention  to try it out
Still checking into implementing a 'fall' option , spring and summer are pretty much the same
2008-02-09 06:55:22 +00:00
timoore
cefe3edeb2 Latest trees update from Stuart Buchanan.
Random variation of tree texture maps.
2008-02-07 23:11:38 +00:00
andy
4ae206fc00 Turns out some code likes to call isa() with non-objects. Might as
well have it return false (which is valid) instead of throwing an
exception (also valid, but more surprising).
2008-02-07 21:23:42 +00:00
andy
bedac8ec83 Fix isa() when used on classes with superclasses. 2008-02-07 18:03:03 +00:00
mfranz
b94a02a4f5 disable ground steering head turn (until there's a better implementation?).
This does often work badly, especially in seaplanes.
2008-02-07 15:07:09 +00:00
mfranz
46f66693e2 - make timer.stop() return "me"
- make door.move() only spawn an interpolate event if the target value
  differs from the current pos (fixes brake problem in the dhc6)
2008-02-05 12:39:56 +00:00
timoore
a511a1d020 Specification of random tree models and densities. From Stuart Buchanan. 2008-02-02 23:10:08 +00:00
mfranz
45efa41608 Dave PERRY:
"All the pa24 and pa28 and Seneca II hot spots are now visible in osg and
plib with ctrl-c."
2008-02-02 17:45:27 +00:00
mfranz
30f3dff563 make axis wrappers a tad faster (and a whole lot cooler :-) 2008-01-30 21:52:29 +00:00
mfranz
c35f3207d3 preferences.xml: drop /sim/input/selected/engine settings (these properties
are set in controls.nas since ages)
controls.nas: avoid repeated querying of /sim/input/selected/engine[*]
    properties; this isn't supposed to change at runtime and is a rather
    costly process, especially in axis handlers
2008-01-30 16:48:04 +00:00
mfranz
eb42fbda8c pre-select 12 engines, as needed for the Dornier DO-X 2008-01-30 00:06:42 +00:00
mfranz
5776d1cc87 make mixture/propeller/carbHear only work for selected engine (like throttle) 2008-01-29 23:45:31 +00:00
mfranz
ea3148949a use the destructor (which I had totally forgotten) 2008-01-23 21:26:30 +00:00
mfranz
7948776d89 insert WP list file on selected position, or append otherwise 2008-01-22 22:25:28 +00:00
mfranz
e22b74016e what about using string.trim() correctly?! 2008-01-22 20:03:00 +00:00
mfranz
1fd9c1d8f2 delete the file dialog, not the route manager dialog 2008-01-22 20:01:08 +00:00
mfranz
31c7d5d748 add button to load waypoint file (idea by Philip COBBIN) 2008-01-22 19:45:57 +00:00
mfranz
a856d86181 adopt glyph names from apt.dat 840 for "runway safety area" and "ils critical
area boundary"
2008-01-20 15:14:47 +00:00
mfranz
cce72f08a9 don't save view-enabled state of nameless views to aircraft config file
(the view may have been removed from the *-set.xml file)
2008-01-18 14:16:38 +00:00
sydadams
47b4d2f98e *** empty log message *** 2008-01-17 00:54:17 +00:00
abory
3ff4521146 - Corrected the XML example so it works in FG and without aborting. 2008-01-06 15:10:46 +00:00
stuart
43cf56ad9a Joystick Definition for CH Products Fighterstick USB. 2008-01-06 10:36:11 +00:00
martin
b58ef48096 .... and put the PDF into the right place. 2007-12-31 19:49:48 +00:00
martin
7788ea3152 Remove references to port 5002 - now that we have The Release we all
want to fly in the same World - don't we ?
2007-12-30 16:24:31 +00:00
sydadams
527959b8b3 fixed radar whiteout and hotspot alignment 2007-12-27 11:50:23 +00:00
sydadams
1ef0b7cf8a Added field-of-view to the save file of my aircraft
Updated the radar to a 2d screen , still not working 100%
2007-12-27 03:27:09 +00:00
martin
9b16db56f0 Fix Chase View Without Yaw on the basis of:
http://mapserver.flightgear.org/git/gitweb.pl?p=flightgear;a=commitdiff;h=b4e4dc8531aa2c72ad7a1016450b7f5366e2d98a
  http://mapserver.flightgear.org/git/gitweb.pl?p=fgdata;a=commitdiff;h=c952f8ddda9106a2ca3f88b52dc1d30b3c8a7a68
2007-12-25 19:42:13 +00:00
vmmeazza
bece76964e Add information on "External Force" (experimantal) 2007-12-24 21:13:39 +00:00
sydadams
d64a6dba06 material lighting update 2007-12-22 23:38:37 +00:00
sydadams
24572f14db Updated kfc200 FD mode operation...
Material lighting updates ....
2007-12-22 23:37:14 +00:00
sydadams
d642797371 Updated my 3d kr-87adf reciever to use Curt's kr-87 code instead of instruments/adf .... 2007-12-22 23:31:45 +00:00
mfranz
5832bde60e s/no-warning/depreciated/ 2007-12-21 12:04:26 +00:00
mfranz
c77eafa0c9 disable depreciation warning for standard HUDs. These will be converted
(more or less accurately) anyway.
2007-12-21 11:43:04 +00:00
sydadams
c07a7c266e changed wxradar to radar ... 2007-12-18 07:13:10 +00:00
mfranz
7c9566860d Stewart ANDREASON: fix broken index calculation in livery.set() 2007-12-17 21:49:52 +00:00
sydadams
28f416c6d5 a few Primus 1000 updates ... 2007-12-16 09:45:43 +00:00
martin
4e6318e03b Oooops, stupid me, add this to the Base Pacckage as well. 2007-12-15 19:05:29 +00:00
mfranz
a7cdd684a1 add a "Camera View", which is an exact copy of "Cockpit View" and selected
(but disabled) by default. You won't notice any difference, unless you
place, let's say, an A-10-model.xml in the scenery. Some of the A-10's "select"
animations unselect the fuselage and other parts, when they thinks the A-10
is in cockpit view, not knowing that it's actually the *ufo*, which is in
cockpit view.
2007-12-14 10:50:02 +00:00
mfranz
c96fd4b089 - make stepView() read the <enabled> flag as bool
- some more 'var', as usual
2007-12-13 20:16:20 +00:00
mfranz
f0cd9efc9f Hans FUGAL: different axis numbers for mac/unix
mf: add windows entries with same numbers as mac for now
2007-12-13 18:30:55 +00:00
martin
82019bd780 Ralf Gerlich:
Move/rotate Half Moon Bay (KHAF) taxiways to fit the realigned runway.
2007-12-13 15:36:22 +00:00