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>
|
Frederic Bouvier <frbouvi@wanadoo.fr>
|
||||||
Added French language support
|
Added French language support
|
||||||
Keeps FlightGear MSVC compatible.
|
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>
|
Petter Reinholdtsen <pere@games.no>
|
||||||
|
@ -523,7 +525,7 @@ John Wojnaroski <castle@mminternet.com>
|
||||||
3d clouds
|
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
|
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
|
commercial and non-commercial use, provided the original image can't be
|
||||||
extracted from the textures.
|
extracted from the textures.
|
||||||
|
|
|
@ -112,6 +112,14 @@
|
||||||
<command>old-hud-alpha-dialog</command>
|
<command>old-hud-alpha-dialog</command>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<label>Instant Replay</label>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-show</command>
|
||||||
|
<dialog-name>replay</dialog-name>
|
||||||
|
</binding>
|
||||||
|
</item>
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
|
|
@ -647,6 +647,7 @@ Shared parameters for various materials.
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<name>pc_centerline</name>
|
<name>pc_centerline</name>
|
||||||
|
<name>dirt_rwycenterline</name>
|
||||||
<texture>Runway/pc_centerline.rgb</texture>
|
<texture>Runway/pc_centerline.rgb</texture>
|
||||||
<wrapu>false</wrapu>
|
<wrapu>false</wrapu>
|
||||||
<wrapv>false</wrapv>
|
<wrapv>false</wrapv>
|
||||||
|
|
|
@ -17,7 +17,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<virtual-cockpit type="bool">false</virtual-cockpit>
|
<virtual-cockpit type="bool">false</virtual-cockpit>
|
||||||
<presets>
|
<presets>
|
||||||
<airport-id>KSFO</airport-id>
|
<airport-id>KSFO</airport-id>
|
||||||
<runway>28L</runway>
|
<runway>28R</runway>
|
||||||
<trim type="bool">true</trim>
|
<trim type="bool">true</trim>
|
||||||
</presets>
|
</presets>
|
||||||
<startup>
|
<startup>
|
||||||
|
@ -242,6 +242,11 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<visibility type="bool">true</visibility>
|
<visibility type="bool">true</visibility>
|
||||||
</menubar>
|
</menubar>
|
||||||
|
|
||||||
|
<replay>
|
||||||
|
<duration type="double">90</duration>
|
||||||
|
<view type="int">1</view>
|
||||||
|
</replay>
|
||||||
|
|
||||||
<ATC>
|
<ATC>
|
||||||
<enabled type="bool">true</enabled>
|
<enabled type="bool">true</enabled>
|
||||||
</ATC>
|
</ATC>
|
||||||
|
@ -688,6 +693,6 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<scene_lighting type="bool">true</scene_lighting>
|
<scene_lighting type="bool">true</scene_lighting>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
||||||
<!-- end of preferences.xml -->
|
<!-- end of preferences.xml -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue