summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2012-04-19BUILDFIX: Correcting a linux/mac build issue.Todd Stinson
2012-04-18Cleaning up how the shape flags are being computed and removing an unneeded ↵Todd Stinson
member variable from the pathfinding console class in the process.
2012-04-18Ensuring that the pathfinding console member variables are private with ↵Todd Stinson
accessor functions where need be.
2012-04-18Updating llpathinglibrary method calls to cleaned-up version of the library ↵Todd Stinson
interface.
2012-04-18Updating to the latest llphysicextensions pre-built package with the now ↵Todd Stinson
lowercased version of the header file names.
2012-04-17DRTVWR-139: merge back 3.3.1-beta2 fixesOz Linden
2012-04-17Mac build fix.Seth ProductEngine
2012-04-16sync with viewer-developmenteli
2012-04-16MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT ↵callum
request from similator and display a notification Reviewed by Simon
2012-04-14DRTVWR-136: Remove redundant remove_(item|category)() functions.Nat Goodspeed
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions.
2012-04-13fix merge conflict in remove_itemOz Linden
2012-04-13merge changes for drtvwr-136Oz Linden
2012-04-13merge changes for drtvwr-135Oz Linden
2012-04-12CHUI-87 FIXED crash in handling notifications after viewer disconnect.Seth ProductEngine
Notification handlers now use LLHandles to screen channels.
2012-04-12MAINT-891 FIXED Disabled focus return from modal dialog after viewer logoff.Seth ProductEngine
Fixed boost trackable objects usage.
2012-04-12Removed blending artifacts on path bookend shapes.prep linden
2012-04-12Path bookends are now vb's. Which means they are now lit and transparent in ↵prep linden
the viewer.
2012-04-11Removing debug messaging that was accidentally committed.Todd Stinson
2012-04-11Should not be recomputing the temporary path when settin gthe width and type.Todd Stinson
2012-04-11merge changes for drtvwr-137Oz Linden
2012-04-11Refining the behavior of the pathing test tool behavior with regards to ↵Todd Stinson
mouse clicks.
2012-04-10Refactoring to remove duplicate code.Todd Stinson
2012-04-10Modifying the behavior so that the user is able to drag the start/end ↵Todd Stinson
points, but holding ctrl/shift while hovering will still not be destructive to the old values.
2012-04-10Adding the display of the temporary start/end path character on hover state.Todd Stinson
2012-04-10Updating the pathfinding console with the results from the temporary path.Todd Stinson
2012-04-10Ensuring that the defaults are synced after building the pathfinding console ↵Todd Stinson
and pathfinding path tool.
2012-04-10Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-04-10Implementing a temporary path functionality based on a suggestion to improve ↵Todd Stinson
usability.
2012-04-10mergeprep
2012-04-10Fixed default character width bug. Updated rendertri api for new path ↵prep
rendering bookends.
2012-04-10BUILDFIX: Correcting one more build issue on linux and mac platforms.Todd Stinson
2012-04-10Altering how the toolset is swapped into and out-of test path mode.Todd Stinson
2012-04-10BUILDFIX: Correcting a build error.Todd Stinson
2012-04-10storm-64: One more toast on failure to verify initial image, and changed a ↵Vaalith
bool to enum
2012-04-09Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-04-09Re-implementing the path testing functionality as a proper LLTool.Todd Stinson
2012-04-09FIX VWR-28730 JA terminology consistency fixeli
2012-04-09Fix for path-506. Removed usevbo flag from stitchnavmesh apiprep
2012-04-09STORM-64: Added toasts to display critical errors during update cycle.Vaalith Jinn
2012-04-06PATH-265: Adding an error message to the testing tab of the pathfinding ↵Todd Stinson
floater console to indicate when a path cannot be found.
2012-04-06Altering the layout of the pathfinding console based on feedback.Todd Stinson
2012-04-05Enabling the Show World checkbox when crossing region boundaries so that ↵Todd Stinson
users do not suddenly end up lost in blackness as the navmesh downloads.
2012-04-05Removing unneeded code because we have the pathfinding console working to ↵Todd Stinson
correctly when teleporting or crossing region boundaries.
2012-04-05Removing the onShowXRayToggle callback as it is no longer required.Todd Stinson
2012-04-05Removing the onShowWorldToggle callback as it is no longer required.Todd Stinson
2012-04-05Disabling the terrain frozen editing warning when debug ↵Todd Stinson
optionPathfindingDisablePermanentObjects is set to true.
2012-04-05PATH-500: Updating the pathfinding console defaults following the ↵Todd Stinson
integration of the xray code.
2012-04-05PATH-482: BUGFIX Automatically reloading the character and linksets floaters ↵Todd Stinson
on region crossing.
2012-04-05Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-pf-xray.
2012-04-05Fix for: assert when rendering paths, wireframe world when navmesh render ↵Dave Parks
disabled, heat map breaking walkables etc, and navmesh edges being offset from navmesh