summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2012-06-06SH-2789 FIX - windows debug heap off by defaultBrad Payne (Vir Linden)
2012-06-06Render fix to remove blend artifacts on physics capsule. llphysics extension ↵prep
lib update (path-680, path-681).
2012-06-05BUGFIX: Correcting an assert behavior where the LLSD returned from calls to ↵Todd Stinson
convertObjectsIntoScrollListData() should be required to be an array type.
2012-06-05PATH-682: Correcting behavior for the case where setting the linksets and ↵Todd Stinson
the response returned is an error, and this causes the viewer to crash. This commit should remove the viewer crash.
2012-06-05Altering the method name.Todd Stinson
2012-06-05EXP-1942: BUGFIX Ensuring to clear the flag indicating that maturity changed ↵Todd Stinson
during teleport when the maturity level change fails.
2012-06-05MAINT-646 Factor std::set out of lloctreeDave Parks
2012-06-05merge changes for storm-1872Oz Linden
2012-06-05merge changes for storm-1870Oz Linden
2012-06-05merge changes for storm-1845Oz Linden
2012-06-05storm-1703: update license statementsOz Linden
2012-06-04BUGFIX: Ensuring that the physics capsule is built for each character.Todd Stinson
2012-06-04BUGFIX: Correcting selection behavior where the floater edit fields were not ↵Todd Stinson
being updated if the object selected was not in range of the viewer.
2012-06-04BUGFIX: Ensuring that the viewer will still work on regions that have older ↵Todd Stinson
pathfinding server code with the character shape data.
2012-06-04Adding more space to allow for translated copy on the pathfinding characters ↵Todd Stinson
floater.
2012-06-04PATH-676: Correcting selection behavior so that the first selected object ↵Todd Stinson
does remain invisible after changing the selection.
2012-06-04Some class refactoring.Todd Stinson
2012-06-04Ensuring that the scroll list is rebuilt after any missing avatar names are ↵Todd Stinson
loaded into cache.
2012-06-04merge changes for DRTVWR-157Oz Linden
2012-06-04STORM-1845: Move "Show HUD Attachments" to Me menuMartinRJ
2012-06-04STORM-1872 A line break is missing in ..\app_settings\settings.xmlJonathan Yap
2012-06-04mergeBrad Payne (Vir Linden)
2012-06-04MAINT-646 Profile based optimization -- add a lookup map for joints to ↵Dave Parks
remove hotspot in LLJoint::findJoint
2012-06-04merge dictionary importOz Linden
2012-06-04STORM-276 Dictionary import functionality and floaterKitty Barnett
2012-06-01PATH-668: Eating the escape key in the pathfinding path tool to avoid ↵Todd Stinson
certain bad behaviors.
2012-06-01Adding an automatic refresh to the pathfinding object floaters.Todd Stinson
2012-06-01EXP-1942: Ensuring that the teleport cancel works in the case of restarting ↵Todd Stinson
a teleport. Also, ensuring to pull down the teleport screen if we time out of a maturity request with a pending teleport queued.
2012-06-01Fix for linux build.Dave Parks
2012-06-01Migrated restoration of physics capsule into pathing characterprep
2012-06-01STORM-1870 Avatar tracking beacon doesn't get disabled if ↵Jonathan Yap
DESTINATION_REACHED_RADIUS is reached
2012-06-01Migrated physics capsule logic into pathing character objectprep
2012-06-01MAINT-646 Faster traversal of render batch lists.Dave Parks
2012-06-01EXP-1950: Correcting typo in notification.Todd Stinson
2012-06-01Update to latest llphysics extensions libraryprep
2012-06-01mergeprep linden
2012-06-01Removed unneeded allocprep linden
2012-05-31Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-05-31A bit more class clean-up for the LLFloaterPathfindingObjects.Todd Stinson
2012-05-31WIP:build fixprep linden
2012-05-31WIP:Displaying physics capsule for a character - it is currently disabled.prep
2012-05-31fix spell checker floater registrationOz Linden
2012-05-31Reloading the the pathfinding object floaters when the god level is changed.Todd Stinson
2012-05-31merge changes for storm-276Oz Linden
2012-05-31MAINT-639 Fix for random rainbow effects on some prims.Dave Parks
2012-05-31STORM-1812 Added teleport started callbackJonathan Yap
2012-05-30Pulling in the new character fields from the CharacterProperties service.Todd Stinson
2012-05-30Cleaning up some unreferenced headers and classes definitions from previous ↵Todd Stinson
refactoring.
2012-05-30First pass at refactoring the pathfinding linksets and pathfinding ↵Todd Stinson
characters classes to reduce code duplication, as both functionalities were heavily duplicated.
2012-05-31STORM-276 Match preferences look to that of the auto-replace functionality ↵Kitty Barnett
in STORM-1738