summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2020-09-24SL-12435 Crash on mRowPanels.back()Andrey Kleshchev
2020-09-23SL-13986 Validate buffer size to avoid SIGBUS crash on sscanfAndrey Kleshchev
2020-09-23Revert " SL-13823 FIXED "Settings" are not shown in Inventory filter message"Mnikolenko Productengine
This reverts commit 0048a4cf18f958591c5e4f9ec829e4ecdc642926.
2020-09-23Revert "SL-13824 Remove notification when joining a group"Mnikolenko Productengine
This reverts commit fc74a2df6364889149b5ebd0638839582fda358f.
2020-09-23Revert "SL-13824 Remove notification when both joining a group and leaving a ↵Mnikolenko Productengine
group" This reverts commit 34786ac22129aac372eeb1e73b6baac6bfad644e.
2020-09-23Revert "SL-13852 Add visibility options to inventory search results"Mnikolenko Productengine
This reverts commit 18566c502398e0e449717a06b1ffae3966e55522.
2020-09-23Revert "SL-13852 Show menu below the button"Mnikolenko Productengine
This reverts commit bac27a9d74bc8eb55699aedcf957ba7532ef02c5.
2020-09-23Revert "SL-11867 Show “Unable to buy” message via notification"Mnikolenko Productengine
This reverts commit 7e2e2503c5fb57736844bdad0f309d2d49ee86b2.
2020-09-23Revert "SL-13814 Clarify dialog for insufficient L$ balance"Mnikolenko Productengine
This reverts commit f150600ffb17232bfa88a6225aab437460fc9520.
2020-09-23Revert "SL-13814 mac build fix"Mnikolenko Productengine
This reverts commit 85d90ce6bda00f1cb6fc8f0a75e739f1273843b3.
2020-09-23Revert "SL-13814 Updated label text"Mnikolenko Productengine
This reverts commit 1557cd8fe2733c32c7788daf752fe23c7190947f.
2020-09-22SL-13971 [Cleanup] Viewer complains about missing VertexShaderEnableAndrey Kleshchev
2020-09-21SL-13729 Small fix with some cached settingsAndrey Kleshchev
2020-09-18SL-13729 Performance of LLUI and LLRender2D #3Andrey Kleshchev
2020-09-17SL-13729 Performance of LLUI and LLRender2D #2Andrey Kleshchev
2020-09-17SL-13729 Performance of LLUI and LLRender2DAndrey Kleshchev
2020-09-16SL-13923 - EEP sky is wrong after loading water then re-logging with ↵Andrey Kleshchev
EnvironmentPersistAcrossLogin
2020-09-14SL-13937 FIXED 'Loading...' is constantly displayed when entering the URL on ↵Mnikolenko Productengine
the 'Media URL' floater
2020-09-14SL-13930 Appearance sort order should be similar to Inventory sort orderMnikolenko Productengine
2020-09-11SL-13927 Turn SSL verification On for all SL services in viewerAndrey Kleshchev
2020-09-09SL-3278 Small adjustementAndrey Kleshchev
2020-09-08SL-3278 Compensate for randomly-switching texturesAndrey Kleshchev
2020-09-08SL-3278 Parts unique to 'self' should not affect render complexityAndrey Kleshchev
2020-09-08SL-3278 Wrap debug code into debug optionAndrey Kleshchev
2020-09-07SL-13878 FIXED The no title location appears in 'Teleport history' after ↵Mnikolenko Productengine
adding a blank line to teleport_history.txt
2020-09-04SL-13814 Updated label textMnikolenko Productengine
2020-09-03SL-13814 mac build fixMnikolenko Productengine
2020-09-03SL-13814 Clarify dialog for insufficient L$ balanceMnikolenko Productengine
2020-09-02SL-8225 Do not sit or autopilot to 'zero' global coordinatesAndrey Kleshchev
Also significantly increases autopilot flight precision
2020-09-01SL-11867 Show “Unable to buy” message via notificationmaxim_productengine
2020-09-01SL-13852 Show menu below the buttonMnikolenko Productengine
2020-08-31SL-13852 Add visibility options to inventory search resultsMnikolenko Productengine
2020-08-28SL-13877 'Classified' accordion does not disappear after deleting all ↵Andrey Kleshchev
Classifieds
2020-08-27SL-12585 Decrease space for time fieldAndrey Kleshchev
2020-08-26SL-13824 Remove notification when both joining a group and leaving a groupMnikolenko Productengine
2020-08-21SL-13824 Remove notification when joining a groupMnikolenko Productengine
2020-08-21 SL-13823 FIXED "Settings" are not shown in Inventory filter messageMnikolenko Productengine
2020-08-20SL-13638 Optimize cache writing and readingAndrey Kleshchev
Cache writing and reading happens in main thread and can cause significant drop in performance
2020-08-20SL-13443 Reduce stalls on writing cache to fileAndrey Kleshchev
2020-08-18Increment viewer version to 6.4.8Nat Goodspeed
following promotion of DRTVWR-501
2020-08-11SL-13626 Renamed PoolSizeAssetStorage to PoolSizeVAssetStorageAndrey Kleshchev
to reflect previous commit and use correct pool size
2020-08-10Merge branch 'master' into DRTVWR-501-maintAndrey Lihatskiy
2020-08-10Increment viewer version to 6.4.7Nat Goodspeed
following promotion of DRTVWR-476
2020-08-06Revert "SL-11215: Add release notes URLs to update-related notifications."Andrey Kleshchev
This reverts commit bf999f2f84dd26844c60d682f563f982a55e8ee8 due to revert of updater, this will be moved to separate 'epic' instead
2020-08-06SL-13737 Crash when cleaning up uninitialized ndof deviceAndrey Kleshchev
2020-08-05Revert commit bbb16ff97c1dbafa21358dbee8ca686d3c30478e.Andrey Kleshchev
This fails at teamcity due to missing LLTrans, but builds locally without issues. Reverting to not hold D501
2020-08-05SL-13719 One more exit crash for asset storageAndrey Kleshchev
2020-08-05SL-13704 Move link generation into getReleaseNotes()Andrey Kleshchev
2020-08-05Merge branch 'DRTVWR-476' into DRTVWR-501-maintAndrey Lihatskiy
2020-07-31SL-13626 Fixed spelling errorAndrey Kleshchev