1
0
Fork 0

Synced Thanks file with source.

Fixed elevator direction in keyboard.xml
Fixed a typo in materials.
This commit is contained in:
curt 2001-06-15 15:38:23 +00:00
parent 931f4bf184
commit d3c4db2f58
3 changed files with 8 additions and 3 deletions

5
Thanks
View file

@ -48,6 +48,7 @@ Bernie Bright <bbright@c031.aone.net.au>
STL portability, tons o' stuff. :-) STL portability, tons o' stuff. :-)
Currently trying to get a BeOS port together but life keeps getting Currently trying to get a BeOS port together but life keeps getting
in the way! in the way!
Threading support and threaded tile pager.
Bernhard H. Buckel <buckel@mail.uni-wuerzburg.de> Bernhard H. Buckel <buckel@mail.uni-wuerzburg.de>
@ -132,6 +133,10 @@ Thomas Gellekum <tg@ihf.rwth-aachen.de>
Changes and updates for compiling on FreeBSD Changes and updates for compiling on FreeBSD
Neetha Girish <neethagirish@usa.net>
Contributed the xml configurable HUD changes.
Jeff Goeke-Smith <jgoeke@voyager.net> Jeff Goeke-Smith <jgoeke@voyager.net>
Contributed our first autopilot. (Heading Hold) Contributed our first autopilot. (Heading Hold)
Better autoconf check for external timezone/daylight variables in Better autoconf check for external timezone/daylight variables in

View file

@ -148,7 +148,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/autopilot/control-overrides/elevator</property> <property>/autopilot/control-overrides/elevator</property>
<step type="double">0.01</step> <step type="double">-0.01</step>
</binding> </binding>
<mod-shift> <mod-shift>
<desc>Look back.</desc> <desc>Look back.</desc>
@ -258,7 +258,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/autopilot/control-overrides/elevator</property> <property>/autopilot/control-overrides/elevator</property>
<step type="double">-0.01</step> <step type="double">0.01</step>
</binding> </binding>
<mod-shift> <mod-shift>
<desc>Look forward.</desc> <desc>Look forward.</desc>

View file

@ -771,7 +771,7 @@ ShrubCover {
specular = 0.0 0.0 0.0 1.0 specular = 0.0 0.0 0.0 1.0
emissive = 0.0 0.0 0.0 1.0 emissive = 0.0 0.0 0.0 1.0
} }
alias BareTundraCover IntermittentLake alias BareTundraCover ShrubCover
Urban { Urban {
texture = Terrain/resgrid.rgb texture = Terrain/resgrid.rgb