Difference between revisions of "Server Beta User Group"

From Second Life Wiki
Jump to navigation Jump to search
m (→‎Open Items: Agenda item)
Line 6: Line 6:


== Agenda ==
== Agenda ==
* This week was interesting.
* This week wasn't as painful as some of the other weeks lately.


=== Updates ===
=== Updates ===
* '''Second Life Server''' (main channel)
* '''Second Life Server''' (main channel)
* Tuesday we shipped "HomeStead Performance Improvement" project from Magnum.
* This is the "Improved HTTP service" project from Magnum.
** Improved region and script performance.
** Fix for SVC-7079: "Simulator performance issues since server roll (2011-06-30)"
*** https://jira.secondlife.com/browse/SVC-7079
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.07.19.236065
** Homestead regions looking good?
 
 
* '''BlueSteel RC Channel'''
** No Project in this slot this week.
 
 
* '''LeTigre RC Channel'''
** This is again "mesh-prep 2" with bug fixes.
** No updates or merge with trunk because of issues.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.07.20.236326
 
 
* '''Magnum RC Channel'''
** This is the "Improved HTTP service" project.  
* We reorganized the structure of various webservices hosted on the simhosts. In particular those associated with servicing a Capabilities requests. These are involved in operations such as HTTP Texture fetch, some inventory operations and uploading of assets.
* We reorganized the structure of various webservices hosted on the simhosts. In particular those associated with servicing a Capabilities requests. These are involved in operations such as HTTP Texture fetch, some inventory operations and uploading of assets.
* These changes may also improve the following JIRA's
* These changes may also improve the following JIRA's
Line 40: Line 21:
** SVC-6875 - "'Failed to grant capabilities?"
** SVC-6875 - "'Failed to grant capabilities?"
*** https://jira.secondlife.com/browse/SVC-6875
*** https://jira.secondlife.com/browse/SVC-6875
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.07.26.236927
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.07.27.237011
 
* '''BlueSteel RC Channel'''
* This is a "maint-server" project.
** New Features
*** Enhancements for marketplace item delivery.
** Bug Fixes
*** Fix for {{jira|SVC-7104}} "Granting/revoking perms broken for non-web-profile viewers"
*** Fix for {{jira|SVC-7059}} "(Spanish) [DATE I18N] Date in English in Group profile > Terreno/Bienes > L$ del grupo > Detalles tab and Ventas tab"
*** Fix for {{jira|SVC-7067}} "Postcards sent from LeTigre sims fail with error code also can not upload sound files on LeTigre"
*** Fix for {{jira|SVC-6973}} "France Villas Sim, we have been having MAJOR issues on this sim since the last update on the Havok software..We presently have 4 open tickets on it and TJ linden said to file a bug report"
*** Changed logging for TIMEWARP issues.
*** Removed some unused IM code.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.08.02.237522
 
* '''LeTigre RC Channel'''
** This is the "Mesh" project!
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.08.02.237549
 
* '''Magnum RC Channel'''
** This is identical to the LeTigre channel and Mesh is enabled here as well.
** This was to be a scripting maint-server branch but it didn't pass QA in time.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.08.02.237549
 
* Introducing Mercille




=== Upcoming Stuff ===
=== Upcoming Stuff ===
* Scripting maint-server
** New Features
*** Allow scripters to set a lower memory limit on mono scripts
***: <code>integer llSetMemoryLimit(integer limit)</code> Set the maximum memory a script can use to <code>limit</code>.
*** Ability to set prim media on linked prims without sleeping the script.
***: <code>integer llSetLinkMedia(integer link, integer side, list params)</code> Equivalent to <code>llSetPrimMediaParams</code> called on <code>link</code> prim in the link set.
***: <code>list llGetLinkMedia(integer link, integer side, list params)</code> Equivalent to <code>llGetPrimMediaParams</code> called on <code>link</code> prim in the link set.
***: <code>integer llClearLinkMedia(integer link, integer side)</code> Equivalent to <code>llClearPrimMedia</code> called on <code>link</code> prim in the link set.
*** llSetLinkCamera
***: <code>llSetLinkCamera(integer link, vector eye, vector at)</code> Equivalent to calling both <code>llSetCameraEyeOffset</code> and <code>llSetCameraAtOffset</code> on <code>link</code> prim in the link set.
*** Allow HTML in llHTTPResponses to browsers embedded in viewers for content you own
***: <code>llSetContentType(key request_id, integer content_type)</code>
***:* <code>CONTENT_TYPE_TEXT</code> (default) "text/plain"
***:* <code>CONTENT_TYPE_HTML</code> "text/html", only valid for embedded browsers on content owned by the person viewing. Falls back to "text/plain" otherwise.
*** Extend llGetLocalPos function to llGet*PrimitiveParams under PRIM_POS_LOCAL
***: <code>PRIM_POS_LOCAL</code> Sets and gets the 'local' position via llSetLinkPrimitiveParamsFast and related.
*** llLinkSitTarget, llAvatarOnLinkSitTarget
***: <code>llLinkSitTarget(integer link, vector offset, rotation rot)</code> Equivalent to calling <code>llSitTarget</code> on <code>link</code> prim in the link set.
***: <code>key llAvatarOnLinkSitTarget()</code> Equivalent to calling <code>llAvatarOnSitTarget</code> on <code>link</code> prim in the link set.
*** Add llSetVelocity() and llSetAngularVelocity() functions to LSL
***: <code>llSetVelocity(vector force, integer local)</code>
***: <code>llSetRotationalVelocity(vector force, integer local)</code>
*** Add ability for llSetLinkPrimitiveParams* and llGetLinkPrimitiveParams functions to switch link targets
***: <code>[PRIM_LINK_TARGET, integer link_num]</code> Will cause subsequent parameters to effect <code>link_num</code> prim independent of original prim being effected. Compatible with all PrimParams functions.
** Bug Fixes
*** Fix for {{jira|SVC-7060}} "Reliable message RevokePermissions does not revoke permissions on objects that have been granted PERMISSION_TRIGGER_ANIMATION"
*** Fix for llDialog spamming that cripples the viewer.
*** Fix to make shift copying copy all prim properties.
*** Fix to prevent LSL scripts from using non-finite numbers in physical functions.


