Server Beta User Group

From Second Life Wiki
Revision as of 14:49, 11 August 2011 by Oskar Linden (talk | contribs)
Jump to navigation Jump to search

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 11th 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

  • Introducing Mercille Linden
  • 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


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