Merge branch 'dev-next' into dev-syntax-code
This commit is contained in:
commit
e9b5a4f825
8 changed files with 94 additions and 48 deletions
|
@ -312,15 +312,15 @@
|
|||
|
||||
Clears (deletes) the media and all parameters from the given prim face.
|
||||
Returns an integer that is a STATUS_* flag which details the success/failure of the operation.
|
||||
<Argument name="Link">Link number</Argument>
|
||||
<Argument name="Face">Face number</Argument>
|
||||
</Word>
|
||||
|
||||
<Word name="llClearPrimMedia">
|
||||
integer llClearPrimMedia(integer Link, integer Face );
|
||||
integer llClearPrimMedia(integer Face );
|
||||
|
||||
Clears (deletes) the media and all params from the given Face.
|
||||
|
||||
Returns an integer that is a STATUS_* flag which details the success/failure of the operation.
|
||||
<Argument name="Link">Link number</Argument>
|
||||
<Argument name="Face">Face number</Argument>
|
||||
</Word>
|
||||
|
||||
|
@ -4831,9 +4831,14 @@
|
|||
If id is group owned, a NULL_KEY is returned.
|
||||
</Word>
|
||||
<Word name="OBJECT_PATHFINDING_TYPE" type="integer" value="20">Returns the pathfinding setting of any object in the region. It returns an integer matching one of the OPT_* constants.</Word>
|
||||
<Word name="OBJECT_PHANTOM" type="integer" value="22">Returns boolean, detailing if phantom is enabled or disabled on the object.
|
||||
If id is an avatar or attachment, 0 is returned.</Word>
|
||||
<Word name="OBJECT_PHYSICS" type="integer" value="21">Returns boolean, detailing if physics is enabled or disabled on the object.
|
||||
If id is an avatar or attachment, 0 is returned.</Word>
|
||||
<Word name="OBJECT_POS" value="">Gets the object's position in region coordinates.</Word>
|
||||
<Word name="OBJECT_ROOT" type="integer" value="18">Gets the id of the root prim of the object requested.</Word>
|
||||
<Word name="OBJECT_ROT" value="">Gets the object's rotation.</Word>
|
||||
<Word name="OBJECT_TEMP_ON_REZ" type="integer" value="23">Returns boolean, detailing if temporary is enabled or disabled on the object.</Word>
|
||||
<Word name="OBJECT_VELOCITY" value="">Gets the object's velocity.</Word>
|
||||
|
||||
<Word name="OBJECT_STREAMING_COST" value="15"></Word>
|
||||
|
|
|
@ -7,10 +7,33 @@
|
|||
</head>
|
||||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||
<div>
|
||||
<div>
|
||||
<h3><span class="date">2013-01-01</span> - Release 2.48.0</h3>
|
||||
<div>
|
||||
* Constants Added (thanks to Lucia Nightfire):
|
||||
<ul>
|
||||
<li>OBJECT_PHANTOM</li>
|
||||
<li>OBJECT_PHYSICS</li>
|
||||
<li>OBJECT_TEMP_ON_REZ</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span class="date">2012-12-25</span> - Release 2.47.2</h3>
|
||||
<div>
|
||||
* Fixed:
|
||||
<ul>
|
||||
<li>Accidentally added the Link parameter to llClearPrimMedia when correcting llClearLinkMedia.</li>
|
||||
<li>llWanderWithin - Corrected second argument to be vector instead of float.</li>
|
||||
<li>Bug 28 - Alt-F4 or File-Exit does not close unsaved documents.</li>
|
||||
<li>Bug 29 - llAngleBetween returns wrong values. Still not 100% accurate. Uses the improved code from the LSL Portal.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span class="date">2012-11-26</span> - Release 2.47.1</h3>
|
||||
<div>
|
||||
* Funtions Added:
|
||||
* Functions Added:
|
||||
<ul>
|
||||
<li>llAttachToAvatarTemp</li>
|
||||
<li>llGetSimStats</li>
|
||||
|
@ -63,12 +86,12 @@
|
|||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
* Fixed:
|
||||
<ul>
|
||||
<li>Removed several duplicate names from the Help => About dialogue.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span class="date">2012-11-18</span> - Release 2.47.0</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue