summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
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
2020-07-30SL-13626 Fix asset storage coroutine shutdownAndrey Kleshchev
2020-07-30SL-13704 Release notes link not loading in ToolsUpdate2 releaseAndrey Kleshchev
2020-07-30Revert part of SL-11216 due to reverting VVMAndrey Kleshchev
This reverts commit 31d9930a0ff7da5a6312a8f47037052cd2d06bdb.
2020-07-28SL-13634 Don't warn about convex decomposition issues if it's a stubAndrey Kleshchev
2020-07-22Remove redundant LL_EXSTAT_ from enums.Nicky Dasmijn
2020-07-22LLExtStat had been a S32, this wasn't right, as some of the constants lead ↵Nicky Dasmijn
to integer overflow: const LLExtStat LL_EXSTAT_RES_RESULT = 2L<<30; const LLExtStat LL_EXSTAT_VFS_RESULT = 3L<<30; This shifts into the sign bit and clang gets (rightfully) upset about this. LLExtStatus needs to be at least of type U32 to remedy this problem, but while at it it makes sense to turn it into what it is: An enum. Turning it into a class enum has the added benefit we get type safety for mostly free. Which incidentally turned up a problem right away: A call to removeAndCallbackPendingDownloads had status and extstatus reversed and thus was wrong.
2020-07-20Merge branch 'master' into DRTVWR-501-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/newview/llimprocessing.cpp
2020-07-20Increment viewer version to 6.4.6Nat Goodspeed
following promotion of DRTVWR-476