Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | SL-14081 - more teleport logging | Brad Payne (Vir Linden) | |
2020-10-13 | SL-14107 fixed crash due to missing animation when avatar hits the ground ↵ | Mnikolenko Productengine | |
after falling down | |||
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 | Merged 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-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-14081 - more detailed logging of teleport process | Brad Payne (Vir Linden) | |
2020-10-09 | SL-13699 FIXED The sky settings are changed after entering the 'Editing ↵ | Mnikolenko Productengine | |
Appearance' mode | |||
2020-10-08 | DRTVWR-510 remove all LL_SOLARIS conditionals | Dave Houlton | |
2020-10-08 | macos build fix | Mnikolenko ProductEngine | |
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-08 | Merged in maxim_productengine/maxim-viewer/DRTVWR-519 (pull request #332) | Maxim Nikolenko | |
Purge excessive files from disc cache each startup Approved-by: Callum Linden <callum@lindenlab.com> | |||
2020-10-08 | Purge excessive files from disc cache each startup | Mnikolenko Productengine | |
2020-10-07 | Tweak name of cache folder in the Viewer cache directory | Callum Prentice | |
2020-10-07 | remove the static cache files from the viewer and update viewer_manifest.py ↵ | Callum Prentice | |
to not try to copy them into the installer bundle | |||
2020-10-07 | Improve, rationalize and expand comments | Callum Prentice | |
2020-10-07 | Add in some cache stats for the about box | Callum Prentice | |
2020-10-07 | This changeset hooks up many things that have been in progress and moves ↵ | Callum Prentice | |
things about between llfilesystem and lldiskcache - there is still some bookkeeping work left but this is the first version that appears to work and actively manage the cache | |||
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 | Replace references to static writefile with write so we end up with only a ↵ | Callum Prentice | |
single read and a single write function | |||
2020-10-06 | Remove SQLite from project and we are now not going to use it for the cache | Callum Prentice | |
2020-10-06 | Add in the C++ filesystem based cache and clean up some indempotent ↵ | Callum Prentice | |
functions in llfilesystem | |||
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-05 | SL-13953 Builds should fail if symbols upload failed | Andrey Kleshchev | |
2020-10-05 | SL-14046 - jellydoll impostor extents should be based only on system avatar | Brad Payne (Vir Linden) | |
2020-10-02 | SL-14045 - add a distinguishing flag in animation info so playing animations ↵ | Brad Payne (Vir Linden) | |
can be distinguished from others | |||
2020-10-02 | SL-14050 Remove all Help question marks from Viewer UI | Mnikolenko Productengine | |
2020-10-01 | SL-14037 BugSplat Crash #646590: Enqueue failed in AIS | Andrey Kleshchev | |
2020-10-01 | Updated LLCA to codeticket build 549857 | Andrey Lihatskiy | |
2020-09-29 | Merged in DV510-merge-6.4.10 (pull request #322) | Dave Houlton | |
Merge master v 6.4.10 to DRTVWR-510 | |||
2020-09-29 | SL-13500 loadShaderFile crash | Andrey Kleshchev | |
2020-09-29 | Merge branch 'master' 6.4.10 into DRTVWR-510 | Dave Houlton | |
2020-09-29 | SL-12743 Restored the commit lost during the merge | Andrey Lihatskiy | |
2020-09-28 | Merge with tip of Release | Callum Prentice | |
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 | Merge remote-tracking branch 'origin/master' into DRTVWR-517 | Brad Payne (Vir Linden) | |
2020-09-28 | Merged master(DRTVWR-497) into DRTVWR-482 | Andrey Kleshchev | |
2020-09-28 | Merged master (DRTVWR-497) into DRTVWR-514-keymappings | Andrey Kleshchev | |