Saturday, December 06, 2008
USERLOGIN PASSWORD Remember?
You are here » Learning Center ยป Forums

Openlife Forums

 Openlife Grid Forums
Minimize
 
  Openlife Forums  Discussions  Updates, Mainte...  New Standalone Coming This Weekend.
Previous Previous
 
Next Next
New Post 7/17/2008 2:02 PM
Online now... Sakai Openlife
612 posts
openlifegrid.com
Openlife Senior




New Standalone Coming This Weekend. 

G'Day everyone.

 

Just a quick heads up we'll be putting up 2 standalones this weekend.

 

One based on RealXtend Code & the other based on slightly modified Opensim Code.

We have remembered those requests about the launcher and have made it more horizontal to fit into smaller screen sizes.(It is also made resizable now too).

Please note both of these are designed for 'intranets' - The RealXtend version has some elements 'unthrottled' so it will use some network capacity when connecting to complex regions. And the opensim version has been modified to support a client connection of up to 20Mbit per user.

Making these releases ideal for home networks and around the office.

 

More information to follow closer to release.

 

Sakai Openlife


Sakai Openlife
Openlifegrid.com Founder

Exciting things are happenning!
http://openlifegrid.com
 
New Post 7/17/2008 4:02 PM
User is offline salahzar
14 posts
Openlife Newbie


Re: New Standalone Coming This Weekend. 

Sakai, I've seen that current version of opensim installed in Quartz, where I do my experiments is bugged with reference to scripts.

Simple float addition like 0.5 + 0.5 is NOT working.

I was just trying to do a pulsing prim script like the following

 

float d=0.5;
float dx=0.5;

default
{
    state_entry()
    {
        llSetTimerEvent(1);
        llSay(0,"reset*");
        d=0.5;
        dx=0.5;
    }
    timer()
    {
        llSay(0,"timer dim: "+(string)d+" dx: "+(string)dx);
        d = d + dx;
        llSay(0,"timer dim2: "+(string)d+" dx: "+(string)dx);
        if(d>4) dx= -0.5;
        if(d<1) dx= 0.5;
        llSetScale(<d,d,d>);
       
    }
}

but it just put d at zero after any float computation.

I tried this with newer versions on the trunk (5520) and it worked smoothly. So probably they've fixed this bug very recently.

A script engine not able to sum up two floats is quite borked... Or not? :)

 

 

 
New Post 7/20/2008 5:31 PM
User is offline Pratyeka Muromachi
239 posts
Openlife Rising Star




Re: New Standalone Coming This Weekend. 

Where are the new standalones? I don't see them in the download section....


Meditating Avatar Gone for a walk.
 
New Post 7/20/2008 10:01 PM
User is offline Macphisto Angelus
100 posts
socedge.wordpress.com/
Openlife Handyman




Re: New Standalone Coming This Weekend. 

Hmm.. will they be out soon? I am waiting to set up a realXtend server until the update is here. 

 

Also, curious why sometimes it goes so long for standalone updates. Wasn't the last in March or April? Not trying to be pushy at all, just wondering the process. I would rather have stable releases from here then iffy ones from the opensim trunk. :D


Mah OpenLife Blahg: http://socedge.wordpress.com/
 
New Post 7/30/2008 1:07 PM
Online now... Sakai Openlife
612 posts
openlifegrid.com
Openlife Senior




Re: New Standalone Coming This Weekend. 

We have one now that seems to be quite tough.

 

so I'll complete the launcher and get it online Thursday.

 

Also we have added an SQLite Editor to the downloads with a quick Readme about the sqlite.db storage for standalones.

 

More info Soon.

 

Sakai Openlife


Sakai Openlife
Openlifegrid.com Founder

Exciting things are happenning!
http://openlifegrid.com
 
Previous Previous
 
Next Next
  Openlife Forums  Discussions  Updates, Mainte...  New Standalone Coming This Weekend.
Privacy Statement | Terms Of UseAll Rights Reserved 2007,2008 3DX - Openlifegrid.com