summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
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-29PATH-199: Starting to introducing the pathfinding flags for the object.Todd Stinson
2012-02-29merge changes for vmrg-231Oz Linden
2012-02-29merge changes for sh-2963Oz Linden
2012-02-28PATH-199: Cleaning up code related to object flags so that I can better use ↵Todd Stinson
the flags to managed pathfinding flags such as permanent and character.
2012-02-28Turn off the neighbor region query when loading a navmeshprep
2012-02-28EXP-1888 FIX Update text for emtpy Received Items folder in the ViewerRichard Linden
2012-02-27PATH-292: Adding verbage to the floater to explain that users must click the ↵Todd Stinson
apply changes to persist edits.
2012-02-27PATH-292: Ensuring that the terrain linkset use is clearly called out as ↵Todd Stinson
unmodifiable.
2012-02-27Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-02-27PATH-292: Ensuring that the terrain linkset is not visible and/or editable ↵Todd Stinson
to a non-estate non-god agent.
2012-02-27PATH-292: Adding better usability and warning notifications for the handling ↵Todd Stinson
of locked linksets.
2012-02-27Path-267: Support for rendering of new shape types an ui hookup.prep
2012-02-25PATH-341: BUGFIX Clamping the walkability coefficient text inputs to maximum ↵William Todd Stinson
value.
2012-02-25PATH-341: BUGFIX Allowing walkability coefficients to be set to zero.William Todd Stinson
2012-02-25Replacing the asserts that the modifiable bit is sent across now with the ↵William Todd Stinson
latest server deploys.
2012-02-25PATH-292: Adding the ability to view and edit pathfinding attributes of the ↵William Todd Stinson
terrain.
2012-02-24Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-02-24Adding the direct path to the Characters floater from the build menu.Todd Stinson
2012-02-24WIP: navmesh rendering on ultra. Atmospheric shaders still need to be ↵prep
disabled, but navmesh renders on all settings
2012-02-24Fix for nacmesh viewing on low gfx setting and llpathinglib update.prep
2012-02-24Path-267: Add support for rendering of walkable objects, obstacles and ↵prep
material phantoms.
2012-02-23PATH-292: Re-enabling filtering for the linksets floater.Todd Stinson
2012-02-23PATH-292: Fixing an issue where clicking Apply Edits without any changes ↵Todd Stinson
resulted in an usable floater state.
2012-02-23PATH-292: Fixing the post-modify update handler to update the linkset list ↵Todd Stinson
rather than overwrite it.
2012-02-23PATH-292: Reworking how and where linksets are requested and managed.Todd Stinson
2012-02-23EXP-1335 FIXED empty folders not draggable between Inventory windows.Seth ProductEngine
Added filtering empty folders as any other folder view item. This enables dragging empty folders between Inventory floaters when they pass the filter.
2012-02-22Adding a missing base constructor to the list.Todd Stinson
2012-02-22Correcting a minor typo in the comments and removing an unused header file ↵Todd Stinson
from inclusion.
2012-02-22Windows build fix.Seth ProductEngine
2012-02-22EXP-1335 FIXED Dragging folders into Recent Items disabled.Seth ProductEngine
- Dragging folder into Recent Items disabled, but allowed within Recent Items. - Dragging Contents folder from task inventory disabled. - Filtering folder contents upon dragging to any inventory panel added, to make the behavior consistent with items filtering during DnD.