summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-03-13pull and merge from viewer-developmentprep
2012-03-12path-396: rendering options are reset when pathing window is closed.prep
2012-03-12path-405: Avatar is no longer frozen when pathing window is up and when ↵prep
avatar crosses a region boundary the resident is informed with a message in the pathing window.
2012-03-09merge changes for vmrg-225Oz Linden
2012-03-09merge changes for vmrg-223Oz Linden
2012-03-09merge changes for vmrg-230Oz Linden
2012-03-09merge changes for vmrg-227Oz Linden
2012-03-09merge changes for vmrg-226Oz Linden
2012-03-08PATH-349: BUGFIX Incorrect ordering of CPU time was only occurring in the ↵Todd Stinson
case that the number of digitis in one of the CPU times exceeded 3 digits. In this scenario, the thousands comma was being inserted, and this comma was disrupting the comparison method. This fix is simply to use the standard integer formatting rather that the locale specific one.
2012-03-08Disabling the debugging messages.Todd Stinson
2012-03-08Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-08PATH-304: Adding functionality to handle the reloading of out-of-date navmeshes.Todd Stinson
2012-03-07Adding an enabled check for the linksets menu item based on whether the ↵Todd Stinson
state is frozen.
2012-03-07Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-07Removing unreferenced parameters from the post data.Todd Stinson
2012-03-07Path-287: VB bug fixes. Cleaned up rendering prims. Navmesh shape rendering ↵prep
fixes. Code cleanup
2012-03-07Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-07PATH-205,PATh-304: Fixing a crash issue with loading multiple navmeshes ↵Todd Stinson
during the second refresh.
2012-03-07Path-387, Path-283: Navmesh rendering fix.prep
2012-03-07Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-07Fix for overlaying navmesh on renderable geometry.prep
2012-03-07Removed unneeded codeprep
2012-03-07mergeprep
2012-03-07Partial fix for Path-387. Path-287 Viewer perfomance tweaks.prep
2012-03-06PATH-205,PATH-304: More work to handle downloading of out-of-date navmeshes.Todd Stinson
2012-03-06Storing the slots for the registered signal listeners. Before, this was ↵Todd Stinson
creating the artifact of crashing the Viewer on the second close of the pathfinding console.
2012-03-06Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-06Attempting to set the scroll position back to the original value on refresh.Todd Stinson
2012-03-06Putting into place a work-around for missing "modifiable" field datum in the ↵Todd Stinson
linksets service.
2012-03-06Updating the pathfinding linksets service to reference the new navmesh ↵Todd Stinson
category field. Also, still supporting the old permanent/walkable field names until fully deprecated from all server builds.
2012-03-06Updating the freeze/unfreeze service with the new field names. Also, still ↵Todd Stinson
supporting the old field names until fully deprecated from all server builds.
2012-03-06Adding the linksets menu option to the build->pathfinding menu.Todd Stinson
2012-03-05Wrapping all cases of LLPathingLib::getInstance in null pointer checks.Todd Stinson
2012-03-05Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-05PATH-205,PATH-304: More work to handle downloading of out-of-date navmeshes.Todd Stinson
2012-03-05Crash fix on teleportprep
2012-03-02Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-02PATH-304,PATH-205: Initial reworking of the navmesh download functionality.Todd Stinson
2012-03-02mergeprep
2012-03-02path-356: purging any data from the pathinglib after a successfull teleport.prep
2012-03-01BUGFIX Correcting a problem with the object selection code in the ↵Todd Stinson
pathfinding characters and linksets floaters. The code was not seeing the callback from the object update message of the selection manager.
2012-03-01Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-03-01mergeprep
2012-03-01path-264: Locking avatar in place when pathing floater is up.prep
2012-02-29Altering the displayed names of Dynamic objects to be Movable instead.Todd Stinson
2012-02-29increment viewer version to 3.3.1Oz Linden
2012-02-29PATH-199: Starting to introducing the pathfinding flags for the object.Todd Stinson
2012-02-29merge changes for vmrg-231Oz Linden
2012-02-29PATH-199: More cleanup of object flags and syncing with definitions from the ↵Todd Stinson
server-side using left-shifted bits instead 0x explicits for better human readability.
2012-02-29merge changes for sh-2963Oz Linden