Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-27 | Merged in DRTVWR-519 (pull request #359) | Maxim Nikolenko | |
SL-14182 remove old script asset file after saving changes and allow renaming files if destination file exists Approved-by: Callum Linden | |||
2020-10-27 | SL-14183, SL-14142 - impostor management improvements, animesh attachments ↵ | Brad Payne (Vir Linden) | |
update on frames when their parent does | |||
2020-10-27 | SL-14182 remove old script asset file after saving changes and allow ↵ | Mnikolenko Productengine | |
renaming files if destination file exists | |||
2020-10-26 | Merged in DRTVWR-519 (pull request #356) | Maxim Nikolenko | |
SL-14148 remove redundant zeroing of the file Approved-by: Callum Linden | |||
2020-10-26 | SL-14148 remove redundant zeroing of the file | Mnikolenko Productengine | |
2020-10-26 | SL-14190 sAvatarDictionary was not used | Andrey Kleshchev | |
2020-10-26 | Merge branch 'SL-14081' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-10-23 | SL-14050 remove references to viewer-help | Mnikolenko Productengine | |
2020-10-23 | SL-14150 Fix spelling | Andrey Kleshchev | |
2020-10-23 | SL-14150 Comment for clarity and removed redundant check | Andrey Kleshchev | |
2020-10-22 | SL-14150 Handle more cases of corrupted cache | Andrey Kleshchev | |
2020-10-22 | SL-14142 - cleanup and fixes for non-functioning impostors, status tracking ↵ | Brad Payne (Vir Linden) | |
in debug view | |||
2020-10-22 | SL-14161 FIXED an item persists in inventory after dragging it to the ↵ | Mnikolenko Productengine | |
marketplace listings | |||
2020-10-21 | Updated LLCA to codeticket build 550026 | Andrey Lihatskiy | |
2020-10-20 | SL-14142 - impostor management cleanup | Brad Payne (Vir Linden) | |
2020-10-20 | SL-13733 Verify window handle | Andrey Kleshchev | |
2020-10-20 | SL-14108 FIXED Viewer crashes immediately after login | Mnikolenko Productengine | |
2020-10-19 | merge | Brad Payne (Vir Linden) | |
2020-10-19 | SL-14139 disallow Gestures from being bound to Ctrl+F10 | Mnikolenko Productengine | |
2020-10-16 | SL-14130 Jellydolls have wrong appearance when non-impostors is uncapped | Andrey Kleshchev | |
2020-10-15 | Merge branch 'SL-13705' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-10-15 | Merge remote-tracking branch 'origin/master' into DRTVWR-517 | Brad Payne (Vir Linden) | |
2020-10-15 | SL-14130 - WIP, notes on impostor state management | Brad Payne (Vir Linden) | |
2020-10-15 | Merge branch 'SL-14081' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llviewerregion.cpp | |||
2020-10-14 | Mostly automatic merge with canonical viewer after release | Callum Prentice | |
2020-10-14 | SL-13980 Fixed preview cleanup | Andrey Kleshchev | |
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 | merge | Brad Payne (Vir Linden) | |
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-514-keymappings | 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-14 | SL-14081 - detail on viewer-initiated timeout | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14119 Crash at LLVolumeFace::cacheOptimize | Andrey Kleshchev | |
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 | 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 |