Merge branch 'dev-next' into dev-syntax-code
This commit is contained in:
commit
4405a661f8
4 changed files with 37 additions and 4 deletions
Binary file not shown.
|
@ -708,8 +708,13 @@
|
||||||
<Word name="llGetAgentLanguage">
|
<Word name="llGetAgentLanguage">
|
||||||
string llGetAgentLanguage( key avatar );
|
string llGetAgentLanguage( key avatar );
|
||||||
|
|
||||||
Returns a string that is the language code of the preferred
|
Returns a string that is the language code of the preferred interface language of the user avatar.
|
||||||
interface language of the user avatar.
|
</Word>
|
||||||
|
|
||||||
|
<Word name="llGetAgentList">
|
||||||
|
list llGetAgentList( integer Scope, list Options );
|
||||||
|
|
||||||
|
Returns a list of agents from the specified scope (parcel, owner's parcel, region).
|
||||||
</Word>
|
</Word>
|
||||||
|
|
||||||
<Word name="llGetAgentSize">
|
<Word name="llGetAgentSize">
|
||||||
|
@ -4662,6 +4667,10 @@
|
||||||
|
|
||||||
<WordsSubsection name="C.99. Miscellaneous constants.">
|
<WordsSubsection name="C.99. Miscellaneous constants.">
|
||||||
Constants that do not fit into any of the previously defined categories.
|
Constants that do not fit into any of the previously defined categories.
|
||||||
|
<Word name="AGENT_LIST_PARCEL" />
|
||||||
|
<Word name="AGENT_LIST_PARCEL_OWNER" />
|
||||||
|
<Word name="AGENT_LIST_REGION" />
|
||||||
|
|
||||||
<Word name="CAMERA_ACTIVE" />
|
<Word name="CAMERA_ACTIVE" />
|
||||||
<Word name="CAMERA_BEHINDNESS_ANGLE" />
|
<Word name="CAMERA_BEHINDNESS_ANGLE" />
|
||||||
<Word name="CAMERA_BEHINDNESS_LAG" />
|
<Word name="CAMERA_BEHINDNESS_LAG" />
|
||||||
|
@ -4959,6 +4968,7 @@
|
||||||
<Word name="PRIM_SHINY_NONE" />
|
<Word name="PRIM_SHINY_NONE" />
|
||||||
|
|
||||||
<Word name="PRIM_SIZE" />
|
<Word name="PRIM_SIZE" />
|
||||||
|
<Word name="PRIM_SLICE" />
|
||||||
<Word name="PRIM_TEMP_ON_REZ" />
|
<Word name="PRIM_TEMP_ON_REZ" />
|
||||||
|
|
||||||
<Word name="PRIM_TEXGEN" />
|
<Word name="PRIM_TEXGEN" />
|
||||||
|
|
|
@ -8,7 +8,23 @@
|
||||||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><span class="date"><2012-04-00</span> - Release 2.46.0</h3>
|
<h3><span class="date"><2012-04-23</span> - Release 2.46.0</h3>
|
||||||
|
* Added constants/function currently on the Magnum RC.
|
||||||
|
<div>
|
||||||
|
* Constants:
|
||||||
|
<ul>
|
||||||
|
<li>AGENT_LIST_PARCEL</li>
|
||||||
|
<li>AGENT_LIST_PARCEL_OWNER</li>
|
||||||
|
<li>AGENT_LIST_REGION</li>
|
||||||
|
<li>PRIM_SLICE</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
* Functions:
|
||||||
|
<ul>
|
||||||
|
<li>llGetAgentList</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
* Fixed:
|
* Fixed:
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<AssemblyKeyContainerName>
|
<AssemblyKeyContainerName>
|
||||||
</AssemblyKeyContainerName>
|
</AssemblyKeyContainerName>
|
||||||
<AssemblyName>LSLEditor</AssemblyName>
|
<AssemblyName>LSLEditor</AssemblyName>
|
||||||
<AssemblyOriginatorKeyFile>testing.pfx</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>lsl-editor.pfx</AssemblyOriginatorKeyFile>
|
||||||
<DefaultClientScript>JScript</DefaultClientScript>
|
<DefaultClientScript>JScript</DefaultClientScript>
|
||||||
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
||||||
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
||||||
|
@ -94,6 +94,12 @@
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<SignManifests>true</SignManifests>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ManifestCertificateThumbprint>5CBB20152EC70EC13542B336790AF2E7AB2E1DEB</ManifestCertificateThumbprint>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System">
|
<Reference Include="System">
|
||||||
<Name>System</Name>
|
<Name>System</Name>
|
||||||
|
@ -717,6 +723,7 @@
|
||||||
<Content Include="LSLEditor.rc" />
|
<Content Include="LSLEditor.rc" />
|
||||||
<EmbeddedResource Include="Resource\ToolsOptions.xml" />
|
<EmbeddedResource Include="Resource\ToolsOptions.xml" />
|
||||||
<EmbeddedResource Include="Resource\thanks.gif" />
|
<EmbeddedResource Include="Resource\thanks.gif" />
|
||||||
|
<None Include="lsl-editor.pfx" />
|
||||||
<None Include="Test.snk" />
|
<None Include="Test.snk" />
|
||||||
<None Include="testing.pfx" />
|
<None Include="testing.pfx" />
|
||||||
<None Include="Web References\org.lsleditor.www\Service1.disco" />
|
<None Include="Web References\org.lsleditor.www\Service1.disco" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue