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

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[Category:Release Notes for Beta Versions]]
[[Category:Release Notes for Beta Versions]]


==1.40.0==
* New features
** '''[http://wiki.secondlife.com/wiki/Havok_7_Beta_Home Havok 7]''': Upgraded physics engine
** {{jira|SVC-5170}}: New primtiveparam: PRIM_NAME
** {{jira|SVC-5171}}: New primitiveparam: PRIM_DESC
** {{jira|SVC-5573}}: New llGetLinkNumberOfSides(integer linknum)
* Bug Fixes
** {{jira|SVC-388}}: llGetScriptName() returns script's old name
** {{jira|SVC-1150}}: llOverMyLand returns false positives when avatar is not over owner's land but close by in another sim
** {{jira|SVC-3556}}: Intra-Region teleport not possible when region is full
** {{jira|SVC-3618}}: Estate Managers are unable to freeze / eject persons
** Fixed: Muting a user does not mute llDialog in their objects
** Fixed: Estate ban lines circumvented under some circumstances
** Fixed: Attachments can appear in incorrect places under some circumstances
** Fixed: Several teleport bugs


'''[[Havok_7_Beta_Home|Havok 7]]''' is currently scheduled for a 1.40 server release.


{{jira|SVC-5755}} - '''1.40 Beta Server Region Signup'''. Submit here regions that you would like to see on ADITI for the duration of 1.40 server testing.


==1.40.0==
==Beta Tester Notes==
=== New Features ===
*** Havok 7
**** http://wiki.secondlife.com/wiki/Havok_7_Beta_Home
**** testing guidelines
***** use physical stuff
***** hit it hard
*** HTTP Textures
**** Transport of textures from the simulator over HTTP instead of via UDP this should enable more reliable and faster texture loading in the viewer, to enable the feature in viewer 2 use the develop menu and enable HTTP Textures.
*** LSL Changes
**** [[llGetLinkNumberOfSides]](integer linknum);
**** New {{LSLGC|PrimitiveParams|primitiveparam}}: [[PRIM_DESC]]
**** New {{LSLGC|PrimitiveParams|primitiveparam}}: [[PRIM_NAME]]
*** Region Crossing Improvements
**** (improvements for avatars with and without attachments on region crossings and teleporting into regions) Improvements are based on how the region handles the crossing and not related to changes in the scripting engine, these improvements dont apply to region crossing on a vehicle. These improvements should allow faster crossing as well as a less spiky simulator fps when avatars enter a region.
*** Maintenance Bugfixes
**** {{jira|SVC-388}}: [[llGetScriptName]]() returns script's old name
**** {{jira|SVC-3306}}: Add enumeration to [[llPassCollisions]]() to provide  PASS_ALWAYS, PASS_IF_NOT_HANDLED, and PASS_NEVER as explicit options
**** {{jira|SVC-1773}}: [[STATUS_BLOCK_GRAB]] only affects  individual prims in a linkset
**** User can still access a group owned location after being ejected from the group if their home location is set to the group land.
**** {{jira|SVC-3556}}: Intra-Region teleport not possible when  region is full
**** {{jira|SVC-1150}}: [[llOverMyLand]] returns false positives  when avatar is not over owner's land but close by in another sim
*** A few more things that require a new viewer and will be going into public beta soon.
** Getting private regions into ADITI for 1.40 testing (please use {{jira|SVC-5755}})
*** I'm locking this at the end of the week.
** Bug filing tips:
*** https://jira.secondlife.com/secure/Dashboard.jspa
*** Click "Create New Issue"
*** Select Project: "2. Second Life Service - SVC"
*** Select Issue Type: "Bug"
*** Choose Affects Version/s: 1.40 Server (Unreleased Version)
**** If you know it's a Havok 7 bug you can select "Havok 7 Beta" for the Affects Version/s.
*** Be verbose and descriptive.
*** Be sure to add your evnironment.


=== Bug Fixes ===
{{jira|SVC-5755}} - '''1.40 Beta Server Region Signup'''. Submit here regions that you would like to see on ADITI for the duration of 1.40 server testing.


