Server Beta User Group: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Oskar Linden (talk | contribs)
No edit summary
Oskar Linden (talk | contribs)
No edit summary
Line 10: Line 10:


=== Updates ===
=== Updates ===
* TIMEWARP upgrades have finished!
* Doing good research
** continuous monitoring
** https://jira.secondlife.com/browse/SVC-7140
** observable issues?


* "Second Life Server Channel"
* "Second Life Server Channel"
** This is the AIS update project from BlueSteel
** This is the "Updated EM Tools" update project from LeTigre and BlueSteel
** Switch AIS capabilities from Agent DS to new Inventory API clusters
** The release seems to have gone fine.
** Send BulkUpdateInventory and RemoveInventoryObjects messages over HTTP EventQueue
** Anyone using the new LSL for tools?
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.10.07.242626
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.10.18.243270


* '''BlueSteel RC Channel'''
* '''BlueSteel RC Channel'''
** Both this channel and LeTigre have a new project that contains some features to help with estate management. There is a new LSL function called llManageEstateAccess(). Estate Owner or Estate Managers can us it to add or remove agents from the estate's agent access or ban lists or groups from the estate's group access list.  
** This is the "Refactored Voice Code" project.
* New LSL function: integer [[llManageEstateAccess]](integer action, key id)
** Both this channel and LeTigre contain the same code.
** Use to add or remove agents from the estate's agent access or ban lists or groups from the estate's group access list.
** bug fixes
** Only works for objects owned by the Estate Owner or an Estate Manager.
*** Fixed syntax errors
** Calls are throttled at a rate of 30 calls per 30 seconds.
*** Fix voice failure due to missing line in merge . voice channel info was not properly being set, hence it wasn't being passed back to the viewer
** Returns [[TRUE]] is action is sent to the database.  
*** Fixed some private parcel voice issues
** Returns [[FALSE]] if throttled, invalid action, invalid or null id or object owner is not allowed to manage the estate.
**** Voice dot disappears on entering a private spatial parcel
* Actions for [[llManageEstateAccess]]:
*** Fixed some calls to the vivox API
** [[ESTATE_ACCESS_ALLOWED_AGENT_ADD]]: Add the agent to this estate's Allowed Residents list.
* https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.10.21.243647
** [[ESTATE_ACCESS_ALLOWED_AGENT_REMOVE]]: Remove the agent from this estate's Allowed Residents list.
** [[ESTATE_ACCESS_ALLOWED_GROUP_ADD]]: Add the group to this estate's Allowed groups list.
** [[ESTATE_ACCESS_ALLOWED_GROUP_REMOVE]]: Remove the group from this estate's Allowed groups list.
** [[ESTATE_ACCESS_BANNED_AGENT_ADD]]: Add the agent to this estate's Banned residents list.
** [[ESTATE_ACCESS_BANNED_AGENT_REMOVE]]: Remove the agent from this estate's Banned residents list.
* https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.10.18.243270


* '''LeTigre RC Channel'''
* '''LeTigre RC Channel'''
** Same as BlueSteel
** Same as BlueSteel
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.10.18.243270
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.10.21.243647


* '''Magnum RC Channel'''
* '''Magnum RC Channel'''
Line 55: Line 48:
***  {{jira|SVC-7289}} llCastRay() returns RCERR_CAST_TIME_EXCEEDED on small parcels.
***  {{jira|SVC-7289}} llCastRay() returns RCERR_CAST_TIME_EXCEEDED on small parcels.
*** Fixed various server crash modes.
*** Fixed various server crash modes.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.10.17.243235
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.10.21.243634


=== Upcoming Stuff ===
=== Upcoming Stuff ===
* Maestro talks about voice fixes.
* Fix from Andrew for {{jira|SVC-5927}} : "Temp on Rezzed objects get queued"
** extra "feedback" which adds extra "sleep" to scripts for each llRezObject() when the physics engine is suffering
** where "suffering" means that it is actively changing LOD of object shapes, or is "quarantining" objects (pinning in place temporarily)
** test is to build a lag-generator in one corner of a region (to get sim FPS < 25 because of physics) and then test their machine gun in the opposite corner -- their machine gun should slow down by a factor of 5
** Code in DRTSIM-107 regions on ADITI.


=== Interesting Stuff ===
=== Interesting Stuff ===

Revision as of 14:45, 27 October 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, October 20th 2011, 3PM PDT at Morris🖈 on the preview grid, ADITI.


Agenda

  • Welcome to the Server Beta User Group

Updates

  • BlueSteel RC Channel
    • This is the "Refactored Voice Code" project.
    • Both this channel and LeTigre contain the same code.
    • bug fixes
      • Fixed syntax errors
      • Fix voice failure due to missing line in merge . voice channel info was not properly being set, hence it wasn't being passed back to the viewer
      • Fixed some private parcel voice issues
        • Voice dot disappears on entering a private spatial parcel
      • Fixed some calls to the vivox API
  • https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.10.21.243647
  • Magnum RC Channel
    • This has the same maint-server with lots of bug fixes.
    • Bug Fixes:
      • SCR-186 Collision detection does not work for some chilren of linked prim set
      • SVC-7251 remove automatic logout of agents that have been Away too long
      • SVC-7260 Phantom, unremovable prims
      • SVC-7297 'excessive instant message' throttle kicks in when it shouldn't
      • SCR-115 State changes considerably slower under Mono-LSL than LSO-LSL
      • SCR-22 "X-SecondLife-Owner-Name" sometimes set to '(waiting)' instead of ownername
      • SVC-7321 llRemoteLoadScriptPin() fails to add O:VMCT script to O:PERM_ALL atchmnt
      • SVC-7294 The simulator is too strict when llGiveInventory() adds restricted-permission items to fullperm attachments which already contained other restricted-permission items
      • SVC-7339 Performance issues on LeTigre 11.09.23.241511 (and Main Channel)
      • SVC-7289 llCastRay() returns RCERR_CAST_TIME_EXCEEDED on small parcels.
      • Fixed various server crash modes.
    • https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.10.21.243634

Upcoming Stuff

  • Fix from Andrew for SVC-5927 : "Temp on Rezzed objects get queued"
    • extra "feedback" which adds extra "sleep" to scripts for each llRezObject() when the physics engine is suffering
    • where "suffering" means that it is actively changing LOD of object shapes, or is "quarantining" objects (pinning in place temporarily)
    • test is to build a lag-generator in one corner of a region (to get sim FPS < 25 because of physics) and then test their machine gun in the opposite corner -- their machine gun should slow down by a factor of 5
    • Code in DRTSIM-107 regions on ADITI.

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