From: <sv...@ww...> - 2004-09-11 15:15:45
|
Author: mkrose Date: 2004-09-11 08:15:38 -0700 (Sat, 11 Sep 2004) New Revision: 1223 Modified: trunk/CSP/CSPSim/Bin/TestObjects.py trunk/CSP/CSPSim/CHANGES.current trunk/CSP/CSPSim/Data/XML/theater/balkan/objectives.xml Log: Adjusted airbase position slightly to move it to a flat area. Moved the initial position of the test aircraft to compensate. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1223 Modified: trunk/CSP/CSPSim/Bin/TestObjects.py =================================================================== --- trunk/CSP/CSPSim/Bin/TestObjects.py 2004-08-26 07:44:17 UTC (rev 1222) +++ trunk/CSP/CSPSim/Bin/TestObjects.py 2004-09-11 15:15:38 UTC (rev 1223) @@ -38,8 +38,8 @@ v = SimData.Vector3 m = SimData.LLA() vehicle = app.createVehicle - vehicle("sim:vehicles.aircraft.m2k", v(-29413, -12020, 88.5), v(0, 0, 0), v(0.0, 0.0, 179.0)) - vehicle("sim:vehicles.aircraft.m2k", v(-29413, -12020, 1000), v(0, 100.0, 0), v(5.0, 0.0, 0.0)) + vehicle("sim:vehicles.aircraft.m2k", v(-29413, -10980, 88.5), v(0, 0, 0), v(0.0, 0.0, 179.0)) + vehicle("sim:vehicles.aircraft.m2k", v(-29413, -10980, 1000), v(0, 100.0, 0), v(5.0, 0.0, 0.0)) def createNCA(app): v = SimData.Vector3 Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2004-08-26 07:44:17 UTC (rev 1222) +++ trunk/CSP/CSPSim/CHANGES.current 2004-09-11 15:15:38 UTC (rev 1223) @@ -1,10 +1,16 @@ Version 0.4.0 (in progress) =========================== +2004-09-11: onsight + * Adjusted airbase position slightly to move it to a flat area. + Moved the initial position of the test aircraft to compensate. + (You'll need to recompile the dar file, otherwise the aircraft + will be in the wrong place initially.) + 2004-08-24: delta - * Used simdata::clampTo instead of std::min/max to avoid the usual - macro conflict on vs. - + * Used simdata::clampTo instead of std::min/max to avoid the usual + macro conflict on vs. + * Avoid a minor warning with an implicit cats from double to float. 2004-08-08: onsight Modified: trunk/CSP/CSPSim/Data/XML/theater/balkan/objectives.xml =================================================================== --- trunk/CSP/CSPSim/Data/XML/theater/balkan/objectives.xml 2004-08-26 07:44:17 UTC (rev 1222) +++ trunk/CSP/CSPSim/Data/XML/theater/balkan/objectives.xml 2004-09-11 15:15:38 UTC (rev 1223) @@ -10,7 +10,7 @@ the theater. --> <Object class="Objective"> <Path name="model">airbase</Path> - <LLA name="position">41.53 15.65 0.0</LLA> + <LLA name="position">41.54 15.65 0.0</LLA> <!--LLA name="position">41.521 15.655 0.0</LLA--> <Float name="orientation">0</Float> <Int name="strategic_value_modifier">0</Int> |