Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | SL-13313 Update links to master message_template.msg | Mnikolenko Productengine | |
2021-01-13 | SL-13313 Remove changes from LLViewerRegion | Mnikolenko Productengine | |
2021-01-12 | SL-13313 Support RegionInfo5 block in RegionInfo message, and add log message | Mnikolenko Productengine | |
2020-12-08 | SL-14481 Use serial number as unique key on Mac | Mnikolenko ProductEngine | |
2020-12-08 | SL-2363 Build fix | Andrey Kleshchev | |
2020-12-07 | SL-2363 Update Unit Tests | Andrey Kleshchev | |
2020-12-05 | SL-2363 Use only product uuid and fallback to product serial | Andrey Kleshchev | |
2020-12-04 | SL-2363 Windows product key not suitable as unique machine key | Andrey Kleshchev | |
2020-11-23 | SL-13599 Resolve gcc v10 'no trivial copy-assigment' warnings | Andrey Kleshchev | |
2020-11-17 | SL-14283 When updater is missing, viewer fails to launch silently | Andrey Kleshchev | |
2020-11-16 | SL-14340 Fix crash on llerror's recorders | Andrey Kleshchev | |
2020-11-16 | SL-13287 Removed unused hack | Andrey Kleshchev | |
2020-11-13 | SL-14303 Wearable type label should contain translated intead of default string | Andrey Kleshchev | |
Startup has two initStrings calls, only after second one LLtrans will return properly translated calls, but we don't want 'translated' for logging, so modified logging to not use getTypeLabel. | |||
2020-11-11 | Merge branch 'master' (DRTVWR-507-maint) into DRTVWR-521-maint | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp | |||
2020-11-11 | Increment viewer version to 6.4.12 | Nat Goodspeed | |
following promotion of DRTVWR-507 | |||
2020-11-10 | SL-14209 Saving notecard in object sometimes erases all content | Andrey Kleshchev | |
2020-11-10 | SL-14303 Fix LLWearableType to not spam in logs | Andrey Kleshchev | |
2020-11-09 | SL-13599 Fixed missing zero | Andrey Kleshchev | |
2020-11-06 | SL-14276 The L$ balance in viewer is not updated on group creation | Andrey Kleshchev | |
2020-11-04 | Merge branch 'SL-14264' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-11-04 | SL-14264 - BOM texture | Brad Payne (Vir Linden) | |
2020-11-02 | SL-14075 Allow bulk download of textures/pictures | Mnikolenko Productengine | |
2020-10-29 | SL-14226 Cleanup teleport requests | Andrey Kleshchev | |
2020-10-28 | SL-14224 RelWithDebInfo viewer stops with 'assert' when disabling ↵ | Andrey Kleshchev | |
atmospheric shader | |||
2020-10-28 | SL-13599 Variable should correspond to type | Andrey Kleshchev | |
2020-10-28 | SL-13599 Don't spam into logs when te has no material ids | Andrey Kleshchev | |
2020-10-26 | SL-13560 Water reflections do not reflect everything when ALM is enabled | Andrey Kleshchev | |
Contribution | |||
2020-10-26 | SL-13034 removeMarkerFiles() happens in destructor | Andrey Kleshchev | |
Depends onto SL-13979 for proper logging | |||
2020-10-26 | SL-14004 Coalesce viewer's LLError::Settings and Globals | Andrey Kleshchev | |
2020-10-26 | 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-10-26 | Merge branch 'SL-14081' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-10-23 | SL-14149 FIXED The text is displayed black after double-clicking on it | Mnikolenko Productengine | |
2020-10-22 | SL-14161 FIXED an item persists in inventory after dragging it to the ↵ | Mnikolenko Productengine | |
marketplace listings | |||
2020-10-20 | SL-14138 Favorites panel was not responding in some cases | Andrey Kleshchev | |
2020-10-20 | SL-13733 Verify window handle | Andrey Kleshchev | |
2020-10-19 | SL-13599 Missing bounds checks in deserializer code | Andrey Kleshchev | |
Pulled in and updated Rider's changes | |||
2020-10-16 | SL-14136 Mistake in llfloaterpreference.cpp | Andrey Kleshchev | |
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-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-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-14093 Show the amount of saved categories and items | Mnikolenko Productengine | |
2020-10-07 | SL-14030 FIXED Clicking in Places > My Landmarks scrolls the Places window. | Mnikolenko Productengine | |