Difference between revisions of "Release Notes/Second Life Beta Server/1.24"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:
Changes that require both 1.24 Server *and* 1.21 Viewer (not yet released):
Changes that require both 1.24 Server *and* 1.21 Viewer (not yet released):
* New LSL calls for touch "position" in the touch_start(), touch(), and touch_end() events. Each touch() event provides the current surface point data (allowing grabbing, sliders, levers, and all sorts of pseudo GUI builds!):
* New LSL calls for touch "position" in the touch_start(), touch(), and touch_end() events. Each touch() event provides the current surface point data (allowing grabbing, sliders, levers, and all sorts of pseudo GUI builds!):
** llDetectedTouchUV() - returns the UV coordinates of the point touched.
** [[llDetectedTouchUV]]() - returns the UV coordinates of the point touched.
** llDetectedTouchFace() - returns the face of the point touched.
** [[llDetectedTouchFace]]() - returns the face of the point touched.
** llDetectedTouchPos() - returns the world coordinates of the point touched.
** [[llDetectedTouchPos]]() - returns the world coordinates of the point touched.
** llDetectedTouchNormal() - returns the surface normal of the point touched.
** [[llDetectedTouchNormal]]() - returns the surface normal of the point touched.
** llDetectedTouchBinormal() - returns the surface bi-normal of the point touched.
** [[llDetectedTouchBinormal]]() - returns the surface bi-normal of the point touched.
** llDetectedST() - call to query surface coordinates.
** [[llDetectedTouchST]]() - call to query surface coordinates.




* New feature to return all objects on an estate
* New feature to return all objects on an estate
** MISC-713: Add "Return All Objects" as an estate-wide feature for a specified resident
** [https://jira.secondlife.com/browse/MISC-713 MISC-713]: Add "Return All Objects" as an estate-wide feature for a specified resident


* New info added:
* New info added:

Revision as of 13:45, 20 August 2008

Release Notes for Second Life Beta Server 1.24

Changes:

  • Mono is an alternate way to run ordinary LSL scripts. It has advantages of speed and memory management over the current script engine. For more information about Mono see the wiki article: https://wiki.secondlife.com/wiki/Mono.
    • Note: Although no special viewer is needed to run Mono scripts, to create them you will need a viewer version of 1.21 or later.
  • Enabled group moderation features for voice chat.


Changes that require both 1.24 Server *and* 1.21 Viewer (not yet released):

  • New LSL calls for touch "position" in the touch_start(), touch(), and touch_end() events. Each touch() event provides the current surface point data (allowing grabbing, sliders, levers, and all sorts of pseudo GUI builds!):


  • New feature to return all objects on an estate
    • MISC-713: Add "Return All Objects" as an estate-wide feature for a specified resident
  • New info added:
    • Add Time Stamp to Parcel Object List
    • Add Time Stamp to Top Scripts Colliders List
    • Add more categories to Help -> Report Abuse..


Fixes:

  • Three security fixes