From 8adb95c71908294df01bbd19ac191ada09839185 Mon Sep 17 00:00:00 2001 From: curt <curt> Date: Thu, 11 Sep 2003 19:35:18 +0000 Subject: [PATCH] Added a replay manager dialog box. Other misc. tweaks and updates. --- Thanks | 4 +++- gui/menubar.xml | 8 ++++++++ materials.xml | 1 + preferences.xml | 9 +++++++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Thanks b/Thanks index 619c0cae0..1f04748c7 100644 --- a/Thanks +++ b/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. diff --git a/gui/menubar.xml b/gui/menubar.xml index 158c621ce..1f3846990 100644 --- a/gui/menubar.xml +++ b/gui/menubar.xml @@ -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> diff --git a/materials.xml b/materials.xml index 67fe6a0ec..ef96abab5 100644 --- a/materials.xml +++ b/materials.xml @@ -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> diff --git a/preferences.xml b/preferences.xml index 2873b69fb..7c72328b6 100644 --- a/preferences.xml +++ b/preferences.xml @@ -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 -->