Release Notes/Second Life RC LeTigre/10

From Second Life Wiki
Jump to navigation Jump to search

10.11.30.215699

  • "Maint Server" Deployed: 2010-12-01
  • Features:
    • Scripts now have access to server version
      Ex: llSay(0,llGetEnv("sim_channel") + " " + llGetEnv("sim_version"));
    • Region admins have greater access to script usage info
      • The following constants have been added for use with llGetObjectDetails:
        • OBJECT_RUNNING_SCRIPT_COUNT: Returns the number of running scripts on the object
        • OBJECT_TOTAL_SCRIPT_COUNT: Returns the total number of scripts, running or not, on the object
        • OBJECT_SCRIPT_MEMORY: Returns the total script memory used by the object
  • Bug Fixes:
    • SVC-6332: llLinkParticleSystem() causes the avatar to emit particles until a relog
    • SVC-5908: Setting VEHICLE_HOVER_HEIGHT to values > 1024 fails to work as intended
    • SVC-6204: Group members still being charged group liability for "parcel directory fee" for land on disabled regions
    • SVC-6367: Grey goo fence prevents objects from going off world

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.