summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2021-01-25SL-12422 Clear cert cache to enshure there is no carry-over between failed ↵Andrey Kleshchev
logins
2021-01-14SL-14580 Fixed warnig levelAndrey Kleshchev
2021-01-13SL-14580 Be a bit more forgiving about addChangedMask calls nested in ↵Andrey Kleshchev
notifyObservers
2021-01-13SL-14580 Notify observers warnings with new accountsAndrey Kleshchev
2021-01-11SL-1028 Bugsplat based windows viewers should not overwrite log files from ↵Andrey Kleshchev
main instance
2021-01-11SL-1028 Do not create dump folder for bugsplat based viewersAndrey Kleshchev
2021-01-11SL-2202 Add exception handling around boost::regex_match() calls in the viewerMnikolenko Productengine
2021-01-08SL-14175 Restarting animation on new face, restarts old one as wellAndrey Kleshchev
Properly clean up animation when animation gets fully deleted.
2021-01-05SL-2141 Disable the ability to change pipelining setting without restarting ↵Mnikolenko Productengine
the viewer
2020-12-17SL-14392 Fixed blocking UI behavior #2Andrey Kleshchev
2020-12-14SL-11300 Camera distance to avatar in neighbouring region incorrectAndrey Kleshchev
2020-12-13SL-14543 Fix reason in environments 'settings couldn't be applied' errorAndrey Kleshchev
2020-12-13SL-14461 Double click teleport should work on 'disabled' objectsAndrey Kleshchev
2020-12-11SL-14461 Parent set to no click action should not override child's 'touch' ↵Andrey Kleshchev
action.
2020-12-11SL-14518 Trivial changes to settings.xmlAndrey Kleshchev
Contribution, move comments to their own lines to simplify parsing
2020-12-10SL-14463 Don't show "Taper" prim parameter value when multiple prims are ↵Mnikolenko Productengine
selected
2020-12-07SL-1777 FIXED Uploading Image or Saving Snapshot while in Inventory Recent ↵Mnikolenko Productengine
tab jumps to Main tab
2020-12-04SL-14462 FIXED The wrong mouse cursor is shown when sitting on a ↵Mnikolenko Productengine
touch-scripted object
2020-12-02SL-14392 Fixed blocking UI behavior when estimating the price of buying landAndrey Kleshchev
2020-11-26SL-14396 FIXED Sizing increment units ignored for HUDs.Mnikolenko Productengine
2020-11-25SL-14372 Changes to parcel properties should not pause or ask about music ↵Andrey Kleshchev
unless url changed
2020-11-24SL-14366 Close empty script actions floaterMnikolenko Productengine
2020-11-11Increment viewer version to 6.4.12Nat Goodspeed
following promotion of DRTVWR-507
2020-11-04Merge branch 'SL-14264' into DRTVWR-507-maintAndrey Lihatskiy
2020-11-04SL-14264 - BOM textureBrad Payne (Vir Linden)
2020-10-29SL-14226 Cleanup teleport requestsAndrey Kleshchev
2020-10-26Merge branch 'SL-14081' into DRTVWR-507-maintAndrey Lihatskiy
2020-10-22SL-14161 FIXED an item persists in inventory after dragging it to the ↵Mnikolenko Productengine
marketplace listings
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-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-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-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-09-29SL-13500 loadShaderFile crashAndrey Kleshchev
2020-09-29SL-12743 Restored the commit lost during the mergeAndrey Lihatskiy
2020-09-28Merge branch 'master' into DRTVWR-507-maintAndrey Lihatskiy
# Conflicts: # indra/newview/pipeline.cpp
2020-09-28Merged master(DRTVWR-497) into DRTVWR-482Andrey Kleshchev
2020-09-28Increment viewer version to 6.4.10Nat Goodspeed
following promotion of DRTVWR-497
2020-09-26SL-14007 Group icon in "About land" displays wrong iconAndrey Kleshchev
2020-09-25SL-13132 Fixed missing 'owner' labelAndrey Kleshchev
2020-09-25SL-13034 removeMarkerFiles() happens in destructorAndrey Kleshchev
Depends onto SL-13979 for proper logging