Difference between revisions of "Server Beta User Group"

From Second Life Wiki
Jump to navigation Jump to search
 
(924 intermediate revisions by 26 users not shown)
Line 1: Line 1:
This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Oskar Linden. Please contact him on AGNI for more information. You can join the '''Second Life Beta''' group for updates.
This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Mazidox Linden. Please contact him on AGNI for more information. You can join the '''Second Life Beta''' group for updates.


'''The next meeting is Thursday, June 23rd 2011, 3PM PDT at {{SLurl|region=Morris|x=210|y=250|z=35|title=Morris}} on the preview grid, [[Preview_Grid | ADITI]].'''


* Join the email list - sign up here: https://lists.secondlife.com/cgi-bin/mailman/listinfo/server-beta


== 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'''
We usually meet every Thursday at 3PM Pacific Time @ secondlife://Aditi/secondlife/Morris/204/201/34 '''however meetings are SUSPENDED UNTIL FURTHER NOTICE'''
** "maint-server" project in this slot.
** Features
*** Added new parameter to <code>llHTTPRequest</code> - <code>HTTP_VERBOSE_THROTTLE</code>. 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.
Example: <pre>key http_request_id = llHTTPRequest("http://example.com/", [HTTP_VERBOSE_THROTTLE, 0], "");</pre>
*** {{jira|SCR-67}}: Added new constant <code>PRIM_OMEGA</code> for use with <code>llGetPrimitiveParams</code>, <code>llSetPrimitiveParams</code>, <code>llGetLinkPrimitiveParams</code>, <code>llSetLinkPrimitiveParams</code>, <code>llSetLinkPrimitiveParamsFast</code>. This gives access to the "target omega" property of primitives which can be set via <code>llTargetOmega</code>, 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).


The list has the signature <code>[vector <var>axis</var>, float <var>spinrate</var>, float <var>gain</var>]</code> like the parameters for <code>llTargetOmega</code>
If you have issues to report, please use Jira.
 
Examples:
 
<pre>
// Set this prim rotating
llTargetOmega(&lt;1.0,3.0,0.5&gt;, 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 &lt;1.0,3.0,0.5&gt;
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, &lt;1.0,3.0,0.5&gt;, TWO_PI, 1.0]);
</pre>
**Bug Fixes
*** Fixed issue with "Buy" option remaining set on purchased child prims of no-mod objects (Originally {{jira|VWR-9796}})
*** Addressed issue with teleport and other service failures affecting simulator hosts.
*** Server-side support for {{jira|STORM-1261}} - send message IDs on login failure to allow localization
*** {{jira|SVC-6905}} : Fixed issue with objects resisting return, delete, take and autoreturn
*** {{jira|WEB-3096}}: Fix unsubscribe link in IM-to-Email messages"
*** {{jira|SVC-6953}}: Fixed issue where region restart notification appears to be from the avatar being notified.
*** {{jira|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
 
* '''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
 
