Beta Server Office Hours/Minutes/2011-06-23
Jump to navigation
Jump to search
This meeting was held on June 23rd, 2011
Agenda
Updates
- Second Life Server (main channel)
- Promoted with the group chat simside fixes from BlueSteel
- https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.06.14.232746
- BlueSteel RC Channel
- "maint-server" project in this slot.
- Features
- Added new parameter to
llHTTPRequest
-HTTP_VERBOSE_THROTTLE
. Value is 4, type is integer. If specified in the parameters list as a non-zero value (true), the script will emit errors when the throttle for outgoing requests is hit. If zero (false), the script will remain silent on errors. The default value is true.
- Added new parameter to
Example:
key http_request_id = llHTTPRequest("http://example.com/", [HTTP_VERBOSE_THROTTLE, 0], "");
- SCR-67: Added new constant
PRIM_OMEGA
for use withllGetPrimitiveParams
,llSetPrimitiveParams
,llGetLinkPrimitiveParams
,llSetLinkPrimitiveParams
,llSetLinkPrimitiveParamsFast
. This gives access to the "target omega" property of primitives which can be set viallTargetOmega
, but allows getting the current target omega for a prim (previously not supported) and setting the target omega on a child prim (previously only doable with a script on each prim).
- SCR-67: Added new constant
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]);
- Bug Fixes
- Fixed issue with "Buy" option remaining set on purchased child prims of no-mod objects (Originally VWR-9796)
- Addressed issue with teleport and other service failures affecting simulator hosts.
- Server-side support for STORM-1261 - send message IDs on login failure to allow localization
- SVC-6905 : Fixed issue with objects resisting return, delete, take and autoreturn
- WEB-3096: Fix unsubscribe link in IM-to-Email messages"
- SVC-6953: Fixed issue where region restart notification appears to be from the avatar being notified.
- SVC-5780: More specific error message when deeding land to group fails because transfers are blocked on the region
- https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.06.21.233291
- Bug Fixes
- LeTigre RC Channel
- This is again Kelly's "mono2-performance" project.
- Sixth time is the charm?
- New Fixes
- Fixed an issue that would create long pauses when avatars logged out or TP'd to other regions.
- https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.06.17.233176
- This is again Kelly's "mono2-performance" project.
- Magnum RC Channel
- This is "mesh-prep"
- lLCastRay() is disabled.
- Physics changes.
- New Fixes
- Fixed a new crashing bug.
- Found a memory bloat issue.
- https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.06.16.233094
Upcoming Stuff
- DRTSIM-65
- Simon's work with Parcel sounds
- DRTSIM-66
- An updated mesh-prep
Interesting Stuff
- Windlight Estate Settings project viewer
Any Other Items
- SVC-6779 Cycle regions that are in the beta/release-candidate channels -- Haravikk Mistral
- Haravikk Mistral unable to attend meeting time, please post relevant conclusions to JIRA issue!
- When will Kelly begin work on sim freeze on de-rez?
Transcript
Transcript of Oskar Linden's Beta Server Office Hour for June 23rd, 2011: