Difference between revisions of "Pathfinding/Alpha release notes"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
Welcome to the home page for the open alpha testing for Linden Lab's Pathfinding project!  Thank you for your interest in pathfinding and for taking the time to help us test.   
Welcome to the home page for the open alpha testing for Linden Lab's Pathfinding project!  Thank you for your interest in pathfinding and for taking the time to help us test.   


=== Pathfinding testing tips ===  
== Restrictions ==
The initial release of the pathfinding LSL is available only on the [[Aditi]] test grid on the following regions:
* [secondlife://Aditi/secondlife/PathTest1/131/101/23 secondlife://Aditi/secondlife/PathTest1/131/101/23]
* [secondlife://Aditi/secondlife/PathTest2/100/170/26 secondlife://Aditi/secondlife/PathTest2/100/170/26]
* [secondlife://Aditi/secondlife/PathTest3/103/127/23 secondlife://Aditi/secondlife/PathTest3/103/127/23]
* [secondlife://Aditi/secondlife/PathTest4/127/194/29 secondlife://Aditi/secondlife/PathTest4/127/194/29]


* This project is still in alpha stage and subject to change.  We are making the LSL calls public early so we can get feedback and pinpoint as many issues as possible before release.  Expect some bugs and instability.


* We recommend that you remove all HUDs and scripted attachments before entering the pathfinding areas.  There are currently several attachment-related bugs.
{{KBcaution|Remove all HUDs and scripted attachments before entering the pathfinding areas.  There are currently several attachment-related bugs.}}


* Please help us make a better product by filing bugs and feature requests in the PATHBUG JIRA here : https://jira.secondlife.com/browse/PATHBUG
== How to report bugs and suggest features ==


* In order to collect more valuable testing data, the pathfinding enabled regions are currently running a debug server build. This will substantially impact server performance.
Use JIRA to report bugs and suggest features in the PATHBUG JIRA project: https://jira.secondlife.com/browse/PATHBUG


* Pathfinding enabled objects will not work (and may cause errors) if taken outside of the pathfinding test regions.   
{{KBnote|Viewer tools are planned for a future Viewer release}}


* We have set all objects to be returned after an hour to help maintain a cleaner testing environment for all.
==Testing tips ==


* Please do not rez more than 10 pathfinding enabled objects at a time, due to the heavy cost of scripts on a debug server buildOnce pathfinding is released, you can expect to have a reasonably large number of pathfinding objects without impacting server performance (we've tested several hundred pathfinding enabled characters within a region with no noticeable slow down).
The pathfinding project is still in alpha stage and subject to change.  We are making the LSL calls public early to get feedback and pinpoint as many issues as possible before releaseExpect some bugs and instability.
The most helpful feedback at this stage are bug reports and specific suggestions regarding the API for the existing pathfinding functions.  


* If you are experiencing significant lag / fps problems, try one of the other 4 pathfinding enabled testing regions.   
Because we want to get these features to Residents as soon as possible, it is not in scope to make major functionality changes before the product release (for example, adding volumetric pathfinding or the ability to pursue multiple avatars at once)That said, we may continue to add more pathfinding features in the future and welcome both near-term and long-term suggestions for improvement.


* The pathfinding viewer tools will greatly aid in visualizing the nav-mesh and debugging issues with pathfinding enabled characters.  We expect to make a project viewer with these tools available within a month.   
Also:
* Be respectful of other residents while testing.   
* Have fun!


* Because the viewer tools are not yet available, resident testers will not be able to regenerate the region nav-mesh for the time being.  This means that if you place a staircase in world, for example, characters will view it as an obstacle rather than a pathable object. 
=== Pathfinding-enabled objects ===


* The most helpful kinds feedback at this stage are bug reports and specific suggestions regarding the API for the existing pathfinding functions.   
Pathfinding-enabled objects will not work (and may cause errors) if taken outside of the pathfinding test regions.   


* Because we want to get these features to residents as soon as possible, it is not in scope to make major functionality changes before the product release (eg : adding volumetric pathfinding or the ability to pursue multiple avatars at once).  That said, we may continue to add more pathfinding features down the road and welcome both near-term and long-term suggestions for improvement.  
We have set all objects to be returned after an hour to help maintain a cleaner testing environment for all.


* Be respectful of other residents while testing.   
Please do not rez more than 10 pathfinding enabled objects at a time, due to the heavy cost of scripts on a debug server buildOnce pathfinding is released, you can expect to have a reasonably large number of pathfinding objects without impacting server performance (we've tested several hundred pathfinding enabled characters within a region with no noticeable slow down). 
 
* Have fun!
 
== Restrictions ==
The initial release of the pathfinding LSL is available only on the [[Aditi]] test grid on the following regions:
* [secondlife://Aditi/secondlife/PathTest1/131/101/23 secondlife://Aditi/secondlife/PathTest1/131/101/23]
* [secondlife://Aditi/secondlife/PathTest2/100/170/26 secondlife://Aditi/secondlife/PathTest2/100/170/26]
* [secondlife://Aditi/secondlife/PathTest3/103/127/23 secondlife://Aditi/secondlife/PathTest3/103/127/23]
* [secondlife://Aditi/secondlife/PathTest4/127/194/29 secondlife://Aditi/secondlife/PathTest4/127/194/29]
 
== How to report bugs and suggest features ==


{{KBnote|Viewer tools are planned for beta release.  This Viewer is not currently available.}}
=== Performance ===
To collect more valuable testing data, the pathfinding-enabled regions are running a debug server build.  This will substantially impact server performance.
If you experience significant lag / FPS problems, try a different pathfinding test regions. 


Please use Jira to report bugs and suggest features.
=== Viewer tools ===
The [[Pathfinding Tools in the Second Life Viewer|Viewer pathfinding tools]] will greatly aid in visualizing the nav-mesh and debugging issues with pathfinding-enabled characters. A project viewer with these tools will be available soon. 


{{Comment|TBD.}}
Because the Viewer tools are not yet available, Resident testers will not be able to regenerate the region nav-mesh for the time being.  This means that if you place a staircase in world, for example, characters will view it as an obstacle rather than a pathable object.

Latest revision as of 15:34, 2 March 2012


Welcome to the home page for the open alpha testing for Linden Lab's Pathfinding project! Thank you for your interest in pathfinding and for taking the time to help us test.

Restrictions

The initial release of the pathfinding LSL is available only on the Aditi test grid on the following regions:


KBcaution.png Important: Remove all HUDs and scripted attachments before entering the pathfinding areas. There are currently several attachment-related bugs.

How to report bugs and suggest features

Use JIRA to report bugs and suggest features in the PATHBUG JIRA project: https://jira.secondlife.com/browse/PATHBUG

KBnote.png Note: Viewer tools are planned for a future Viewer release.

Testing tips

The pathfinding project is still in alpha stage and subject to change. We are making the LSL calls public early to get feedback and pinpoint as many issues as possible before release. Expect some bugs and instability. The most helpful feedback at this stage are bug reports and specific suggestions regarding the API for the existing pathfinding functions.

Because we want to get these features to Residents as soon as possible, it is not in scope to make major functionality changes before the product release (for example, adding volumetric pathfinding or the ability to pursue multiple avatars at once). That said, we may continue to add more pathfinding features in the future and welcome both near-term and long-term suggestions for improvement.

Also:

  • Be respectful of other residents while testing.
  • Have fun!

Pathfinding-enabled objects

Pathfinding-enabled objects will not work (and may cause errors) if taken outside of the pathfinding test regions.

We have set all objects to be returned after an hour to help maintain a cleaner testing environment for all.

Please do not rez more than 10 pathfinding enabled objects at a time, due to the heavy cost of scripts on a debug server build. Once pathfinding is released, you can expect to have a reasonably large number of pathfinding objects without impacting server performance (we've tested several hundred pathfinding enabled characters within a region with no noticeable slow down).

Performance

To collect more valuable testing data, the pathfinding-enabled regions are running a debug server build. This will substantially impact server performance. If you experience significant lag / FPS problems, try a different pathfinding test regions.

Viewer tools

The Viewer pathfinding tools will greatly aid in visualizing the nav-mesh and debugging issues with pathfinding-enabled characters. A project viewer with these tools will be available soon.

Because the Viewer tools are not yet available, Resident testers will not be able to regenerate the region nav-mesh for the time being. This means that if you place a staircase in world, for example, characters will view it as an obstacle rather than a pathable object.