Difference between revisions of "Server Beta User Group"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:


=== Updates ===
=== Updates ===
* Rollback this week. What happened?
* The releases went well this week.
* NCW windows.
* NCW windows.
* Second Life RC KT
* Second Life RC KT
Line 16: Line 16:


* "Second Life Server Channel"
* "Second Life Server Channel"
** This is still the havok project code.
** People API updates from Magnum
** http://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.11.09.244706
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Server/11#11.11.12.245070




* '''BlueSteel RC Channel'''
* '''BlueSteel RC Channel'''
* This is the same "Threaded Region Crossings" project.
* This project contains voice diagnostics updated to improve our ability to diagnose voice issues.
** This project contains the infrastructure to support future work into creating threaded region cross for agents. This uses the new threaded RPC/thread state machine mechanism.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_BlueSteel/11#11.12.01.246038




* '''LeTigre RC Channel'''
* '''LeTigre RC Channel'''
* This is what LeTigre was before, plus more bug fixes and some new features.
* Bug Fixes
* Bug Fixes
** {{jira|SCR-230}} llSetPhysicsMaterial() fails if you don't have modify perms  
** {{jira|SCR-230}} [[llSetPhysicsMaterial]]() fails if you don't have modify perms  
** {{jira|SCR-147}} Timer event fails to trigger following heavy amounts of linked messages  
** {{jira|SCR-147}} [[Timer]] event fails to trigger following heavy amounts of [[link_message|linked messages]]
** {{jira|SVC-7324}} Physics stalls every 20-30 seconds  
** {{jira|SVC-7324}} Physics stalls every 20-30 seconds  
** {{jira|SCR-225}} ERROR: Failed to set physics shape type
** {{jira|SCR-225}} ERROR: Failed to set physics shape type
** {{jira|SVC-7422}} llSetLinkMedia do nothing  
** {{jira|SVC-7422}} [[llSetLinkMedia]] do nothing  
** {{jira|SVC-7413}} Bug in Control Event
** {{jira|SVC-7413}} Bug in Control Event
** {{jira|SVC-5927}} Temp on Rezzed objects get queued  
** {{jira|SVC-5927}} Temp on Rezzed objects get queued  
** {{jira|SVC-7360}} Driving a vehicle over into a full region gives strange error message: You can't enter this region because the sebehavior is full  
** {{jira|SVC-7360}} Driving a vehicle over into a full region gives strange error message: You can't enter this region because the sebehavior is full  
** {{jira|SVC-7379}} For group notices groupID is being sent in the AgentID field  
** {{jira|SVC-7379}} For group notices groupID is being sent in the AgentID field  
** {{jira|SVC-7343}} llMinEventDelay Bug  
** {{jira|SVC-7343}} [[llMinEventDelay]] Bug  
** {{jira|SVC-7354}} Simulator fails to load notecard asset (Intan won't read config card)
** {{jira|SVC-7354}} Simulator fails to load notecard asset (Intan won't read config card)
** Avatars that do not have access to Adult regions will no longer see avatars on those regions from neighboring regions.
** Avatars that do not have access to Adult regions will no longer see avatars on those regions from neighboring regions.
** Several simulator crash fixes.
** Several simulator crash fixes.
** Several minor simulator memory leaks fixed.
** Several minor simulator memory leaks fixed.
** {{jira|SVC-7499}} Poseball rezzing items are either not giving poseballs or rezzing balls in wrong positions
* New features
* New features
** New LSL function: key llTransferLindenDollars(key id, integer amount)
** New LSL function: key [[llTransferLindenDollars]](key id, integer amount)
**: Attempt to transfer amount of L$ from the owner of the object to 'id'. Requires PERMISSION_DEBIT. Returns a key used in a matching transaction_result event for the success or failure of the transfer.
**: Attempt to transfer amount of L$ from the owner of the object to 'id'. Requires [[PERMISSION_DEBIT]]. Returns a key used in a matching transaction_result event for the success or failure of the transfer.
** New LSL event: transaction_result(key id, integer success, string data)
** New LSL event: [[transaction_result]](key id, integer success, string data)
**: This event is triggered from an llTransfer* call (currently only llTransferLindenDollars).  
**: This event is triggered from an llTransfer* call (currently only llTransferLindenDollars).  
*** id: matches the return value of the llTransfer call and if the transaction was a success will match the 'transaction id' shown in transaction history on secondlife.com
*** id: matches the return value of the llTransfer call and if the transaction was a success will match the 'transaction id' shown in transaction history on secondlife.com
*** success: TRUE if the transfer succeeded otherwise FALSE.
*** success: [[TRUE]] if the transfer succeeded otherwise [[FALSE]].
*** data: On successful transactions will contain a CSV of destination ID and amount transferred. In failure cases it will contain an error tag on failure.
*** data: On successful transactions will contain a CSV of destination ID and amount transferred. In failure cases it will contain an error tag on failure.
** Error Tags for llTransferLindenDollars:
** Error Tags for llTransferLindenDollars:
Line 61: Line 61:
*** EXPIRED - The simulator timed out waiting for a response from the back-end service.
*** EXPIRED - The simulator timed out waiting for a response from the back-end service.
*** SERVICE_ERROR - There was an error connecting to the back-end service
*** SERVICE_ERROR - There was an error connecting to the back-end service
** {{jira|SCR-31}} New LSL function: llGetParcelMusicURL()
** {{jira|SCR-31}} New LSL function: [[llGetParcelMusicURL]]()
*** Returns the music URL of the object's current parcel if the script owner also owns the parcel
*** Returns the music URL of the object's current parcel if the script owner also owns the parcel
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.11.30.245889
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.12.02.246118




* '''Magnum RC Channel'''
* '''Magnum RC Channel'''
* This is again the "People API mutelist" project.
* This is the same code that is on LeTigre right now.
** Changed simulator behavior to send create/delete events in the mute-list to the People API.
* More exposure is good.
** Feature is disabled until full release.
** https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_Magnum/11#11.12.02.246118


=== Upcoming Stuff ===
=== Upcoming Stuff ===
Line 78: Line 78:


=== Interesting Stuff ===
=== Interesting Stuff ===
* New Linden Realms game
** http://community.secondlife.com/t5/Featured-News/Embark-on-a-Quest-in-Linden-Realms-Collect-Crystals-Earn-Linden/ba-p/1262133


=== Any Other Items ===
=== Any Other Items ===

Revision as of 16:08, 8 December 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, December 01st 2011, 3PM PDT at Morris🖈 on the preview grid, ADITI.


Agenda

  • Welcome to the Server Beta User Group

Updates

  • The releases went well this week.
  • NCW windows.
  • Second Life RC KT




  • LeTigre RC Channel
  • Bug Fixes
    • SCR-230 llSetPhysicsMaterial() fails if you don't have modify perms
    • SCR-147 Timer event fails to trigger following heavy amounts of linked messages
    • SVC-7324 Physics stalls every 20-30 seconds
    • SCR-225 ERROR: Failed to set physics shape type
    • SVC-7422 llSetLinkMedia do nothing
    • SVC-7413 Bug in Control Event
    • SVC-5927 Temp on Rezzed objects get queued
    • SVC-7360 Driving a vehicle over into a full region gives strange error message: You can't enter this region because the sebehavior is full
    • SVC-7379 For group notices groupID is being sent in the AgentID field
    • SVC-7343 llMinEventDelay Bug
    • SVC-7354 Simulator fails to load notecard asset (Intan won't read config card)
    • Avatars that do not have access to Adult regions will no longer see avatars on those regions from neighboring regions.
    • Several simulator crash fixes.
    • Several minor simulator memory leaks fixed.
    • SVC-7499 Poseball rezzing items are either not giving poseballs or rezzing balls in wrong positions
  • New features
    • New LSL function: key llTransferLindenDollars(key id, integer amount)
      Attempt to transfer amount of L$ from the owner of the object to 'id'. Requires PERMISSION_DEBIT. Returns a key used in a matching transaction_result event for the success or failure of the transfer.
    • New LSL event: transaction_result(key id, integer success, string data)
      This event is triggered from an llTransfer* call (currently only llTransferLindenDollars).
      • id: matches the return value of the llTransfer call and if the transaction was a success will match the 'transaction id' shown in transaction history on secondlife.com
      • success: TRUE if the transfer succeeded otherwise FALSE.
      • data: On successful transactions will contain a CSV of destination ID and amount transferred. In failure cases it will contain an error tag on failure.
    • Error Tags for llTransferLindenDollars:
      • LINDENDOLLAR_ENTITYDOESNOTEXIST - The destination UUID is not a valid agent.
      • LINDENDOLLAR_INSUFFICIENTFUNDS - The source agent does not have enough L$ for the transfer
      • INVALID_AGENT - Destination agent is not a valid UUID
      • INVALID_AMOUNT - Amount is <= 0
      • THROTTLED - The scripted L$ throttle was hit for this object owner.
      • MISSING_PERMISSION_DEBIT - The script does not have debit permission
      • GROUP_OWNED - The object is group owned and thus can't give money
      • TRANSFERS_DISABLED - L$ transfers are disabled in the region
      • EXPIRED - The simulator timed out waiting for a response from the back-end service.
      • SERVICE_ERROR - There was an error connecting to the back-end service
    • SCR-31 New LSL function: llGetParcelMusicURL()
      • Returns the music URL of the object's current parcel if the script owner also owns the parcel
    • https://wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/11#11.12.02.246118


Upcoming Stuff

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