Region Crossing Update – Video

An avatar named ‘16’ made a video showing her testing of the fixes now running in the Magnum RC channel.

[youtube xgwtXk9lCsc]

The video runs 2:40 minutes. In it you can see what I’ll call perfect crossings and messed up crossings. When one can cross and turn it shows the system is working. Without comments in the video we cannot tell when she crossed and lost control, at least I can’t – not for sure. I think the camera jerks are from problems with the crossing.

Whatever the case, things seem to be working pretty well for these ‘fast’ crossings.

 

Second Life Scripting Changes

We don’t hear much about changes to the Linden Scripting Language (LSL) these days. But, today is different. We got a bunch of stuff. Exciting stuff!

Server Beta Meeting 2013-12
Server Beta Meeting 2013-12

At the Server Beta meeting Kelly and Maestro Linden were announcing several new changes.

Particles

There are changes coming to the Particle System in Second Life™.  Maestro Linden said, “Alright, so there’s an upcoming server maintenance project, which will probably go to RC next week it has your usual bug fixes, but it also includes goodies for new LSL features.”

Read more

Breaking Second Life AO News

At the Server Beta meeting Kelly and Maestro Linden just announced the addition of two new Linden Scripting Language (LSL) functions that will allow script-less Animation Overriding (AO).

llSetAnimationOverride(“Walking”, “sassywalk”)  – where Walking = default animation state and sassywalk = the animation to use for that state.

llGetAnimationOverride(string anim_state) – Get the name of the animation currently set for state.

More to come…

These will soon be running on the ADITI grid and moving to RC channels…

Second Life Vehicle Crossings

If you build or use vehicles you know they have been having region crossing problems. According to reports in the SL Forum things are much better in Magnum regions.

Andrew Linden explains what they found and worked to fix, “The problem was caused by the new Interest List code which tries to not subscribe to objects that are outside of the camera view.  When crossing a region boundary your viewer would extrapolate your camera forward, the vehicle would be created behind the camera, and the server would not subscribe to it.  The faster the vehicle the more likely this would happen.

The solution was to special case Interest List subscription to whatever you’re sitting on — the server now ALWAYS subscribes to your seat.  We already had some special case code for seats, but it needed a little more.

Read more

HTTP Concerns

My readers know the HTTP aspects of Second Life™ are being upgraded to the latest and greatest tech available for HTTP. For most of us this is a non-issue we hope will give us better overall performance; faster texture download, more stable connections, and world that renders quickly.

ADITI Regions
ADITI Regions

For others this is a matter of their in-world systems, think vending machines and subscription machines, working or not. If you use vending machines or other tools that depend on a third party server, you should be checking with the creator to see if they are testing their products with the new HTTP protocol services. 

Read more