Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-05 | SL-14270 A bit of cleanup #1 | Andrey Kleshchev | |
2020-11-05 | SL-14270 Crash accessing deleted 'parent' via callback from child | Andrey Kleshchev | |
2020-11-04 | Merge branch 'SL-14264' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-11-04 | Fix for RelWithDebInfoOS build | Andrey Kleshchev | |
2020-11-04 | SL-14264 - BOM texture | Brad Payne (Vir Linden) | |
2020-11-04 | SL-14015 - possible fix for phantom animesh attachments on mac | Brad Payne (Vir Linden) | |
2020-11-03 | SL-14190 moved sAvatarDictionary | Andrey Kleshchev | |
2020-10-29 | SL-14226 Cleanup teleport requests | Andrey Kleshchev | |
2020-10-28 | SL-14167 FIXED Viewer substitutes agni start locations when logging in to ↵ | Mnikolenko Productengine | |
'My last location' on non-agni grids | |||
2020-10-28 | SL-14217 Shutdown crash | Andrey Kleshchev | |
Don't process EventQueueGet responses from server when disconected | |||
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-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-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-16 | SL-14130 Jellydolls have wrong appearance when non-impostors is uncapped | Andrey Kleshchev | |
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 | 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 | 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-14 | SL-14119 Crash at LLVolumeFace::cacheOptimize | Andrey Kleshchev | |
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 |