Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | DRTVWR-447: Additional logging getting metadata for previous run | Nat Goodspeed | |
2018-08-22 | DRTVWR-447: Add logging to BugsplatMac override methods. | Nat Goodspeed | |
2018-08-22 | MAINT-8926 Don't allow overwritting default preset | andreykproductengine | |
2018-08-23 | MAINT-8997 Add "Sort by recent arrival" to viewer People / Nearby map and list | maxim_productengine | |
2018-08-23 | MAINT-8985 Added missed initialization | maxim_productengine | |
2018-08-22 | merge | Brad Payne (Vir Linden) | |
2018-08-22 | DRTVWR-447: Attempt to post BugSplat metadata with Mac crash reports. | Nat Goodspeed | |
Introduce CrashMetadata, an LLSingleton in llappviewermacosx.cpp, declared in llappviewermacosx-for-objc.h and accessed by the various BugsplatStartupManagerDelegate override methods. CrashMetadata is populated by reading the previous (presumably crashed) run's static_debug_info.log file. This replaces the previous getOldLogFilePathname(), getFatalMessage() and getAgentFullname() functions. To extend that suite for additional metadata, not only would we have to keep adding new free functions, but we'd have to keep rereading the static_debug_info.log file. Override the new applicationKeyForBugsplatStartupManager, defaultUserNameForBugsplatStartupManager, defaultUserEmailForBugsplatStartupManager methods to extract relevant fields from CrashMetadata. Change applicationLogForBugsplatStartupManager and attachmentForBugsplatStartupManager to do the same. Enhance llviewerregion.cpp to update the static_debug_info.log file every time we enter a new region. | |||
2018-08-22 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-08-21 | DRTVWR-447: Add static_debug_info.log file to Windows crash report. | Nat Goodspeed | |
Also use the LLOSInfo information for platform rather than simply Windows32 or Windows64. | |||
2018-08-21 | MAINT-8917: For BugSplat viewer, don't create dump-UUID directory. | Nat Goodspeed | |
Just put the static_debug_info.log file in the parent logs directory. Also update that static_debug_info.log file with "FatalMessage" key taken from LL_ERRS() message string. | |||
2018-08-21 | Don't compare rbegin() iterators, use LLStringUtil::endsWith(). | Nat Goodspeed | |
I think the intention of (sDumpDir.rbegin() == mDirDelimiter.rbegin()) was to test whether sDumpDir endsWith(mDirDelimiter). But those iterators will never be equal. Instead, use LLStringUtil::endsWith(). | |||
2018-08-21 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-08-21 | increment viewer version to 5.1.9 | Nat Goodspeed | |
2018-08-21 | Added tag 5.1.8-release for changeset 23ea0fe36fad | Nat Goodspeed | |
2018-08-21 | MAINT-5651 LLTrace issues on exit | andreykproductengine | |
2018-08-21 | MAINT-9024 MAINT-9025 fix shadow render of materials objects to use alpha ↵ | Graham Linden | |
and don't draw MATERIAL_ALPHA content twice in shadow pass | |||
2018-08-21 | SL-824: Update to bugsplat build 518876 | Nat Goodspeed | |
2018-08-20 | MAINT-8977 32bit viewer should have stricter image size cap | andreykproductengine | |
2018-08-22 | MAINT-8985 FIXED User is able to send friendship request to a friend from ↵ | maxim_productengine | |
the group menu | |||
2018-08-22 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-08-22 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-08-20 | MAINT-9014 Updated Viewer Manager to 1.0.518840 | AndreyL ProductEngine | |
2018-08-20 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-08-18 | SL-824: Update to bugsplat build 518831 | Nat Goodspeed | |
2018-08-18 | Backed out changeset 599911002a5e: revert to bugsplat build 518798. | Nat Goodspeed | |
2018-08-17 | SL-824: Update to bugsplat build 518806 | Nat Goodspeed | |
2018-08-17 | MAINT-5651 Froce-quit crash | andreykproductengine | |
2018-08-17 | SL-824: Update to bugsplat build 518798 | Nat Goodspeed | |
2018-08-17 | DRTVWR-447: Use os.path.split(path) instead of path.split(os.sep). | Nat Goodspeed | |
On Windows, where 'path' might be separated either with '/' or '\', the latter breaks unless all path separators are in fact the os.sep character '\'. While it would be possible to code something fancy with os.sep and os.altsep, testing the latter for None, much simpler to let os.path.split() handle it. | |||
2018-08-17 | SL-824: Update to bugsplat build 518791 | Nat Goodspeed | |
2018-08-17 | MAINT-8991 Escape newlines in log entries | maxim_productengine | |
2018-08-16 | Pull in @Nat's changes to make teleports work correctly | callum_linden | |
2019-05-14 | SL-11157 FIXED All 'About Land' tabs German translations overlap buttons and ↵ | maxim_productengine | |
other UI | |||
2019-05-13 | SL-11153 Remake of SL-9414 | andreykproductengine | |
2019-05-13 | SL-6306 Viewer freeze and crash on octree | andreykproductengine | |
2019-05-13 | SL-11139 FIXED LLFontGL::getStringFromStyle() never return "NORMAL" | maxim_productengine | |
2019-05-11 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-05-09 | SL-11121 FIXED Viewer crashes after clicking the 'Edit' button in the ↵ | maxim_productengine | |
notecard floater | |||
2019-05-08 | SL-1579 Don't put an object to 'Received Items' after taking it back into ↵ | maxim_productengine | |
inventory | |||
2019-05-07 | SL-10954 Unit test escapePathAndData | andreykproductengine | |
2019-05-08 | SL-10850 FIXED The "Mini-Inspector" button in the access tab is displaying ↵ | maxim_productengine | |
over the Snapshot floater | |||
2019-05-08 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-05-07 | SL-10423 Detect potentially bad install | andreykproductengine | |
2019-05-06 | SL-11074 FIXED "Cache Hit Rate" in Statistics is broken | maxim_productengine | |
2019-05-06 | SL-11069 FIXED Experiences search resets the "Max Content Rating" back to ↵ | maxim_productengine | |
general each session. | |||
2019-05-03 | SL-11093 panel_login_first cleanup | andreykproductengine | |
2019-05-03 | SL-11058 Better delay logic | andreykproductengine | |
2019-05-02 | SL-4186 Mesh model rename before upload shows old model name on rez | andreykproductengine | |
2019-05-02 | SL-11058 Viewer "Voice is down" dialogs can stack up | andreykproductengine | |
2019-05-02 | Merged in default (pull request #844) | Andrey Lihatskiy | |
couple trivial changes Approved-by: Andrey Kleshchev |