<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: This Week in OpenSim Dev - week ending Saturday 18th October 2008</title>
	<atom:link href="http://justincc.org/blog/2008/10/19/this-week-in-opensim-dev-week-ending-saturday-18th-october-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://justincc.org/blog/2008/10/19/this-week-in-opensim-dev-week-ending-saturday-18th-october-2008/</link>
	<description>Justin Clark-Casey's personal website</description>
	<pubDate>Wed, 08 Sep 2010 01:29:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: justincc</title>
		<link>http://justincc.org/blog/2008/10/19/this-week-in-opensim-dev-week-ending-saturday-18th-october-2008/comment-page-1/#comment-110</link>
		<dc:creator>justincc</dc:creator>
		<pubDate>Thu, 23 Oct 2008 20:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=220#comment-110</guid>
		<description>Nice.  Thanks rjs.</description>
		<content:encoded><![CDATA[<p>Nice.  Thanks rjs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjs</title>
		<link>http://justincc.org/blog/2008/10/19/this-week-in-opensim-dev-week-ending-saturday-18th-october-2008/comment-page-1/#comment-112</link>
		<dc:creator>rjs</dc:creator>
		<pubDate>Tue, 21 Oct 2008 20:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=220#comment-112</guid>
		<description>Sorry about the double post above, the site hung up. You can delete one.

Here is a small script off of sl wiki for the region fps. Seems to work.

---------
// The beginnings of a region-info script.
string region;
string sim;

default
{
    state_entry()
    {
        llSetTimerEvent(1.0);
    }

    timer()
    {
        string here = llGetRegionName();
        if(region != here)
        {
            sim = llGetSimulatorHostname();
            region = here;
        }
        llSetText(
                "   REGION NAME : " + region +
              "\n  SIM HOSTNAME : " + sim +
              "\nTIME DIALATION : " + (string)llGetRegionTimeDilation() +
              "\n    REGION FPS : " + (string)llGetRegionFPS(),
            , 1.0);
    }
}

-------</description>
		<content:encoded><![CDATA[<p>Sorry about the double post above, the site hung up. You can delete one.</p>
<p>Here is a small script off of sl wiki for the region fps. Seems to work.</p>
<p>&#8212;&#8212;&#8212;<br />
// The beginnings of a region-info script.<br />
string region;<br />
string sim;</p>
<p>default<br />
{<br />
    state_entry()<br />
    {<br />
        llSetTimerEvent(1.0);<br />
    }</p>
<p>    timer()<br />
    {<br />
        string here = llGetRegionName();<br />
        if(region != here)<br />
        {<br />
            sim = llGetSimulatorHostname();<br />
            region = here;<br />
        }<br />
        llSetText(<br />
                &#8221;   REGION NAME : &#8221; + region +<br />
              &#8220;\n  SIM HOSTNAME : &#8221; + sim +<br />
              &#8220;\nTIME DIALATION : &#8221; + (string)llGetRegionTimeDilation() +<br />
              &#8220;\n    REGION FPS : &#8221; + (string)llGetRegionFPS(),<br />
            , 1.0);<br />
    }<br />
}</p>
<p>&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjs</title>
		<link>http://justincc.org/blog/2008/10/19/this-week-in-opensim-dev-week-ending-saturday-18th-october-2008/comment-page-1/#comment-111</link>
		<dc:creator>rjs</dc:creator>
		<pubDate>Tue, 21 Oct 2008 20:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=220#comment-111</guid>
		<description>"If you’re using a Linux machine and find your ankles sinking into prims/the terrain, you might want to check these settings are the same as in OpenSim.ini.example"

Wasn't sure what happened after I upgraded yesterday evening. Appeared ODE went to lunch.

Really great to see the latest work. Skull attachment editing fixes are very noticeable.

Thank you for all the updates each week.
--rjs</description>
		<content:encoded><![CDATA[<p>&#8220;If you’re using a Linux machine and find your ankles sinking into prims/the terrain, you might want to check these settings are the same as in OpenSim.ini.example&#8221;</p>
<p>Wasn&#8217;t sure what happened after I upgraded yesterday evening. Appeared ODE went to lunch.</p>
<p>Really great to see the latest work. Skull attachment editing fixes are very noticeable.</p>
<p>Thank you for all the updates each week.<br />
&#8211;rjs</p>
]]></content:encoded>
	</item>
</channel>
</rss>
