Difference between revisions of "Release Notes/Second Life RC Snack/12"
Jump to navigation
Jump to search
Oskar Linden (talk | contribs) (Created page with "Snack is a limited use Release Candidate channel. More info here: Snack. Snack enabled regions may or may not be up or enabled. {{TOCright}} === 12.10.19.266068 ==…") |
Oskar Linden (talk | contribs) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
* This is a maint-server project. | * This is a maint-server project. | ||
* Scheduled 2012-10-24 | * Scheduled 2012-10-24 | ||
* New features | |||
** Added [[LlGetObjectDetails|llGetObjectDetails()]] flags [[OBJECT_ROOT]] and [[OBJECT_ATTACHED_POINT]] | |||
*** [[OBJECT_ROOT]] returns the id of the [[Link#Root_Prim|root prim]] of the object's linkset | |||
**** If called on an avatar, returns the id of the root prim of the linkset the avatar is sitting on (or the avatar's own id if the avatar is not sitting on an object within the region) | |||
**** Return type is a [[Key]] | |||
*** [[OBJECT_ATTACHED_POINT]] returns the [[Template:LSL_Constants_Attachment|attachment point]] to which the object is attached | |||
**** Returns 0 if the object is not an attachment (or is an avatar, etc) | |||
**** Return type is an [[Integer]] | |||
* Bug Fixes | * Bug Fixes | ||
** Linkability distance rules are broken | ** Linkability distance rules are broken | ||
** Group won't load - too many members. This provides a new capability to viewers to fetch member lists for large groups. | ** Group won't load - too many members. This provides a new capability to viewers to fetch member lists for large groups. | ||
** Get the development viewer here: | ** Get the development viewer here: | ||
*** [http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/ | *** [http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/baker_viewer-development/rev/266337/arch/CYGWIN/installer/Second_Life_3-4-1-266337_Developer_Setup.exe Windows test viewer download] | ||
*** [http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/baker_viewer-development/rev/ | *** [http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/baker_viewer-development/rev/266337/arch/Darwin/installer/SecondLife_3_4_1_266337_DEVELOPER.dmg OS X test viewer download] | ||
*** [http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/baker_viewer-development/rev/ | *** [http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/baker_viewer-development/rev/266337/arch/Linux/installer/SecondLife-i686-3.4.1.266337.tar.bz2 Linux test viewer download] | ||
** Converted over 50 hard-coded messages on the server to a localizable data format that can be properly displayed in the correct language in the viewer. A future viewer release will contain the messages and tags for translation. | ** Converted over 50 hard-coded messages on the server to a localizable data format that can be properly displayed in the correct language in the viewer. A future viewer release will contain the messages and tags for translation. | ||
** Thanks to a newly added capability the simulator can now report information about script permissions granted to objects within a region. A future viewer update will use this. | ** Thanks to a newly added capability the simulator can now report information about script permissions granted to objects within a region. A future viewer update will use this. | ||
** Restored functionality of the Estate Tools, Debug, Disable collisions feature. Invoking this feature will put the affected region into a state with very limited physics. This is useful when trying to untangle performance issues or clear unwanted objects. | ** Restored functionality of the Estate Tools, Debug, Disable collisions feature. Invoking this feature will put the affected region into a state with very limited physics. This is useful when trying to untangle performance issues or clear unwanted objects. | ||
* Known Issues | |||
** [[llSensor]]() will not work as expected. | |||
*** Breedables may not be able to find mates | |||
*** Breedables may not be able to find food | |||
*** May cause uncontrollable weeping | |||
[[Category:Server Release Notes]] | [[Category:Server Release Notes]] |
Latest revision as of 10:45, 29 October 2012
Snack is a limited use Release Candidate channel. More info here: Snack. Snack enabled regions may or may not be up or enabled.
12.10.19.266068
- This is a maint-server project.
- Scheduled 2012-10-24
- New features
- Added llGetObjectDetails() flags OBJECT_ROOT and OBJECT_ATTACHED_POINT
- OBJECT_ROOT returns the id of the root prim of the object's linkset
- If called on an avatar, returns the id of the root prim of the linkset the avatar is sitting on (or the avatar's own id if the avatar is not sitting on an object within the region)
- Return type is a Key
- OBJECT_ATTACHED_POINT returns the attachment point to which the object is attached
- Returns 0 if the object is not an attachment (or is an avatar, etc)
- Return type is an Integer
- OBJECT_ROOT returns the id of the root prim of the object's linkset
- Added llGetObjectDetails() flags OBJECT_ROOT and OBJECT_ATTACHED_POINT
- Bug Fixes
- Linkability distance rules are broken
- Group won't load - too many members. This provides a new capability to viewers to fetch member lists for large groups.
- Get the development viewer here:
- Converted over 50 hard-coded messages on the server to a localizable data format that can be properly displayed in the correct language in the viewer. A future viewer release will contain the messages and tags for translation.
- Thanks to a newly added capability the simulator can now report information about script permissions granted to objects within a region. A future viewer update will use this.
- Restored functionality of the Estate Tools, Debug, Disable collisions feature. Invoking this feature will put the affected region into a state with very limited physics. This is useful when trying to untangle performance issues or clear unwanted objects.
- Known Issues
- llSensor() will not work as expected.
- Breedables may not be able to find mates
- Breedables may not be able to find food
- May cause uncontrollable weeping
- llSensor() will not work as expected.