Difference between revisions of "Release Notes/Second Life RC LeTigre/10"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
* '''Features''':
* '''Features''':
** Scripts now have access to server version
** Scripts now have access to server version
**: Ex: <code>llSay(0,llGetEnv("sim_channel") + " " + llGetEnv("sim_version"));</code>
**: Ex: <code>[[llSay]](0,[[llGetEnv]]("sim_channel") + " " + [[llGetEnv]]("sim_version"));</code>
** Region admins have greater access to script usage info
** Region admins have greater access to script usage info
*** The following constants have been added for use with llGetObjectDetails:
*** The following constants have been added for use with [[llGetObjectDetails]]:
**** <code>OBJECT_RUNNING_SCRIPT_COUNT</code>: Returns the number of running scripts on the object
**** <code>[[OBJECT_RUNNING_SCRIPT_COUNT]]</code>: Returns the number of running scripts on the object
**** <code>OBJECT_TOTAL_SCRIPT_COUNT</code>: Returns the total number of scripts, running or not, on the object
**** <code>[[OBJECT_TOTAL_SCRIPT_COUNT]]</code>: Returns the total number of scripts, running or not, on the object
**** <code>OBJECT_SCRIPT_MEMORY</code>: Returns the total script memory used by the object
**** <code>[[OBJECT_SCRIPT_MEMORY]]</code>: Returns the total script memory used by the object
* '''Bug Fixes''':
* '''Bug Fixes''':
** {{jira|SVC-6332}}: llLinkParticleSystem() causes the avatar to emit particles until a relog  
** {{jira|SVC-6332}}: [[llLinkParticleSystem]]() causes the avatar to emit particles until a relog  
** {{jira|SVC-5908}}: Setting VEHICLE_HOVER_HEIGHT to values > 1024 fails to work as intended
** {{jira|SVC-5908}}: Setting [[VEHICLE_HOVER_HEIGHT]] to values > 1024 fails to work as intended
** {{jira|SVC-6204}}: Group members still being charged group liability for "parcel directory fee" for land on disabled regions
** {{jira|SVC-6204}}: Group members still being charged group liability for "parcel directory fee" for land on disabled regions
** {{jira|SVC-6367}}: Grey goo fence prevents objects from going off world
** {{jira|SVC-6367}}: Grey goo fence prevents objects from going off world

Revision as of 09:44, 2 December 2010

10.11.30.215699

10.11.09.214391

10.11.03.213725

  • Deployed: 2010-11-03
  • Features
    • "Threaded Rez": Object rezzing is moved to a separate thread.
      This should minimize lag instances when complex objects are rezzed in a region.
  • Bug Fixes
    • SVC-6399: Online friends not showing online
    • SVC-6430: Objects de-render behind you when you look away.

10.10.20.212725

  • Bug Fixes
    • Simulator crash fix

10.10.13.211971

  • Deployed to LeTgire: 2010-10-13
  • Update to #10.09.27.210681
  • Bugs Fixed
    • Several server crash modes fixed

10.10.05.211474

  • Bug Fixes
    • In-world land and L$ purchases failing due to lost session information

10.10.05.211372

  • Bug Fixes
    • SVC-6368: llRequestAgentData DATA_ONLINE - intermittent failure
    • Simulator crash fixed
    • Simulator restart failure fixed
      This caused regions to be down for extended periods of time during the previous rolling restart

10.09.27.210805

  • Bug Fixes
    • Simulator crash regression fixed

10.09.27.210681

  • Deployed: 2010-09-29
  • Features
    • Enable tcmalloc-1.6 by default to help with memory and performance debugging.
    • Simulator disk operations moved into threads for performance reasons.
  • Bug Fixes
    • SVC-583: Five minute wait due to "System Logging You Out" happens every time when wearing scripted attachments.
    • Several stuck presence issues resolved.