Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | MAINT-8868 Updated Viewer Maager to 1.0.518760 | AndreyL ProductEngine | |
2018-08-16 | mac build fix | AndreyL ProductEngine | |
2018-08-16 | Merged lindenlab/viewer-cougar into default | Ruslan Teliuk | |
2018-08-16 | MAINT-8937 - Selection Outline Odd Behavior When Panning Around | ruslantproductengine | |
Fixed. | |||
2018-08-16 | MAINT-3699 new shaders supporting alpha blend/mask rigged content. | Graham Linden | |
Make shader loading debug logging of uniforms use ShaderUniform to make supression simpler. | |||
2018-08-16 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-08-15 | DRTVWR-447: Simplify redundant if-key-in-dict-and-value-nonempty logic | Nat Goodspeed | |
2018-08-15 | DRTVWR-447: Streamline some of the logic around extra packages. | Nat Goodspeed | |
2018-08-15 | DRTVWR-447: Update to bugsplat build 518707 | Nat Goodspeed | |
2018-08-15 | DRTVWR-447: merge reverting Mac suppression to re-enable Mac builds. | Nat Goodspeed | |
2018-08-15 | Backed out changeset 25b55601514d: re-enable building BugSplat on Mac. | Nat Goodspeed | |
2018-08-15 | MAINT-8993 FIXED Crash in LLTeleportHistory::updateCurrentLocation(..) | maxim_productengine | |
2018-08-14 | MAINT-5651 Crashes on close from LLWindowWin32 | andreykproductengine | |
2018-08-15 | mac build fix | Mnikolenko ProductEngine | |
2018-08-14 | MAINT-8930 FIXED Using "Reset all to recommended settings" still shows the ↵ | maxim_productengine | |
last active preset as "Preset in use" in the UI | |||
2018-08-11 | Automated merge with ssh://bitbucket.org/nat_linden/viewer-no-popup | Nat Goodspeed | |
2018-08-10 | MAINT-8926 Don't allow overwritting default preset | andreykproductengine | |
2018-08-10 | VOICE-50 VOICE-58: recover from SLVoice process exit automatically | Oz Linden | |
2018-08-09 | Merge in anim_tool.py refactoring from server-side script. | Nat Goodspeed | |
2018-08-09 | MAINT-8974 Reduce default settings for intel GPUs in case of failed benchmark | andreykproductengine | |
2018-08-08 | Add optional hostname param to LLSocket::create() for testing. | Nat Goodspeed | |
This allows the io.cpp test to listen only on the localhost loopback, avoiding the macOS 10.13.6 "allow listening for incoming connections" popup while running build-time tests that might halt an unattended TeamCity build. | |||
2018-08-08 | SL-704 - code cleanup, mostly old AXON comments. | Brad Payne (Vir Linden) | |
2018-08-08 | Fix cmake -E copy of CrashReporter.nib. | Nat Goodspeed | |
indra/mac_crash_logger/CMakeLists.txt was using 'cmake -E copy_directory' to copy CrashReporter.nib -- which is actually a binary file. Apparently that works, until CMake 3.12.0, which produces an error. Use copy_if_different instead. | |||
2018-08-08 | Merged in andreyl_productengine/viewer-neko-marchcat (pull request #671) | Andrey Lihatskiy | |
MAINT-8856 Fixed URL behavior in group call popups Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> | |||
2018-08-08 | SL-928 - in mesh upload, warn if bind shape is non-identity and skin weights ↵ | Brad Payne (Vir Linden) | |
are enabled. | |||
2018-08-08 | MAINT-8856 Fixed URL behavior in group call popups | AndreyL ProductEngine | |
2018-08-07 | MAINT-8959 Fixed some pointers not being reset | andreykproductengine | |