Release Notes/Second Life Server/11

11.12.12.246583

11.12.03.246118

11.11.12.245070

11.11.09.244706

In the server version 11.11.14.245108 deployed on Tuesday, 11/29/11, a serious crash bug was discovered. In order to maintain the stability of the grid, we are rolling back to the previous server trunk version of 11.11.09.244706.

11.11.14.245108

11.11.09.244706

11.10.31.244269

11.10.21.243634

11.10.18.243270

11.10.07.242626


11.10.03.242227

11.09.23.241511

  1. PRIM_PHYSICS_SHAPE_PRIM -- Use the normal prim shape for physics (this is the default for all non-mesh objects)
  2. PRIM_PHYSICS_SHAPE_CONVEX -- Use the convex hull of the prim shape for physics (this is the default for mesh objects)
  3. PRIM_PHYSICS_SHAPE_NONE -- Ignore this prim in the physics shape. NB: This cannot be applied to the root prim.

11.09.15.240906

11.09.09.240513

11.09.09.240507

11.08.26.239591

11.08.22.239223


11.08.17.238770

11.08.10.238207

11.08.02.237522

11.07.27.237011

11.07.19.236133

11.07.12.235430

11.07.11.235326

Example:

key http_request_id = llHTTPRequest("http://example.com/", [HTTP_VERBOSE_THROTTLE, 0], "");

The list has the signature [vector axis, float spinrate, float gain] like the parameters for llTargetOmega

Examples:

// Set this prim rotating
llTargetOmega(<1.0,3.0,0.5>, TWO_PI, 1.0);

// Read back this prim's current target omega
list current_omega = llListToList( llGetPrimitiveParams([PRIM_OMEGA]); // should be [PRIM_OMEGA, axis, spinrate, gain]
vector axis = llList2Vector(current_omega, 1); // Should be <1.0,3.0,0.5>
float spinrate = llList2Float(current_omega, 2); // Should be TWO_PI
float gain = llList2Float(current_omega, 3); // Should be 1.0

// Set all child prims rotating
llSetLinkPrimitiveParamsFast(LINK_ALL_CHILDREN, [PRIM_OMEGA, <1.0,3.0,0.5>, TWO_PI, 1.0]);

11.06.29.234329

11.06.17.233176

11.06.14.232746

11.05.31.231546

11.05.17.230139

11.05.05.228940

11.05.11.229644

ROLLED BACK

11.05.05.228940

11.04.26.227686

11.04.22.227477

11.04.12.226461

11.04.05.225793

11.03.29.225234

11.03.22.224783

11.03.18.224600

11.03.16.224235

11.03.14.223737

11.03.01.222364

11.02.22.221781

11.02.15.221184

11.02.08.220555

11.02.01.220158

11.01.25.219622

11.01.18.219191

11.01.14.219134

11.01.10.218736