Updated Release notes for path-finding updates
This commit is contained in:
parent
6c6309a938
commit
d6582d8ff1
1 changed files with 37 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue