From: <sv...@ww...> - 2004-08-08 20:06:56
|
Author: mkrose Date: 2004-08-08 13:06:50 -0700 (Sun, 08 Aug 2004) New Revision: 1213 Modified: trunk/CSP/CSPSim/CHANGES.current trunk/CSP/CSPSim/Data/CSPSim.ini trunk/CSP/CSPSim/Data/XML/theater/balkan/airbase.xml Log: Clean up default ini file a bit. Move trees off of the runway. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1213 Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2004-08-08 20:04:22 UTC (rev 1212) +++ trunk/CSP/CSPSim/CHANGES.current 2004-08-08 20:06:50 UTC (rev 1213) @@ -8,6 +8,10 @@ compatibility before assigning. Assigning incompatible Ref types now throws an exception (SimData). + * Clean up default ini file a bit. + + * Move trees off of the runway. + 2004-08-07: onsight * Cleaned up tree images a bit to remove purple pixels. Converted tree0.rgba to png. Adjusted the aspect ratios slightly. Modified: trunk/CSP/CSPSim/Data/CSPSim.ini =================================================================== --- trunk/CSP/CSPSim/Data/CSPSim.ini 2004-08-08 20:04:22 UTC (rev 1212) +++ trunk/CSP/CSPSim/Data/CSPSim.ini 2004-08-08 20:06:50 UTC (rev 1213) @@ -41,19 +41,19 @@ MudBubbleRadius = 40000 AirBubbleRadius = 80000 VisualRadius = 40000 +; balkan theater (demeter) +Theater = sim:theater.balkan Date = 2004-05-09 12:00:00 +; northern CA theater (chunkedLod) +;Theater = sim:theater.nca +;Date = 2003-05-15 14:19:30 [Networking] UseNetworking = true LocalMessagePort = 3150 LocalMessageHost = 127.0.0.1 RemoteMessagePort = 3160 -RemoteMessageHost = 82.101.7.217 -Theater = sim:theater.balkan +RemoteMessageHost = 127.0.0.1 -; balkan theater (demeter) -; northern CA theater (chunkedLod) -;Theater = sim:theater.nca -;Date = 2003-05-15 14:19:30 Modified: trunk/CSP/CSPSim/Data/XML/theater/balkan/airbase.xml =================================================================== --- trunk/CSP/CSPSim/Data/XML/theater/balkan/airbase.xml 2004-08-08 20:04:22 UTC (rev 1212) +++ trunk/CSP/CSPSim/Data/XML/theater/balkan/airbase.xml 2004-08-08 20:06:50 UTC (rev 1213) @@ -22,7 +22,7 @@ </Object> <Object class="FeatureLayout"> <Path name="model">forest</Path> - <Float name="x">100</Float> + <Float name="x">150</Float> <Float name="y">-200</Float> <Float name="orientation">0</Float> </Object> |