summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-11Merge branch 'master' (DRTVWR-507-maint) into DRTVWR-521-maintAndrey Kleshchev
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp
2020-11-11SL-14201 pulled in updated dullahan branch (after merge from D507)Andrey Kleshchev
2020-11-11Increment viewer version to 6.4.12Nat Goodspeed
following promotion of DRTVWR-507
2020-11-10SL-14209 Saving notecard in object sometimes erases all contentAndrey Kleshchev
2020-11-10SL-14303 Fix LLWearableType to not spam in logsAndrey Kleshchev
2020-11-09SL-13599 Fixed missing zeroAndrey Kleshchev
2020-11-06SL-14276 The L$ balance in viewer is not updated on group creationAndrey Kleshchev
2020-11-04Merge branch 'SL-14264' into DRTVWR-507-maintAndrey Lihatskiy
2020-11-04SL-14201 Fix Altgr in CEF #2Andrey Kleshchev
2020-11-04SL-14264 - BOM textureBrad Payne (Vir Linden)
2020-11-02SL-14075 Allow bulk download of textures/picturesMnikolenko Productengine
2020-11-02Updated LLCA to codeticket build 551526Andrey Lihatskiy
2020-10-30SL-14201 Fix Altgr in CEFAndrey Kleshchev
2020-10-29SL-14226 Cleanup teleport requestsAndrey Kleshchev
2020-10-28SL-14224 RelWithDebInfo viewer stops with 'assert' when disabling ↵Andrey Kleshchev
atmospheric shader
2020-10-28SL-13599 Variable should correspond to typeAndrey Kleshchev
2020-10-28SL-13599 Don't spam into logs when te has no material idsAndrey Kleshchev
2020-10-26SL-13560 Water reflections do not reflect everything when ALM is enabledAndrey Kleshchev
Contribution
2020-10-26SL-13034 removeMarkerFiles() happens in destructorAndrey Kleshchev
Depends onto SL-13979 for proper logging
2020-10-26SL-14004 Coalesce viewer's LLError::Settings and GlobalsAndrey Kleshchev
2020-10-26SL-13979 Crash of logging system at LLError::Settings::getInstance()Andrey Kleshchev
LLSingleton depends onto logging system, having logging system be based on LLSingleton causes crashes and deadlocks
2020-10-26Merge branch 'SL-14081' into DRTVWR-507-maintAndrey Lihatskiy
2020-10-23SL-14149 FIXED The text is displayed black after double-clicking on itMnikolenko Productengine
2020-10-22SL-14161 FIXED an item persists in inventory after dragging it to the ↵Mnikolenko Productengine
marketplace listings
2020-10-21Updated LLCA to codeticket build 550026Andrey Lihatskiy
2020-10-20SL-14138 Favorites panel was not responding in some casesAndrey Kleshchev
2020-10-20SL-13733 Verify window handleAndrey Kleshchev
2020-10-19SL-13599 Missing bounds checks in deserializer codeAndrey Kleshchev
Pulled in and updated Rider's changes
2020-10-16SL-14136 Mistake in llfloaterpreference.cppAndrey Kleshchev
2020-10-15Merge branch 'SL-13705' into DRTVWR-507-maintAndrey Lihatskiy
2020-10-14SL-13980 Fixed preview cleanupAndrey Kleshchev
2020-10-14SL-14079 crash accessing LLHUDTextAndrey Kleshchev
LLHUDObject has a lot of deriveds stored as LLPointer<LLHUDObject>, no-virtual destructor is unlikely to be cause of the crash, but might be related
2020-10-14mergeBrad Payne (Vir Linden)
2020-10-14SL-14081 - changed debug level for one messageBrad Payne (Vir Linden)
2020-10-14SL-14081 - detail on viewer-initiated timeoutBrad Payne (Vir Linden)
2020-10-14SL-14081 - more teleport loggingBrad Payne (Vir Linden)
2020-10-14SL-14081 - more detailed logging of teleport processBrad Payne (Vir Linden)
2020-10-14build fixAndrey Lihatskiy
2020-10-14Merge branch 'master' into DRTVWR-507-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llfloatermodelpreview.cpp
2020-10-14Increment viewer version to 6.4.11Nat Goodspeed
following promotion of DRTVWR-482
2020-10-14SL-14081 - detail on viewer-initiated timeoutBrad Payne (Vir Linden)
2020-10-13SL-14081 - more teleport loggingBrad Payne (Vir Linden)
2020-10-12SL-13980 Crash at cullAvatarsByPixelAreaAndrey Kleshchev
LLVOAvatars and derived classes appear to be stored as LLPointer<LLViewerObject> in a lot of cases, so non-virtual ~LLViewerObject() might be triggered by LLPointer and end up not cleaning sInstances in some cases (animeshes specific?), thus causing broken pointers in sInstances.
2020-10-12SL-13830 One more crash when quiting on startup or right after teleportAndrey Kleshchev
2020-10-12SL-14093 Show the amount of saved categories and itemsMnikolenko Productengine
2020-10-09SL-14081 - more detailed logging of teleport processBrad Payne (Vir Linden)
2020-10-07SL-14030 FIXED Clicking in Places > My Landmarks scrolls the Places window.Mnikolenko Productengine
2020-10-01SL-14037 BugSplat Crash #646590: Enqueue failed in AISAndrey Kleshchev
2020-10-01Updated LLCA to codeticket build 549857Andrey Lihatskiy
2020-09-29SL-13500 loadShaderFile crashAndrey Kleshchev