Added a replay manager dialog box.
Other misc. tweaks and updates.
This commit is contained in:
parent
168c485d1a
commit
8adb95c719
4 changed files with 19 additions and 3 deletions
4
Thanks
4
Thanks
|
@ -341,6 +341,8 @@ Friedemann Reinhard <mpt218@faupt212.physik.uni-erlangen.de>
|
|||
Frederic Bouvier <frbouvi@wanadoo.fr>
|
||||
Added French language support
|
||||
Keeps FlightGear MSVC compatible.
|
||||
Did a nice job populating the San Francisco bay area by adding a lot
|
||||
of static scenery.
|
||||
|
||||
|
||||
Petter Reinholdtsen <pere@games.no>
|
||||
|
@ -523,7 +525,7 @@ John Wojnaroski <castle@mminternet.com>
|
|||
3d clouds
|
||||
|
||||
|
||||
Space Imaging, Inc http://www.spaceimaging.com
|
||||
Space Imaging, Inc http://www.spaceimaging.com/
|
||||
Space Imaging has allowed us to use the images in their archive for
|
||||
commercial and non-commercial use, provided the original image can't be
|
||||
extracted from the textures.
|
||||
|
|
|
@ -112,6 +112,14 @@
|
|||
<command>old-hud-alpha-dialog</command>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<label>Instant Replay</label>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>replay</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
|
||||
|
|
|
@ -647,6 +647,7 @@ Shared parameters for various materials.
|
|||
|
||||
<material>
|
||||
<name>pc_centerline</name>
|
||||
<name>dirt_rwycenterline</name>
|
||||
<texture>Runway/pc_centerline.rgb</texture>
|
||||
<wrapu>false</wrapu>
|
||||
<wrapv>false</wrapv>
|
||||
|
|
|
@ -17,7 +17,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<virtual-cockpit type="bool">false</virtual-cockpit>
|
||||
<presets>
|
||||
<airport-id>KSFO</airport-id>
|
||||
<runway>28L</runway>
|
||||
<runway>28R</runway>
|
||||
<trim type="bool">true</trim>
|
||||
</presets>
|
||||
<startup>
|
||||
|
@ -242,6 +242,11 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<visibility type="bool">true</visibility>
|
||||
</menubar>
|
||||
|
||||
<replay>
|
||||
<duration type="double">90</duration>
|
||||
<view type="int">1</view>
|
||||
</replay>
|
||||
|
||||
<ATC>
|
||||
<enabled type="bool">true</enabled>
|
||||
</ATC>
|
||||
|
@ -688,6 +693,6 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<scene_lighting type="bool">true</scene_lighting>
|
||||
</test>
|
||||
|
||||
</PropertyList>
|
||||
</PropertyList>
|
||||
|
||||
<!-- end of preferences.xml -->
|
||||
|
|
Loading…
Add table
Reference in a new issue