summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-06mergeDebi King (Dessie)
2012-02-06tag merge back from viewer-betaDebi King (Dessie)
2012-02-06Added tag DRTVWR-115_3.2.8-beta2, 3.2.8-beta2 for changeset 987425b1acf4Debi King (Dessie)
2012-02-06Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-02-06update pathing libprep
2012-02-06increment viewer version to 3.3.0Oz Linden
2012-02-06Added tag 3.2.9-start for changeset 37dd400ad721Oz Linden
2012-02-03made hardware settings floater dependent on preferences floaterRichard Linden
2012-02-03Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-02-03EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
EXP-1854 FIX Text positioning in mini inspector a couple pixels too low
2012-02-03merge changes for vmrg-222Oz Linden
2012-02-03EXP-1853 FIX Misspelled value in llbvhloader.cppcallum
2012-02-03EXP-1845 FIX Media controls cannot be selected or set in Build tools texture tabcallum
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-03Added tag DRTVWR-114_3.2.8-beta1, 3.2.8-beta1 for changeset 16f8e2915f3fDebi King (Dessie)
2012-02-03EXP-1868 FIX Remove Merchant Outbox from Me menuRichard Linden
reviewed by Leslie
2012-02-03Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2012-02-03Escape all strings embedded in TeamCity service messages.Nat Goodspeed
TeamCity requires that certain characters (notably "'") must be escaped when embedded in service messages: http://confluence.jetbrains.net/display/TCD65/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ServiceMessages TUT frequently outputs messages containing "'", e.g. from ensure_equals() failure. We've seen TC output nesting get confused when it fails to process service messages properly due to parsing unescaped messages. Along with test<n> number, report test name (from set_test_name()) when available. Eliminate horsing around to produce normal output on both std::cout and possible output file. When output file is specified, use boost::iostreams::tee_device to do fanout for us. Improve placement (and possibly reliability) of service messages. Clean up a startling amount of redundancy in service-message production.
2012-02-03STORM-1793 Fix another logic error in getAvatarsJonathan Yap
2012-02-03STORM-1793 Fix bad assumption in getAvatarsJonathan Yap
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-03EXP-1840 FIXED (When two inventory windows are open and "properties" are ↵Paul ProductEngine
viewed, one window suddenly moves in front of the other window) - Modified method LLFloaterSidePanelContainer::openChildPanel so that it doesn't open floater each time it's called. Otherwise each time opening child panel of already opened floater, openFloater() will reposition the floater.
2012-02-03EXP-1819 FIXED (Location & Favorites bar splitter should be draggable to 200 ↵Paul ProductEngine
px on left and 150 px on right. ) - Allowed dragging to the left to shrink location to no less than 310 pixels, and to the right to shrink favorites to 185 pixels
2012-02-02PATH-235: Removing a final erroneous warning message that was still in the code.Todd Stinson
2012-02-02Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
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-02PATH-194 WIP setting build directory to stageNyx (Neal Orman)
2012-02-02PATH-194 WIP updating autobuild config for physicsextensions to have ↵Nyx (Neal Orman)
relWithDebInfo
2012-02-02PATH-194 WIP packaging up various headers needed by llphysicsextensionsNyx (Neal Orman)
fixed autobuild to have release and debug configurations, as that's what build.sh expects.
2012-02-02EXP-1856 FIX -- Calling cards, library items, 'no transfer' objects can be ↵Leslie Linden
copied to Merchant outbox via ctrl-v * Viewer now applies the same logic as inventory drag and drop to clipboard paste operations.
2012-02-02Automated merge with ↵Richard Linden
bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.trckmy\ssh__richard@hg.lindenlab.com_richard_viewer-experience_ywvwfc.hg
2012-02-02EXP-1858 FIX Received Items panel heading in incorrect positionRichard Linden
didn't account properly for collapsed panels
2012-02-02Removing a call to llround() per Richard.Vadim ProductEngine
2012-02-02Automated merge with ↵Nyx (Neal Orman)
https://bitbucket.org/stinson_linden/viewer-development-havokai
2012-02-02BUILDFIX grabbing latest havok package with new keycodeNyx (Neal Orman)
2012-02-02Restoring a call to llround() in lllineeditor.cpp mistakenly removed in ↵Vadim ProductEngine
changeset 0a9ef58e8f7d. By the way, removing a pointless call to llround() in lldraghandle.cpp.
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-01Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-02-01cleaned up linden_common.h, removing stuff that is mostly unusedRichard Linden
2012-02-01EXP-1672 FIXED Various fixes to prevent crashes in notifications.Seth ProductEngine
- Refactoring of LLToast and LLScreenChannel classes: moved LLToast signals to the private section. - Modified the screen channel's lists of toasts to store LLHandles instead of pointers and screen channel code to work with toast LLHandles.
2012-02-01Automated merge with ↵Nyx (Neal Orman)
https://bitbucket.org/stinson_linden/viewer-development-havokai
2012-02-01BUILDFIX updating physicsextensions to have new navmesh formatNyx (Neal Orman)
2012-02-01PATH-194 WIP adding header file packagingNyx (Neal Orman)
Gives us the packaging we need for viewer headers as an autobuild package so that llphysicsextensions can use its headers.
2012-02-01converted a bunch of narrowing implicit conversions to explicitRichard Linden