summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-06SL-11300 Camera distance to avatar in neighbouring region incorrectAndrey Kleshchev
2021-01-04SL-14347 Crash at ChoosePixelFormatAndrey Kleshchev
2021-01-04SL-14529 Replace dynamic_cast to LLAvatarJoint with static castsAndrey Kleshchev
Replaced couple (LLAvatarJoint*) for consistency
2020-11-12Merged in DV510-merge-6.4.12 (pull request #372)Dave Houlton
DRTVWR-510 merge in 6.4.12
2020-11-11Merge branch 'master' 6.4.12 into DRTVWR-510Dave Houlton
2020-11-11SL-14275: Comment out unused global consts for compilers that treat this an ↵Ptolemy
an error
2020-11-11Increment viewer version to 6.4.12Nat Goodspeed
following promotion of DRTVWR-507
2020-11-11Merged in SL-14275 (pull request #367)Michael Pohoreski
SL-14275 Approved-by: Dave Houlton
2020-11-09SL-14275: Replace enum with S32 to better match reflection_detailPtolemy
2020-11-05SL-14275: Cleanup: Detabify generateWaterReflection()Ptolemy
2020-11-05SL-14275: Cleanup: Add indentation for some push/pop RenderTypeMask()Ptolemy
2020-11-05SL-14275: Implement two new water reflection modesPtolemy
2020-11-05SL-14275: Cleanup DetabifyingPtolemy
2020-11-05SL-14275: Don't render clouds in water reflectionPtolemy
2020-11-05SL-14275: Cleanup inconsistent indentationPtolemy
2020-11-05SL-14275: Cleanup non descript name for water reflection modePtolemy
2020-11-05SL-14275: Add two new Water Reflection modes to Graphics AdvancedPtolemy
2020-11-04Merge branch 'SL-14264' into DRTVWR-507-maintAndrey Lihatskiy
2020-11-04SL-14264 - BOM textureBrad Payne (Vir Linden)
2020-11-02Updated LLCA to codeticket build 551526Andrey Lihatskiy
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-21Merged in euclid-mDebugGPU (pull request #348)Dave Houlton
Remove obsolete mDebugGPU variable and dependent code Approved-by: Andrey Kleshchev Approved-by: Michael Pohoreski
2020-10-21Updated LLCA to codeticket build 550026Andrey Lihatskiy
2020-10-20SL-13733 Verify window handleAndrey Kleshchev
2020-10-19DRTVWR-510 clean up obsolete downstream-from-mDebugGPU codeDave Houlton
2020-10-19DRTVWR-510 remove obsolete mDebugGPU variableDave Houlton
2020-10-16Merged in SL-13424_Telemetry_Final (pull request #341)Michael Pohoreski
SL-13424 Add Rad Games Tools local Telemetry profiler support Approved-by: Dave Houlton
2020-10-15SL-13424 Add Rad Games Tools local Telemetry profiler supportPtolemy
2020-10-15Merge branch 'SL-13705' into DRTVWR-507-maintAndrey Lihatskiy
2020-10-14Merged 6.4.11 into DRTVWR-510Dave Houlton
2020-10-14DRTVWR-510 merge master 6.4.11Dave Houlton
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-09Merged in euclid-desolarisify (pull request #335)Dave Houlton
DRTVWR-510 remove all LL_SOLARIS conditional code Approved-by: Andrey Kleshchev Approved-by: Michael Pohoreski
2020-10-09SL-14081 - more detailed logging of teleport processBrad Payne (Vir Linden)