Difference between revisions of "Release Notes/Second Life RC LeTigre/10"
Jump to navigation
Jump to search
Lil Linden (talk | contribs) |
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 08:44, 2 December 2010
10.11.30.215699
- "Maint Server" Deployed: 2010-12-01
- Features:
- Scripts now have access to server 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 objectOBJECT_TOTAL_SCRIPT_COUNT
: Returns the total number of scripts, running or not, on the objectOBJECT_SCRIPT_MEMORY
: Returns the total script memory used by the object
- The following constants have been added for use with llGetObjectDetails:
- 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
- Deployed: 2010-11-10
- Update to #10.11.03.213725
- Integrating the project from BlueSteel
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.
- "Threaded Rez": Object rezzing is moved to a separate thread.
- Bug Fixes
10.10.20.212725
- Deployed: 2010-10-25
- Update to #10.09.27.210681
- Bug Fixes
- Simulator crash fix
10.10.13.211971
- Rolled back to #10.10.05.211474: 2010-10-13
Deployed to LeTgire: 2010-10-13- Update to #10.09.27.210681
Bugs FixedSeveral server crash modes fixed
10.10.05.211474
- Deployed: 2010-10-07
- Update to #10.09.27.210681
- Bug Fixes
- In-world land and L$ purchases failing due to lost session information
10.10.05.211372
- Deployed: 2010-10-06
- Update to #10.09.27.210681
- 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
- Deployed: 2010-09-29
- Update to #10.09.27.210681
- 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.