Merge branch 'dev-next' into dev-syntax-code
This commit is contained in:
commit
db5aa32eb6
3 changed files with 39 additions and 8 deletions
Binary file not shown.
|
@ -8,7 +8,43 @@
|
|||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||
<div>
|
||||
<div>
|
||||
<h3><span class="date"><2012-04-23</span> - Release 2.46.0</h3>
|
||||
<h3><span class="date">2012-05-00</span> - Release 2.4x.x</h3>
|
||||
<div>
|
||||
* Added Path-finding constants:
|
||||
<ul>
|
||||
<li>CHARACTER_CMD_SMOOTH_STOP</li>
|
||||
<li>CHARACTER_MAX_SPEED</li>
|
||||
<li>CHARACTER_MAX_TURN_SPEED</li>
|
||||
<li>CHARACTER_MAX_TURN_RADIUS</li>
|
||||
<li>CHARACTER_ORIENTATION</li>
|
||||
<li>FORCE_DIRECT_PATH</li>
|
||||
<li>GET_NAV_POINT_RADIUS</li>
|
||||
<li>HORIZONTAL</li>
|
||||
<li>PATROL_PAUSE_AT_WAYPOINTS</li>
|
||||
<li>PU_FAILURE_NO_NAVMESH</li>
|
||||
<li>PURSUIT_GOAL_TOLERANCE</li>
|
||||
<li>REQUIRE_LINE_OF_SIGHT</li>
|
||||
<li>VERTICAL</li>
|
||||
<li>WANDER_PAUSE_AT_WAYPOINTS</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
* Removed renamed/deleted constants:
|
||||
<ul>
|
||||
<li>CHARACTER_MAX_ANGULAR_ACCEL</li>
|
||||
<li>CHARACTER_MAX_ANGULAR_SPEED</li>
|
||||
<li>CHARACTER_TURN_SPEED_MULTIPLIER</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
* Changed:
|
||||
<ul>
|
||||
<li>llWanderWithin() - function signature and description are changed.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span class="date">2012-04-24</span> - Release 2.46.0</h3>
|
||||
* Added constants/function currently on the Magnum RC.
|
||||
<div>
|
||||
* Constants:
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
<AssemblyKeyContainerName>
|
||||
</AssemblyKeyContainerName>
|
||||
<AssemblyName>LSLEditor</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>lsl-editor.pfx</AssemblyOriginatorKeyFile>
|
||||
<AssemblyOriginatorKeyFile>
|
||||
</AssemblyOriginatorKeyFile>
|
||||
<DefaultClientScript>JScript</DefaultClientScript>
|
||||
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
||||
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
||||
|
@ -234,8 +235,6 @@
|
|||
<Compile Include="Docking\Win32\Enums.cs" />
|
||||
<Compile Include="Docking\Win32\NativeMethods.cs" />
|
||||
<Compile Include="Editor\KeyWords.cs" />
|
||||
<None Include="582fd361b0616b6aa0b38e7cd7a80475.pem" />
|
||||
<None Include="Certum-OS-Certificate.pfx" />
|
||||
<None Include="Editor\RoundCorners.cs" />
|
||||
<Compile Include="Decompressor\Decompress.cs" />
|
||||
<Compile Include="Editor\MsXsltContext.cs" />
|
||||
|
@ -725,10 +724,6 @@
|
|||
<Content Include="LSLEditor.rc" />
|
||||
<EmbeddedResource Include="Resource\ToolsOptions.xml" />
|
||||
<EmbeddedResource Include="Resource\thanks.gif" />
|
||||
<None Include="lsl-editor.pfx" />
|
||||
<None Include="Open Source Developer.cer" />
|
||||
<None Include="Test.snk" />
|
||||
<None Include="testing.pfx" />
|
||||
<None Include="Web References\org.lsleditor.www\Service1.disco" />
|
||||
<EmbeddedResource Include="Resource\About.htm" />
|
||||
<EmbeddedResource Include="Resource\ReleaseNotes.htm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue