Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-19 | SL-11898 Restored the code lost on merge | Andrey Lihatskiy | |
2020-08-18 | Buildfix | Andrey Lihatskiy | |
2020-08-18 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llimprocessing.cpp # indra/newview/llviewerjoystick.cpp # indra/newview/llviewermenufile.cpp | |||
2020-08-18 | Increment viewer version to 6.4.8 | Nat Goodspeed | |
following promotion of DRTVWR-501 | |||
2020-08-11 | Merge branch 'master' into DRTVWR-513-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-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 | Merge branch 'DRTVWR-476' into DRTVWR-501-maint | Andrey Lihatskiy | |
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-28 | SL-13634 Don't warn about convex decomposition issues if it's a stub | Andrey Kleshchev | |
2020-07-23 | SL-13648 FIXED Issue with group notice date sorting | Mnikolenko Productengine | |
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 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llerror.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llimprocessing.cpp # indra/newview/llviewerjoystick.cpp | |||
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-15 | SL-13612 Dedicated Avatar menu -- Revise toolbar button labels | Mnikolenko Productengine | |
2020-07-15 | SL-5894 #4 Organize device storage between sessions | Andrey Kleshchev | |
2020-07-15 | SL-5894 #3 WIP enumerate devices to flaoter, let floater set device | Andrey Kleshchev | |
temp | |||
2020-07-14 | Fixed -Wstring-plus-int related errors for compatibility with Xcode-11.4 | Brad Kittenbrink | |
2020-07-10 | SL-5894 #2 WIP Changes to display multiple joystick devices | Andrey Kleshchev | |
2020-07-10 | SL-5894 Changed joystick init to select device with apropriate manufacturer ↵ | Andrey Kleshchev | |
and type | |||
2020-07-10 | Merged in SL-12090 (pull request #105) | Andrey Lihatskiy | |
SL-12090 Initialize the joystick only when required * SL-12090 Initialize the joystick only when required Approved-by: Andrey Kleshchev | |||
2020-07-09 | SL-13093 Add time info to the Date column in group notices | Mnikolenko Productengine | |
2020-07-09 | SL-13579 Parcel media cannot be played if Media auto-play is set to No. | Andrey Kleshchev | |
2020-07-08 | SL-13479 Avatar menu tweaks | Mnikolenko Productengine | |
2020-07-06 | SL-13466 Script permission question was not throttled correctly for some owners | Andrey Kleshchev | |
2020-07-06 | SL-13459 Don't show links in Inventory's 'Recent' tab | Mnikolenko Productengine | |
2020-07-06 | SL-13540 Fix line endings | Andrey Kleshchev | |
2020-07-06 | SL-13529 FIXED CHUI floater switches IMs (Local chat to group IM to another ↵ | Mnikolenko Productengine | |
group IM) | |||
2020-07-03 | SL-13540 Fix line endings | Andrey Kleshchev | |
2020-07-03 | SL-13540 Offline scripted inventory offers not shown on non drtsim-451 | Andrey Kleshchev | |
2020-07-03 | 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 | 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. | |||
2020-07-02 | SL-12930 Fixed wrong width source | Andrey Kleshchev | |
getVisibleTextRect can be uninitialized, yet it is identical to getLocalRect (and getRect) in width due to these elements not having scrollers. | |||
2020-07-02 | SL-12069 Issues with bakes-on-mesh and alpha modes | Andrey Kleshchev | |
2020-07-01 | SL-12930 Fixed wrong width source | Andrey Kleshchev | |