Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-18 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llimprocessing.cpp | |||
2020-08-18 | Increment viewer version to 6.4.8 | Nat Goodspeed | |
following promotion of DRTVWR-501 | |||
2020-08-17 | SL-13784 Highlight friends' names in Conversations floater | Mnikolenko Productengine | |
2020-08-14 | SL-13293 Fixed reshape behavior for scale change | Andrey Kleshchev | |
2020-08-13 | SL-13149 FIXED URLs copied from MoaP have 6 space characters at the beginning | Mnikolenko Productengine | |
2020-08-11 | SL-13731 FIXED Issue with selecting custom preset while in 'Object view' mode | Mnikolenko Productengine | |
2020-08-11 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2020-08-11 | SL-13626 Renamed PoolSizeAssetStorage to PoolSizeVAssetStorage | Andrey Kleshchev | |
to reflect previous commit and use correct pool size | |||
2020-08-10 | Merge branch 'master' into DRTVWR-501-maint | Andrey Lihatskiy | |
2020-08-10 | Increment viewer version to 6.4.7 | Nat Goodspeed | |
following promotion of DRTVWR-476 | |||
2020-08-06 | Revert "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-06 | SL-13737 Crash when cleaning up uninitialized ndof device | Andrey Kleshchev | |
2020-08-06 | Revert "SL-13082 Declare macOS SDK version to be 10.12 instead of 10.15" | Andrey Lihatskiy | |
This reverts commit 7d4b1c014c9900af47005a529df50ece14249326. Until the TC mac build nodes update. | |||
2020-08-05 | Revert commit bbb16ff97c1dbafa21358dbee8ca686d3c30478e. | Andrey Kleshchev | |
This fails at teamcity due to missing LLTrans, but builds locally without issues. Reverting to not hold D501 | |||
2020-08-05 | SL-13719 One more exit crash for asset storage | Andrey Kleshchev | |
2020-08-05 | SL-13704 Move link generation into getReleaseNotes() | Andrey Kleshchev | |
2020-08-05 | SL-13714 FIXED Buy floater allows multiple buy | Mnikolenko Productengine | |
2020-08-05 | Merge branch 'DRTVWR-476' into DRTVWR-501-maint | Andrey Lihatskiy | |
2020-08-03 | SL-13691 wstring index was used for normal string | Andrey Kleshchev | |
2020-08-01 | SL-12795 Fix existance of multiple chatlog files after name change | Andrey Kleshchev | |
2020-07-31 | SL-13626 Fixed spelling error | Andrey Kleshchev | |
2020-07-30 | SL-13626 Fix asset storage coroutine shutdown | Andrey Kleshchev | |
2020-07-30 | SL-13704 Release notes link not loading in ToolsUpdate2 release | Andrey Kleshchev | |
2020-07-30 | Revert part of SL-11216 due to reverting VVM | Andrey Kleshchev | |
This reverts commit 31d9930a0ff7da5a6312a8f47037052cd2d06bdb. | |||
2020-07-29 | SL-13695 update chat message string with instructions | Mnikolenko Productengine | |
2020-07-28 | SL-13634 Don't warn about convex decomposition issues if it's a stub | Andrey Kleshchev | |
2020-07-23 | SL-13513 Tree's trunk should decrease quality at higher distance | Andrey Kleshchev | |
2020-07-22 | SL-13620 FIXED The code appears instead of the maturity icon in the chat history | Mnikolenko Productengine | |
2020-07-22 | SL-13082 Declare macOS SDK version to be 10.12 instead of 10.15 | Andrey Lihatskiy | |
2020-07-22 | Remove redundant LL_EXSTAT_ from enums. | Nicky Dasmijn | |
2020-07-22 | LLExtStat 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-21 | SL-13628 FIXED Object's name and description are not populated when cycling ↵ | Mnikolenko Productengine | |
through faces | |||
2020-07-21 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2020-07-20 | Merge branch 'master' into DRTVWR-501-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/newview/llimprocessing.cpp | |||
2020-07-20 | Increment viewer version to 6.4.6 | Nat Goodspeed | |
following promotion of DRTVWR-476 | |||
2020-07-20 | SL-13516 MAC build fix 2 | Andrey Kleshchev | |
2020-07-20 | SL-13516 MAC build fix | Andrey Kleshchev | |
2020-07-20 | SL-13516 Move dupplicated functionality of evironment editors into separate ↵ | Andrey Kleshchev | |
class | |||
2020-07-17 | SL-13507 Viewer should log resolution of all associated displays | Mnikolenko Productengine | |
2020-07-16 | SL-13609 Better indicate which conversation is active in Conversations floater | Mnikolenko Productengine | |
2020-07-14 | Fixed -Wstring-plus-int related errors for compatibility with Xcode-11.4 | Brad Kittenbrink | |
2020-07-14 | SL-13587 FIXED The "Picks" floater is opened on the Viewer login page | Mnikolenko Productengine | |
2020-07-13 | SL-13582 FIXED The Favorites bar overflow list is shifted after clicking any ↵ | Mnikolenko Productengine | |
button on the context menu | |||
2020-07-09 | SL-13579 Parcel media cannot be played if Media auto-play is set to No. | Andrey Kleshchev | |
2020-07-06 | SL-13540 Fix line endings | Andrey Kleshchev | |
2020-07-02 | DRTVWR-476, SL-11430: Merge branch 'SL-9756' into d476 | Nat Goodspeed | |
2020-07-02 | SL-13540 Offline scripted inventory offers not shown on non drtsim-451 | Andrey Kleshchev | |
2020-07-02 | SL-13533: Use the old name for from_agent_name | Rider Linden | |
SL-13540: Do not fail if binary bucket is too large, attempt to extract the asset type from the old style bucket. Notification still not shown. | |||
2020-07-02 | SL-13540 Offline scripted inventory offers not shown on non drtsim-451 | Andrey Kleshchev | |
2020-07-02 | SL-13533: Use the old name for from_agent_name | Rider Linden | |
SL-13540: Do not fail if binary bucket is too large, attempt to extract the asset type from the old style bucket. Notification still not shown. |