<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/lslplus/patches/" rel="alternate"/><link href="https://sourceforge.net/p/lslplus/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/lslplus/patches/</id><updated>2008-12-25T13:57:06Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>An Avatar Event Handler Supporting RLV 0.2</title><link href="https://sourceforge.net/p/lslplus/patches/4/" rel="alternate"/><published>2008-12-25T13:57:06Z</published><updated>2008-12-25T13:57:06Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net13121635e0abac3d8a700270648e398d1056b58b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;this patch contains an Agent Event Handler with some basic support for&lt;br /&gt;
RLV.&lt;/p&gt;
&lt;p&gt;The addtached file rlv_0.2.zip adds support for the windlight getenv_ and setenv_ commands. It also adds tests for the restrictions handling implemented in 0.1.&lt;/p&gt;
&lt;p&gt;Version rlv_0.1.zip supports adding, removing and getting of&lt;br /&gt;
restrictions. It has limited support for force-sit.&lt;/p&gt;
&lt;p&gt;Please see&lt;br /&gt;
&lt;a href="https://wiki.secondlife.com/wiki" rel="nofollow"&gt;https://wiki.secondlife.com/wiki&lt;/a&gt;&lt;br /&gt;
/Restrained_Life_Viewer_Support_for_LSL-Plus &lt;br /&gt;
for details on how to use it and the status of the features.&lt;/p&gt;
&lt;p&gt;You may need to join the two lines of the address.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>An Avatar Event Handler Supporting RLV</title><link href="https://sourceforge.net/p/lslplus/patches/3/" rel="alternate"/><published>2008-12-24T15:49:36Z</published><updated>2008-12-24T15:49:36Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7e30123f6ddd7b34cd72c95bceee0e03255db3b2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;this patch contains an Agent Event Handler with some basic support for RLV.&lt;/p&gt;
&lt;p&gt;The attached file rlv_0.1.zip supports adding, removing and getting of restrictions. It has limited support for force-sit.&lt;/p&gt;
&lt;p&gt;Please see &lt;a href="https://wiki.secondlife.com/wiki/Restrained_Life_Viewer_Support_for_LSL-Plus" rel="nofollow"&gt;https://wiki.secondlife.com/wiki/Restrained_Life_Viewer_Support_for_LSL-Plus&lt;/a&gt; for details on how to use it and the status of the features.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Create a test sim based on the test code in the wiki</title><link href="https://sourceforge.net/p/lslplus/patches/2/" rel="alternate"/><published>2008-07-11T16:53:39Z</published><updated>2008-07-11T16:53:39Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netecd52726741bd0876a4c15c753a343dd6b0688ca</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i am currently working on setting up a test simulator with objects and scripts containing the test code which is spread all over wiki.secondlife.com. This will take a few more days to make it all fit together. Those tests are written in very different styles and I'd like to unify them and minimize required manual interaction.&lt;/p&gt;
&lt;p&gt;The code currently does not compile and is at this stage not ready for integration. I thought, however, it may be a good idea to say that I am working on this to avoid wasting of duplicated work time.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add constants for llGetObjectDetails</title><link href="https://sourceforge.net/p/lslplus/patches/1/" rel="alternate"/><published>2008-04-27T13:43:37Z</published><updated>2008-04-27T13:43:37Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netaccf8194c32aed4782c39ef85c058a0b3bb160e1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;--- old/Constants.hs   2008-04-26 23:18:20.000000000 +0200&lt;br /&gt;
+++ new/Constants.hs        2008-04-27 15:47:00.000000000 +0200&lt;br /&gt;
@@ -158,7 +158,15 @@&lt;br /&gt;
Constant "MASK_GROUP" (IVal 2),&lt;br /&gt;
Constant "MASK_NEXT" (IVal 4),&lt;br /&gt;
Constant "MASK_OWNER" (IVal 1),&lt;br /&gt;
-    Constant "NULL_KEY" (SVal "00000000-0000-0000-0000-000000000000"),&lt;br /&gt;
+    Constant "NULL_KEY" (SVal "00000000-0000-0000-0000-000000000000"),&lt;br /&gt;
+    Constant "OBJECT_NAME" (IVal 1),&lt;br /&gt;
+    Constant "OBJECT_DESC" (IVal 2),&lt;br /&gt;
+    Constant "OBJECT_POS" (IVal 3),&lt;br /&gt;
+    Constant "OBJECT_ROT" (IVal 4),&lt;br /&gt;
+    Constant "OBJECT_VELOCITY" (IVal 5),&lt;br /&gt;
+    Constant "OBJECT_OWNER" (IVal 6),&lt;br /&gt;
+    Constant "OBJECT_GROUP" (IVal 7),&lt;br /&gt;
+    Constant "OBJECT_CREATOR" (IVal 8),&lt;br /&gt;
Constant "PARCEL_COUNT_GROUP" (IVal 2),&lt;br /&gt;
Constant "PARCEL_COUNT_OTHER" (IVal 3),&lt;br /&gt;
Constant "PARCEL_COUNT_OWNER" (IVal 1),&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>