summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2016-10-06MAINT-6800 FIXED Using Snapshot Freeze Frame option causes several issuesMnikolenko Productengine
2016-10-05Fix MAINT-6730 Media audio does not play when Media volume slider is set to maxCallum Prentice
2016-10-05MAINT-6761 Play button in the top right corner was not functioning when pressedandreykproductengine
2016-10-04MAINT-6748 Add Report Abuse as new Toolbar entryandreykproductengine
2016-10-04MAINT-6779 Allow to use last pic from Abuse report floater after relogMnikolenko Productengine
2016-10-04Reverted 208c0e0AndreyL ProductEngine
2016-10-03MergeRider Linden
2016-09-30MAINT-6759: Do not automatically hide the "Stand" button. Rely on the state ↵Rider Linden
of the avatar to enable/disable buttons.
2016-09-30Log volume control values for debuggingCallum Prentice
2016-09-30MAINT-6786 scale gets out of bonds and causes crashandreykproductengine
2016-09-30MAINT-6785 Clean up log spam caused by unused/undeclared "foto_bg_panel"AndreyL ProductEngine
2016-09-30Merged in lindenlab/viewer-bearAndreyL ProductEngine
2016-09-29SL-451 - removed member variable that's no longer used with current joint ↵Brad Payne (Vir Linden)
numbering scheme
2016-09-28SL-451 - SSE-optimized matrix multiply, used in initSkinningMatrixPalette()Brad Payne (Vir Linden)
2016-09-28MAINT-6123 Fix for LLTextureCache::writeToFastCache crashAndreyL ProductEngine
2016-09-28Merged lindenlab/viewer-neko into defaultRuslan Teliuk
2016-09-28MAINT-6773 Add payment messageMnikolenko Productengine
2016-09-27SL-451 - support for getJoint() by number, use in initSkinningMatrixPalette()Brad Payne (Vir Linden)
2016-09-27MAINT-5232: LLWinDebug has empty constructor.Nat Goodspeed
This didn't become apparent until we got past the other Windows build issues and attempted to link the viewer itself.
2016-09-27MAINT-5232: Ensure BOOST_SYSTEM_LIBRARY follows BOOST_THREAD_LIBRARY.nat@linux-build-phx8.lindenlab.com
In recent versions of Boost, BOOST_THREAD_LIBRARY depends on BOOST_SYSTEM_LIBRARY. In llcorehttp/CMakeLists.txt, these were incorrectly ordered for Linux. Somewhat oddly, that appears to have caused Linux link errors even in llmath. Fix at least this problem.
2016-09-27MAINT-6775 ParserWarning spam in viewer logMnikolenko Productengine
2016-09-27MAINT-5232: Disable unrealistic failing checks on GetMemTotal().Nat Goodspeed
2016-09-27MAINT-5232: Give up on running mem test twice: doesn't workNat Goodspeed
2016-09-27Merged lindenlab/viewer-neko into defaultRuslan Teliuk
2016-09-27MAINT-6737 [VOB] Show confirmation floater when dnd an image to an Outfit folderMnikolenko Productengine
2016-09-27mergeBrad Payne (Vir Linden)
2016-09-26MAINT-6756: Added ForceSitAvatar to the list of things an Exp can do in the ↵Rider Linden
dialog.
2016-09-26MAINT-4950 Appearance panel performance improvements.andreykproductengine
2016-09-30MAINT-6783 Xml parser warnings should show the file nameMnikolenko Productengine
2016-09-29MAINT-6770 Remember appearance floater's chosen tab across loginsandreykproductengine
2016-09-29MAINT-6775 ParserWarning spam in viewer logMnikolenko Productengine
2016-09-26MergeRider Linden
2016-09-26Back out a change that never got merged into viewer-release.Rider Linden
2016-09-26Merged lindenlab/viewer-release into defaultRider Linden
2016-09-26MAINT-6744 'System UI size factor has changed... ' shouldn't appear after ↵AndreyL ProductEngine
installation
2016-09-23MAINT-6747 eliminating convertion errorandreykproductengine
2016-09-23MAINT-5232: Try workaround for dubious llcorehttp mem usage test.Nat Goodspeed
2016-09-23Merged in Ansariel's fix for MAINT-6752AndreyL ProductEngine
2016-09-22MAINT-6694 Gesture floater crashandreykproductengine
2016-09-20Small improvements to UI DPI scaling on Windows:Ansariel
* Use USER_DEFAULT_SCREEN_DPI define from WinUser.h * Change Win32 SDK target version to Windows Vista or greater * Define WM_DPICHANGED as preprocessor definition as in WinUser.h * Cull manual definitions of WM_MOUSEWHEEL and WHEEL_DELTA which are part of the Win32 SDK since Windows NT 4.0
2016-09-20MAINT-6735 brackets fixandreykproductengine
2016-09-20MAINT-6655 fixed group list and inspector not always switching to default iconandreykproductengine
2016-09-20MAINT-6735 Teleport offer sound does not play when the the destination ↵andreykproductengine
region's maturity exceeds the current maturity settings
2016-09-20mergeBrad Payne (Vir Linden)
2016-09-19MAINT-6733 FIXED On build disabled land, the build button is enabled when ↵Mnikolenko Productengine
left clicking any touchable object.
2016-09-17MAINT-5232: Eliminate pointless string search for "class " prefix.Nat Goodspeed
The Visual C++ runtime produces typeid(MyClass).name() as "class MyClass". It's prudent to check for the presence of that prefix before stripping off the first six characters, but if the first comparison should ever fail, find() would continue searching the rest of the string for "class " -- a search guaranteed to fail. Use compare() instead.
2016-09-16MergeRider Linden
2016-09-16MergeRider Linden
2016-09-16MAINT-6570: Fix bad merge.Rider Linden
2016-09-16MAINT-5232: Fix a couple new LLGlobalEconomy::Singleton references.Nat Goodspeed