=== Regions ===
* Havok 7
** http://wiki.secondlife.com/wiki/Havok_7_Beta_Home
** testing guidelines
*** use physical stuff
*** hit it hard
* HTTP Textures
** Transport of textures from the simulator over HTTP instead of via UDP this should enable more reliable and faster texture loading in the viewer, to enable the feature in viewer 2 use the develop menu and enable HTTP Textures.
* LSL Changes
** [[llGetLinkNumberOfSides]](integer linknum);
** New {{LSLGC|PrimitiveParams|primitiveparam}}: [[PRIM_DESC]]
** New {{LSLGC|PrimitiveParams|primitiveparam}}: [[PRIM_NAME]]
* Region Crossing Improvements
** (improvements for avatars with and without attachments on region crossings and teleporting into regions) Improvements are based on how the region handles the crossing and not related to changes in the scripting engine, these improvements dont apply to region crossing on a vehicle. These improvements should allow faster crossing as well as a less spiky simulator fps when avatars enter a region.
* Maintenance Bugfixes
** {{jira|SVC-388}}: [[llGetScriptName]]() returns script's old name
** {{jira|SVC-3306}}: Add enumeration to [[llPassCollisions]]() to provide  PASS_ALWAYS, PASS_IF_NOT_HANDLED, and PASS_NEVER as explicit options
** {{jira|SVC-1773}}: [[STATUS_BLOCK_GRAB]] only affects  individual prims in a linkset
** User can still access a group owned location after being ejected from the group if their home location is set to the group land.
** {{jira|SVC-3556}}: Intra-Region teleport not possible when  region is full
** {{jira|SVC-1150}}: [[llOverMyLand]] returns false positives  when avatar is not over owner's land but close by in another sim
* A few more things that require a new viewer and will be going into public beta soon.
* Getting private regions into ADITI for 1.40 testing (please use {{jira|SVC-5755}})
** I'm locking this at the end of the week.
* Bug filing tips:
** https://jira.secondlife.com/secure/Dashboard.jspa
** Click "Create New Issue"
** Select Project: "2. Second Life Service - SVC"
** Select Issue Type: "Bug"
** Choose Affects Version/s: 1.40 Server (Unreleased Version)
*** If you know it's a Havok 7 bug you can select "Havok 7 Beta" for the Affects Version/s.
** Be verbose and descriptive.
** Be sure to add your environment.

Revision as of 17:22, 24 May 2010


1.40.0

  • New features
    • Havok 7: Upgraded physics engine
    • SVC-5170: New primtiveparam: PRIM_NAME
    • SVC-5171: New primitiveparam: PRIM_DESC
    • SVC-5573: New llGetLinkNumberOfSides(integer linknum)
  • Bug Fixes
    • SVC-388: llGetScriptName() returns script's old name
    • SVC-1150: llOverMyLand returns false positives when avatar is not over owner's land but close by in another sim
    • SVC-3556: Intra-Region teleport not possible when region is full
    • SVC-3618: Estate Managers are unable to freeze / eject persons
    • Fixed: Muting a user does not mute llDialog in their objects
    • Fixed: Estate ban lines circumvented under some circumstances
    • Fixed: Attachments can appear in incorrect places under some circumstances
    • Fixed: Several teleport bugs


Beta Tester Notes

SVC-5755 - 1.40 Beta Server Region Signup. Submit here regions that you would like to see on ADITI for the duration of 1.40 server testing.

  • Havok 7
  • HTTP Textures
    • Transport of textures from the simulator over HTTP instead of via UDP this should enable more reliable and faster texture loading in the viewer, to enable the feature in viewer 2 use the develop menu and enable HTTP Textures.
  • LSL Changes
  • Region Crossing Improvements
    • (improvements for avatars with and without attachments on region crossings and teleporting into regions) Improvements are based on how the region handles the crossing and not related to changes in the scripting engine, these improvements dont apply to region crossing on a vehicle. These improvements should allow faster crossing as well as a less spiky simulator fps when avatars enter a region.
  • Maintenance Bugfixes
    • SVC-388: llGetScriptName() returns script's old name
    • SVC-3306: Add enumeration to llPassCollisions() to provide PASS_ALWAYS, PASS_IF_NOT_HANDLED, and PASS_NEVER as explicit options
    • SVC-1773: STATUS_BLOCK_GRAB only affects individual prims in a linkset
    • User can still access a group owned location after being ejected from the group if their home location is set to the group land.
    • SVC-3556: Intra-Region teleport not possible when region is full
    • SVC-1150: llOverMyLand returns false positives when avatar is not over owner's land but close by in another sim
  • A few more things that require a new viewer and will be going into public beta soon.
  • Getting private regions into ADITI for 1.40 testing (please use SVC-5755)
    • I'm locking this at the end of the week.
  • Bug filing tips:
    • https://jira.secondlife.com/secure/Dashboard.jspa
    • Click "Create New Issue"
    • Select Project: "2. Second Life Service - SVC"
    • Select Issue Type: "Bug"
    • Choose Affects Version/s: 1.40 Server (Unreleased Version)
      • If you know it's a Havok 7 bug you can select "Havok 7 Beta" for the Affects Version/s.
    • Be verbose and descriptive.
    • Be sure to add your environment.