=== Interesting Stuff ===
=== Interesting Stuff ===
* LIVE MESH CHANNEL!!!
** https://wiki.secondlife.com/wiki/Mesh/LiveVolunteers





Revision as of 14:44, 4 August 2011

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.

The next meeting is Thursday, August 04th 2011, 3PM PDT at Morris🖈 on the preview grid, ADITI.

Agenda

  • This week wasn't as painful as some of the other weeks lately.

Updates

  • BlueSteel RC Channel
  • This is a "maint-server" project.
    • New Features
      • Enhancements for marketplace item delivery.
    • Bug Fixes
      • Fix for SVC-7104 "Granting/revoking perms broken for non-web-profile viewers"
      • Fix for SVC-7059 "(Spanish) [DATE I18N] Date in English in Group profile > Terreno/Bienes > L$ del grupo > Detalles tab and Ventas tab"
      • Fix for SVC-7067 "Postcards sent from LeTigre sims fail with error code also can not upload sound files on LeTigre"
      • Fix for SVC-6973 "France Villas Sim, we have been having MAJOR issues on this sim since the last update on the Havok software..We presently have 4 open tickets on it and TJ linden said to file a bug report"
      • Changed logging for TIMEWARP issues.
      • Removed some unused IM code.
    • https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.08.02.237522
  • Introducing Mercille


Upcoming Stuff

  • Scripting maint-server
    • New Features
      • Allow scripters to set a lower memory limit on mono scripts
        integer llSetMemoryLimit(integer limit) Set the maximum memory a script can use to limit.
      • Ability to set prim media on linked prims without sleeping the script.
        integer llSetLinkMedia(integer link, integer side, list params) Equivalent to llSetPrimMediaParams called on link prim in the link set.
        list llGetLinkMedia(integer link, integer side, list params) Equivalent to llGetPrimMediaParams called on link prim in the link set.
        integer llClearLinkMedia(integer link, integer side) Equivalent to llClearPrimMedia called on link prim in the link set.
      • llSetLinkCamera
        llSetLinkCamera(integer link, vector eye, vector at) Equivalent to calling both llSetCameraEyeOffset and llSetCameraAtOffset on link prim in the link set.
      • Allow HTML in llHTTPResponses to browsers embedded in viewers for content you own
        llSetContentType(key request_id, integer content_type)
        • CONTENT_TYPE_TEXT (default) "text/plain"
        • CONTENT_TYPE_HTML "text/html", only valid for embedded browsers on content owned by the person viewing. Falls back to "text/plain" otherwise.
      • Extend llGetLocalPos function to llGet*PrimitiveParams under PRIM_POS_LOCAL
        PRIM_POS_LOCAL Sets and gets the 'local' position via llSetLinkPrimitiveParamsFast and related.
      • llLinkSitTarget, llAvatarOnLinkSitTarget
        llLinkSitTarget(integer link, vector offset, rotation rot) Equivalent to calling llSitTarget on link prim in the link set.
        key llAvatarOnLinkSitTarget() Equivalent to calling llAvatarOnSitTarget on link prim in the link set.
      • Add llSetVelocity() and llSetAngularVelocity() functions to LSL
        llSetVelocity(vector force, integer local)
        llSetRotationalVelocity(vector force, integer local)
      • Add ability for llSetLinkPrimitiveParams* and llGetLinkPrimitiveParams functions to switch link targets
        [PRIM_LINK_TARGET, integer link_num] Will cause subsequent parameters to effect link_num prim independent of original prim being effected. Compatible with all PrimParams functions.
    • Bug Fixes
      • Fix for SVC-7060 "Reliable message RevokePermissions does not revoke permissions on objects that have been granted PERMISSION_TRIGGER_ANIMATION"
      • Fix for llDialog spamming that cripples the viewer.
      • Fix to make shift copying copy all prim properties.
      • Fix to prevent LSL scripts from using non-finite numbers in physical functions.

Interesting Stuff

Any Other Items

Open Items

  • 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.
  • SVC-5925 - Erratic behavior on script rezzed prims set physical
  • SVC-3044 - Debug channel and script error reporting needs a major rethink
    • related to vwr-199 and 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
  • svc-4196 - "Avatar entering sim or rezzing object causes sim to freeze for up to 30 seconds - everything stops for everybody there"
  • wassup with SVC-3895
  • status on SVC-3618 - estate managers unable to freeze / eject
  • status on SVC-1253 - users sitting on prims, which are set to phantom are not affected by damage. | 108 votes!
  • status on SVC-5404 - Vehicles can no longer enter a region if no-object-entry flag is set
  • What is going on with SVC-421 - Cannot delete contents from no-modify objects
  • status on SVC-5880 - Vehicles "Jumping" when crossing prims
  • 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
  • What is the story on the bug that allows the Meeroos food vending scam? Nalates U

Minutes from Previous Meetings