* '''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
 
=== Interesting Stuff ===
* Windlight Estate Settings project viewer
** http://tinyurl.com/Windlight-Region
 
 
=== Any Other Items ===
# {{JiraIssue|SVC-6779|Cycle regions that are in the beta/release-candidate channels}} -- [[User:Haravikk Mistral|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?
 
== Open Items ==
* {{jira|SVC-4632}} - People getting past Estate and Land bans | Critical & 325 (402 as of 8/11/10)  votes!
** Dante has commented on this issue and reopened it.
* {{jira|SVC-5925}} - Erratic behavior on script rezzed prims set physical
* {{jira|SVC-3044}} - [[DEBUG_CHANNEL|Debug channel]] and script error reporting needs a major rethink
** related to {{jira|vwr-199}} and {{jira|vwr-7062}}
** [15:17]  Roberto Salubrius: can we get that standarized pleaaaaaaaaaaaseeeeeeeeee so we can listen to the debug channel whenever there's a problem PLEAAAAAAAAAASEEEEEEE
** [15:17]  Roberto Salubrius: preeeeeeeetty pleaaseeeeee
* {{jira|svc-4196}} - "Avatar entering sim or rezzing object causes sim to freeze for up to 30 seconds - everything stops for everybody there"
* wassup with {{jira|SVC-3895}}
* status on {{jira|SVC-3618}} - estate managers unable to freeze / eject
* status on {{jira|SVC-1253}} - users sitting on prims, which are set to phantom are not affected by damage. | 108 votes!
* status on {{jira|SVC-5404}} - Vehicles can no longer enter a region if no-object-entry flag is set
* What is going on with {{jira|SVC-421}} - Cannot delete contents from no-modify objects
* status on {{jira|SVC-5880}} - Vehicles "Jumping" when crossing prims
* {{jira|SVC-5922}} -Physics unset on vehicles when seated avatars goes beyond the physical 'prim' limit where agents are counted towards prims
* SVC-6104 script sim crossing bug
* SVC-6123 cant catch sphere type exact shape with lsl functions


= Minutes from Previous Meetings =
= Minutes from Previous Meetings =
*2011
*2018
** June
** November
*** [[Beta_Server_Office_Hours/Minutes/2011-06-16 | 2011-06-16]]
***[[Beta_server_office_hours/Minutes/2018-11-01| 2018-11-01]]
*** [[Beta_Server_Office_Hours/Minutes/2011-06-09 | 2011-06-09]]
** October
*** [[Beta_Server_Office_Hours/Minutes/2011-06-02 | 2011-06-02]]
***[[Beta_server_office_hours/Minutes/2018-10-11| 2018-10-11]]
** May
** August
*** [[Beta_Server_Office_Hours/Minutes/2011-05-26 | 2011-05-26]]
***[[Beta_server_office_hours/Minutes/2018-08-30| 2018-08-30]]
*** [[Beta_Server_Office_Hours/Minutes/2011-05-19 | 2011-05-19]]
*** [[Beta_Server_Office_Hours/Minutes/2011-05-12 | 2011-05-12]]
*** [[Beta_Server_Office_Hours/Minutes/2011-05-05 | 2011-05-05]]
** April
** April
*** [[Beta_Server_Office_Hours/Minutes/2011-04-28 | 2011-04-28]]
*** [[Beta_server_office_hours/Minutes/2018-04-05 | 2018-04-05]]
*** [[Beta_Server_Office_Hours/Minutes/2011-04-21 | 2011-04-21]]
*** [[Beta_Server_Office_Hours/Minutes/2011-04-14 | 2011-04-14]]
*** [[Beta_Server_Office_Hours/Minutes/2011-04-07 | 2011-04-07]]
** March
** March
*** [[Beta_Server_Office_Hours/Minutes/2011-03-31 | 2011-03-31]]
*** [[Beta_server_office_hours/Minutes/2018-03-29 | 2018-03-29]]
*** [[Beta_Server_Office_Hours/Minutes/2011-03-24 | 2011-03-24]]
*** [[Beta_server_office_hours/Minutes/2018-03-22 | 2018-03-22]]
*** [[Beta_Server_Office_Hours/Minutes/2011-03-17 | 2011-03-17]]
*** [[Beta_server_office_hours/Minutes/2018-03-15 | 2018-03-15]]
*** [[Beta_Server_Office_Hours/Minutes/2011-03-10 | 2011-03-10]]
*** [[Beta_server_office_hours/Minutes/2018-03-01 | 2018-03-01]]  
*** [[Beta_Server_Office_Hours/Minutes/2011-03-03 | 2011-03-03]]
** February
** February
*** [[Beta_Server_Office_Hours/Minutes/2011-02-24 | 2011-02-24]]
*** [[Beta_Server_Office_Hours/Minutes/2011-02-17 | 2011-02-17]]
*** [[Beta_Server_Office_Hours/Minutes/2011-02-10 | 2011-02-10]]
*** [[Beta_Server_Office_Hours/Minutes/2011-02-03 | 2011-02-03]]
** January
** January
*** [[Beta_Server_Office_Hours/Minutes/2011-01-27 | 2011-01-27]]
*** [[Beta_server_office_hours/Minutes/2018-01-25 | 2018-01-25]]
*** [[Beta_Server_Office_Hours/Minutes/2011-01-20 | 2011-01-20]]
*** [[Beta_server_office_hours/Minutes/2018-01-18 | 2018-01-18]]
*** [[Beta_Server_Office_Hours/Minutes/2011-01-13 | 2011-01-13]]
*** [[Beta_server_office_hours/Minutes/2018-01-11 | 2018-01-11]]
*** [[Beta_Server_Office_Hours/Minutes/2011-01-06 | 2011-01-06]]
 
* 2010
*2017
** December
*** 2010-12-30 *NO MEETING*
*** 2010-12-23 *NO MEETING*
*** [[Beta_Server_Office_Hours/Minutes/2010-12-16 | 2010-12-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-12-09 | 2010-12-09]]
*** [[Beta_Server_Office_Hours/Minutes/2010-12-02 | 2010-12-02]]
** November
*** [[Beta_Server_Office_Hours/Minutes/2010-12-02 | 2010-12-02]]
*** [[Beta_Server_Office_Hours/Minutes/2010-11-18 | 2010-11-18]]
*** [[Beta_Server_Office_Hours/Minutes/2010-11-11 | 2010-11-11]]
*** [[Beta_Server_Office_Hours/Minutes/2010-11-04 | 2010-11-04]]
** October
*** [[Beta_Server_Office_Hours/Minutes/2010-10-28 | 2010-10-28]]
*** [[Beta_Server_Office_Hours/Minutes/2010-10-21 | 2010-10-21]]
*** [[Beta_Server_Office_Hours/Minutes/2010-10-14 | 2010-10-14]]
*** [[Beta_Server_Office_Hours/Minutes/2010-10-07 | 2010-10-07]]
** September
*** [[Beta_Server_Office_Hours/Minutes/2010-09-30 | 2010-09-30]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-23 | 2010-09-23]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-16 | 2010-09-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-09 | 2010-09-09]]
*** [[Beta_Server_Office_Hours/Minutes/2010-09-02 | 2010-09-02]]
** August
*** [[Beta_Server_Office_Hours/Minutes/2010-08-26 | 2010-08-26]]
*** [[Beta_Server_Office_Hours/Minutes/2010-08-19 | 2010-08-19]]
*** [[Beta_Server_Office_Hours/Minutes/2010-08-12 | 2010-08-12]]
*** [[Beta_Server_Office_Hours/Minutes/2010-08-05 | 2010-08-05]]
** July
*** [[Beta_Server_Office_Hours/Minutes/2010-07-29 | 2010-07-29]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-22 | 2010-07-22]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-15 | 2010-07-15]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-08 | 2010-07-08]]
*** [[Beta_Server_Office_Hours/Minutes/2010-07-01 | 2010-07-01]]
** June
** June
*** [[Beta_Server_Office_Hours/Minutes/2010-06-24 | 2010-06-24]]
*** [[Beta_server_office_hours/Minutes/2017-06-15 | 2017-06-15]]
*** [[Beta_Server_Office_Hours/Minutes/2010-06-10 | 2010-06-10]]
*** [[Beta_server_office_hours/Minutes/2017-06-08 | 2017-06-08]]
*** [[Beta_Server_Office_Hours/Minutes/2010-06-03 | 2010-06-03]]
*** [[Beta_server_office_hours/Minutes/2017-06-01 | 2017-06-01]]
** May
** May
*** [[Beta_Server_Office_Hours/Minutes/2010-05-27 | 2010-05-27]]
*** [[Beta_server_office_hours/Minutes/2017-05-25 | 2017-05-25]]
*** [[Beta_Server_Office_Hours/Minutes/2010-05-20 | 2010-05-20]]
*** [[Beta_server_office_hours/Minutes/2017-05-18 | 2017-05-18]]
*** [[Beta_Server_Office_Hours/Minutes/2010-05-13 | 2010-05-13]]
*** [[Beta_server_office_hours/Minutes/2017-05-11 | 2017-05-11]]
*** [[Beta_Server_Office_Hours/Minutes/2010-05-06 | 2010-05-06]]
*** [[Beta_server_office_Hours/Minutes/2017-05-04 | 2017-05-04]]
** April
** April
*** [[Beta_Server_Office_Hours/Minutes/2010-04-29 | 2010-04-29]]
*** [[Beta_server_office_Hours/Minutes/2017-04-27 | 2017-04-27]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-22 | 2010-04-22]]
*** [[Beta_server_office_Hours/Minutes/2017-04-20 | 2017-04-20]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-15 | 2010-04-15]]
*** [[Beta_server_office_Hours/Minutes/2017-04-13 | 2017-04-13]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-08 | 2010-04-08]]
*** [[Beta_server_office_Hours/Minutes/2017-04-06 | 2017-04-06]]
*** [[Beta_Server_Office_Hours/Minutes/2010-04-01 | 2010-04-01]]
** March
** March
*** [[Beta_Server_Office_Hours/Minutes/2010-03-25 | 2010-03-25]]
*** [[Beta_server_office_Hours/Minutes/2017-03-30 | 2017-03-30]]
*** [[Beta_Server_Office_Hours/Minutes/2010-03-18 | 2010-03-18]]
*** [[Beta_server_office_Hours/Minutes/2017-03-23 | 2017-03-23]]
*** [[Beta_Server_Office_Hours/Minutes/2010-03-11 | 2010-03-11]]
*** [[Beta_server_office_Hours/Minutes/2017-03-16 | 2017-03-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-03-04 | 2010-03-04]]
*** [[Beta_server_office_Hours/Minutes/2017-03-09 | 2017-03-09]]
*** [[Beta_server_office_Hours/Minutes/2017-03-02 | 2017-03-02]]
** February
** February
*** [[Beta_Server_Office_Hours/Minutes/2010-02-25 | 2010-02-25]]
*** [[Beta_Server_Office_Hours/Minutes/2017-02-23 | 2017-02-23]]
*** [[Beta_Server_Office_Hours/Minutes/2010-02-18 | 2010-02-18]]
*** [[Beta_Server_Office_Hours/Minutes/2017-02-16 | 2017-02-16]]
*** [[Beta_Server_Office_Hours/Minutes/2010-02-11 | 2010-02-11]]
*** 2017-02-09 - No Meeting
*** [[Beta_Server_Office_Hours/Minutes/2010-02-04 | 2010-02-04]]
*** [[Beta_Server_Office_Hours/Minutes/2017-02-02 | 2017-02-02]]
** January
** January
*** [[Beta_Server_Office_Hours/Minutes/2010-01-21 | 2010-01-21]]
*** 2017-01-26 - No Meeting
*** [[Beta_Server_Office_Hours/Minutes/2010-01-14 | 2010-01-14]]
*** [[Beta_Server_Office_Hours/Minutes/2017-01-19 | 2017-01-19]]
*** [[Beta_Server_Office_Hours/Minutes/2010-01-07 | 2010-01-07]]
*** [[Beta_Server_Office_Hours/Minutes/2017-01-12 | 2017-01-12]]
* 2009
 
** December
*** [[Beta_Server_Office_Hours/Minutes/2009-12-17 | 2009-12-17]]
*** [[Beta_Server_Office_Hours/Minutes/2009-12-10 | 2009-12-10]]
*** [[Beta_Server_Office_Hours/Minutes/2009-12-04 | 2009-12-04]]
** November
*** [[Beta_Server_Office_Hours/Minutes/2009-11-26 | 2009-11-26]]
*** [[Beta_Server_Office_Hours/Minutes/2009-11-19 | 2009-11-19]]
*** [[Beta_Server_Office_Hours/Minutes/2009-11-12 | 2009-11-12]]
*** [[Beta_Server_Office_Hours/Minutes/2009-11-05 | 2009-11-05]]
** October
*** [[Beta_Server_Office_Hours/Minutes/2009-10-29 | 2009-10-29]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-22 | 2009-10-22]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-15 | 2009-10-15]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-08 | 2009-10-08]]
*** [[Beta_Server_Office_Hours/Minutes/2009-10-01 | 2009-10-01]]


[[Category:Bug Tracker]]
[[Category:Bug Tracker]]

Latest revision as of 15:09, 1 April 2021

This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Mazidox Linden. Please contact him on AGNI for more information. You can join the Second Life Beta group for updates.



We usually meet every Thursday at 3PM Pacific Time @ secondlife://Aditi/secondlife/Morris/204/201/34 however meetings are SUSPENDED UNTIL FURTHER NOTICE

If you have issues to report, please use Jira.

Minutes from Previous Meetings