summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2012-03-14PATH-302: Adding in status reporting for the simulator navmesh status. ↵Todd Stinson
Separating the viewer status messaging from the simulator status.
2012-03-14CHUI-60 FIX Initial chat bubble from object is incorrectly sized on loginRichard Linden
bad XUI
2012-03-14Added flush support to navmesh havok display wrapper and made lines a bit ↵prep
thicker.
2012-03-13EXP-1915 : Rewrote the fetching mechanism for folders making it truly recursive.Merov Linden
2012-03-13PATH-394: First pass at handling the sim-to-viewer message reporting the ↵Todd Stinson
change from FROZEN to UNFROZEN state.
2012-03-13PATH-199: Enforcing permanent objects in frozen state to not move.Todd Stinson
2012-03-13Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-13PATH-304: Using the embedded navmesh version information.Todd Stinson
2012-03-13mergeprep
2012-03-13pull and merge from viewer-developmentprep
2012-03-13PATH-304: Proper handling of the sim-to-viewer message.Todd Stinson
2012-03-13Removing an unreferenced .h file and replacing it with a more specific one.Todd Stinson
2012-03-13Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-03-13PATH-304: Adding more debug messaging and correcting the camel-case of the ↵Todd Stinson
NavMesh update message.
2012-03-13CHUI-56 FIXED Fixed a crash when deleting multiple inventory folders.Vadim ProductEngine
2012-03-12PATH-304: Adding an extra state for the pathfinding console to report that ↵Todd Stinson
the status of the navmesh is being checked.
2012-03-12PATH-304: Making the navmesh version information work for both Premium ↵Todd Stinson
Wilderness regions (old pathfinding simulator build with missing capabilities) as well as the new pathfinding simulator builds with the version services.
2012-03-12MergeMerov Linden
2012-03-12EXP-1914 : Fix the evaluation of isClipboardPasteable() when the clipboard ↵merov
is in cut mode.
2012-03-12EXP-1922 : Skip the clipboard elements when purging the trash when in cut modeMerov Linden
2012-03-12sync with viewer-developmenteli
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-09EXP-1915 : Disable copy/cut options for folders as long as all items in them ↵Merov Linden
are not present.
2012-03-09merge changes for vmrg-225Oz 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-07EXP-1912 : Fix the substring filtering I broke while trying to fix 1912 the ↵Merov Linden
first time around.
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-06EXP-1767 WIP Received Items panel state does not persist between sessionsRichard Linden
ensure that layout stack has updated its layout before manually resizing one of its elements (which was causing the manual resize to be stomped on by the newly triggered layout update) made layout stack animation occur even when layout stack not visible (inventory will appear in proper open/closed state) LLView::setShape() now only calls handleReshape() when dimensions change removed extraneous calls to LLLayoutStack::updateClass() so that it should be called only once per frame now, allowing it to limit animation updates to layout stacks to one per frame. fixed rendering glitches arising from reshaping LLFolderView while in the middle of its draw() method
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