Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-14 | SL-14079 crash accessing LLHUDText | Andrey 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-14 | SL-14081 - changed debug level for one message | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - detail on viewer-initiated timeout | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - more teleport logging | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - more detailed logging of teleport process | Brad Payne (Vir Linden) | |
2020-10-14 | build fix | Andrey Lihatskiy | |
2020-10-14 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
2020-10-14 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloatermodelpreview.cpp | |||
2020-10-14 | Increment viewer version to 6.4.11 | Nat Goodspeed | |
following promotion of DRTVWR-482 | |||
2020-10-12 | SL-14078 Small optimization | Andrey Kleshchev | |
2020-10-12 | SL-13980 Crash at cullAvatarsByPixelArea | Andrey 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-12 | SL-13830 One more crash when quiting on startup or right after teleport | Andrey Kleshchev | |
2020-10-12 | SL-14078 No point in verifying display name cap each frame #2 | Andrey Kleshchev | |
2020-10-12 | SL-14093 Show the amount of saved categories and items | Mnikolenko Productengine | |
2020-10-12 | SL-14078 Maked couple functions as const | Andrey Kleshchev | |
2020-10-09 | SL-14078 No point in verifying display name cap each frame | Andrey Kleshchev | |
Convoluted due to multiple workarounds. Might be a good idea to spend some time refactoring this, but for now just trottled checks. | |||
2020-10-09 | SL-14078 Caps request should log region they are requested for | Andrey Kleshchev | |
2020-10-09 | SL-14078 Validate region id for environments | Andrey Kleshchev | |
It is possible for agent to pass multiple region borders fast, resulting in environment updates affecting wrong regions | |||
2020-10-09 | SL-13699 FIXED The sky settings are changed after entering the 'Editing ↵ | Mnikolenko Productengine | |
Appearance' mode | |||
2020-10-08 | SL-14079 crash accessing LLHUDText | Andrey 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-07 | SL-14080 Crash in updateTextureVirtualSize | Andrey Kleshchev | |
LLVOVolume::updateTextures() does not check for null drawable prior to updateTextureVirtualSize | |||
2020-10-07 | SL-14074 LLConversationItemParticipant crash | Andrey Kleshchev | |
2020-10-07 | SL-14067 minor cleanup | Mnikolenko Productengine | |
2020-10-07 | SL-14067 FIXED The 'Unable to Buy' (L$) error persists until relogin | Mnikolenko Productengine | |
2020-10-07 | SL-14030 FIXED Clicking in Places > My Landmarks scrolls the Places window. | Mnikolenko Productengine | |
2020-10-06 | SL-14012 Crashes from Win10 are sent with uninformative callstacks | Andrey Kleshchev | |
Simplify name generation according to slack discussion, also helps bugsplat with matching files | |||
2020-10-06 | SL-14030 FIXED Clicking in Places > My Landmarks scrolls the Places window. | Mnikolenko Productengine | |
2020-10-01 | SL-14037 BugSplat Crash #646590: Enqueue failed in AIS | Andrey Kleshchev | |
2020-09-29 | SL-13500 loadShaderFile crash | Andrey Kleshchev | |
2020-09-29 | SL-12743 Restored the commit lost during the merge | Andrey Lihatskiy | |
2020-09-28 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llgroupmgr.cpp | |||
2020-09-28 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/pipeline.cpp | |||
2020-09-28 | Merged master(DRTVWR-497) into DRTVWR-482 | Andrey Kleshchev | |
2020-09-28 | Increment viewer version to 6.4.10 | Nat Goodspeed | |
following promotion of DRTVWR-497 | |||
2020-09-26 | SL-14007 Group icon in "About land" displays wrong icon | Andrey Kleshchev | |
2020-09-25 | SL-13132 Fixed missing 'owner' label | Andrey Kleshchev | |
2020-09-25 | SL-13034 removeMarkerFiles() happens in destructor | Andrey Kleshchev | |
Depends onto SL-13979 for proper logging | |||
2020-09-25 | post-merge cleanup | Andrey Lihatskiy | |
2020-09-25 | SL-13873 update copyright date to 2020 | Mnikolenko Productengine | |
2020-09-25 | SL-12962 rename remained strings | Mnikolenko Productengine | |
2020-09-25 | SL-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-09-24 | SL-13888 Restore back face culling being accidently removed in SL-12781 | Andrey Kleshchev | |
Due to conflicts picked up ptolemy's fix manually | |||
2020-09-23 | Fix line endings | Andrey Kleshchev | |
2020-09-23 | SL-13821 Fixed checkbox not disabling | Andrey Kleshchev | |
2020-09-22 | Merge branch 'master' v6.4.9 into DRTVWR-497 | Dave Houlton | |
2020-09-22 | follow-up build fix | Andrey Lihatskiy | |
2020-09-22 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llfloaterconversationpreview.cpp # indra/newview/llinventorypanel.h # indra/newview/llmeshrepository.h # indra/newview/llvoicevivox.cpp | |||
2020-09-22 | Merged master (DRTVWR-503) into DRTVWR-482 | Andrey Kleshchev | |
2020-09-22 | Increment viewer version to 6.4.9 | Nat Goodspeed | |
following promotion of DRTVWR-503 | |||
2020-09-21 | SL-13522 remove injected character lights to improve alpha blend | Dave Houlton | |
Character lights injected during render pass while in character edit mode (i.e. mSpecialRenderMode == 3) were causing discrepencies between deferred (ALM) and forward alpha blend lighting. |