summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-02-10PATH-284: Altering the design toward the new layout. Starting to re-hookup ↵Todd Stinson
the functionality to the new controls. NOTE: This DOES break the pathing floater functionality.
2012-02-10PATH-284: Updating the class names in preparation for the new pathfinding ↵Todd Stinson
console design.
2012-02-10PATH-284: Moving files around in preparation for the new pathfinding console ↵Todd Stinson
design.
2012-02-10PATH-245: Adding functionality for returning objects to owner from the ↵Todd Stinson
characters floater.
2012-02-09PATH-245: Adding initial functionality for rendering debug beacons for ↵Todd Stinson
selected pathfinding characters.
2012-02-09PATH-245: Adding proper toggling of the enabled state for the take, take ↵Todd Stinson
copy, and delete buttons.
2012-02-09PATH-245: Basic functionality for take, take copy, and delete.Todd Stinson
2012-02-09PATH-245: Fixing an issue with character selection.Todd Stinson
2012-02-07PATH-245: Disabling character selection through the character floater as it ↵Todd Stinson
is seeming to cause weird artifacts in its current state.
2012-02-07PATH-245: Adding functionality to teleport avatar to the last known position ↵Todd Stinson
of the character. Might still need to refresh the characters current position before teleport, as future enhancement.
2012-02-07PATH-245: Ensuring that the characters floater is scalable.Todd Stinson
2012-02-07PATH-245: Integrating with the working sim-side cap service.Todd Stinson
2012-02-07Adding functionality to better handle the cause where the capability service ↵Todd Stinson
does not exist to the linksets floater.
2012-02-07PATH-245: Hooking the characters floater up to the character service. Also, ↵Todd Stinson
adding in an additional state to handle the floater when the service does not exist.
2012-02-06Making the linksets floater scale properly.Todd Stinson
2012-02-06Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-02-06increment viewer version to 3.3.0Oz Linden
2012-02-03merge changes for vmrg-222Oz Linden
2012-02-03Cleanup residuals before any new regions are loaded.prep
2012-02-03Path-118: Enable viewer to handle submitting multiple navmesh regions to the ↵prep
LLPathingLibrary.
2012-02-03EXP-1868 FIX Remove Merchant Outbox from Me menuRichard Linden
removed merchant outbox context menu reviewed by Leslie
2012-02-03EXP-1868 FIX Remove Merchant Outbox from Me menuRichard Linden
reviewed by Leslie
2012-02-03EXP-1843 WIP Added an option to output avatar rez timing.Vadim ProductEngine
Use the new "Avatar Rez" debugging tag to see the output.
2012-02-02PATH-235: Removing a final erroneous warning message that was still in the code.Todd Stinson
2012-02-02PATH-245: First pass at laying out the characters floater. Functionality is ↵Todd Stinson
mostly stubbed in. The data is currently tied to the same cap service as the linkset data, so that will need to change as soon as the new service is available.
2012-02-01Updating build menu with the new Pathfinding menu that opens into a sub-menu ↵Todd Stinson
with three choices.
2012-02-01Renaming the XUI files for the pathfinding console to setup.Todd Stinson
2012-02-01Renaming the LLPathfindingConsole class to be LLPathfindingSetup.Todd Stinson
2012-02-01Renaming the pathfinding console to be pathfinding setup.Todd Stinson
2012-02-01PATH-198: Laid out the pathfinding buttons per Leo's design. Functionality ↵Todd Stinson
is currently hooked up to stubs that report a warning message about lack of implementation.
2012-02-01PATH-235: Rewiring a bit of the path generation code to remove extraneous ↵Todd Stinson
error messages and to rebuild when the character width or the start point changes.
2012-02-01mergeBrad Payne (Vir Linden)
2012-01-31PATH-235: Correcting a warning message about the ↵Todd Stinson
floater_pathfinding_console.xml containing invalid parameters.
2012-01-31PATH-243: Refactoring the implementation for the render mode buttons on the ↵Todd Stinson
console. Removing the warning messages for methods that now have implementations.
2012-01-31mergeprep
2012-01-31PATH-118: Build up of neighboring regions and commented out call to ↵prep
pathinglib navmehs stitching code. Minor cleanups. Currently only submits current region to pathinglib.
2012-01-30Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-01-30PATH-187: Consolidating field names for the cap service into local defines.Todd Stinson
2012-01-30increment viewer version to 3.2.9Oz Linden
2012-01-30merge changes for vmrg-219Oz Linden
2012-01-30PATH-187: Resolving an issue where in a particular scenario the edit fields ↵Todd Stinson
were not being disabled when nothing was selected.
2012-01-30PATH-187: Using handles instead of pointers for safer implementation.Todd Stinson
2012-01-27PATH-187: Moving the filtered pathfinding linksets class into its own file.Todd Stinson
2012-01-27PATH-187: Refactoring to make the appropriate class able to be inlined.Todd Stinson
2012-01-27PATH-187 : Renaming the walkability parameters to be more descriptive.Todd Stinson
2012-01-27PATH-187 : Moving the PathfindingLinkset definition into its own file.Todd Stinson
2012-01-27BUILDFIX header file capitalizationNyx (Neal Orman)
Will clean this up to be more in line with our standards later
2012-01-27Automated merge with ↵Nyx (Neal Orman)
https://bitbucket.org/stinson_linden/viewer-development-havokai
2012-01-27PATH-192 FIX fixed last issues with convex decomp mergeNyx (Neal Orman)
2012-01-26PATH-187: Started refactoring of the CAP service by moving the translation ↵Todd Stinson
to an LLSD into the Linkset class where it should have been anyway.