Synced Thanks file with source.
Fixed elevator direction in keyboard.xml Fixed a typo in materials.
This commit is contained in:
parent
931f4bf184
commit
d3c4db2f58
3 changed files with 8 additions and 3 deletions
5
Thanks
5
Thanks
|
@ -48,6 +48,7 @@ Bernie Bright <bbright@c031.aone.net.au>
|
|||
STL portability, tons o' stuff. :-)
|
||||
Currently trying to get a BeOS port together but life keeps getting
|
||||
in the way!
|
||||
Threading support and threaded tile pager.
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
Neetha Girish <neethagirish@usa.net>
|
||||
Contributed the xml configurable HUD changes.
|
||||
|
||||
|
||||
Jeff Goeke-Smith <jgoeke@voyager.net>
|
||||
Contributed our first autopilot. (Heading Hold)
|
||||
Better autoconf check for external timezone/daylight variables in
|
||||
|
|
|
@ -148,7 +148,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/autopilot/control-overrides/elevator</property>
|
||||
<step type="double">0.01</step>
|
||||
<step type="double">-0.01</step>
|
||||
</binding>
|
||||
<mod-shift>
|
||||
<desc>Look back.</desc>
|
||||
|
@ -258,7 +258,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
|||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/autopilot/control-overrides/elevator</property>
|
||||
<step type="double">-0.01</step>
|
||||
<step type="double">0.01</step>
|
||||
</binding>
|
||||
<mod-shift>
|
||||
<desc>Look forward.</desc>
|
||||
|
|
|
@ -771,7 +771,7 @@ ShrubCover {
|
|||
specular = 0.0 0.0 0.0 1.0
|
||||
emissive = 0.0 0.0 0.0 1.0
|
||||
}
|
||||
alias BareTundraCover IntermittentLake
|
||||
alias BareTundraCover ShrubCover
|
||||
|
||||
Urban {
|
||||
texture = Terrain/resgrid.rgb
|
||||
|
|
Loading…
Add table
Reference in a new issue