Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | MAINT-5651 Froce-quit crash | andreykproductengine | |
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 | MAINT-8991 Escape newlines in log entries | maxim_productengine | |
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 | 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 | 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 | 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 | MAINT-8856 Fixed URL behavior in group call popups | AndreyL ProductEngine | |
2018-08-07 | MAINT-8959 Fixed some pointers not being reset | andreykproductengine | |
2018-08-07 | MAINT-8958 Handle initDecode crash | andreykproductengine | |
2018-08-06 | MAINT-8197 Compliment benchmark crash processing with SEH handling | andreykproductengine | |
2018-08-03 | Merged in MAINT-8803 | Andrey Kleshchev | |
2018-08-02 | merge changes for 5.1.7-release | Oz Linden | |
2018-08-02 | DRTVWR-447: Merge changesets from newly updated viewer-release. | Nat Goodspeed | |
2018-08-02 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-08-02 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2018-08-02 | increment viewer version to 5.1.8 | Nat Goodspeed | |
2018-08-02 | additional logging around launch/termination of SLVoice | Oz Linden | |
2018-08-01 | MAINT-8803 Better UI handling of unrecognized inventory items | maxim_productengine | |
2018-08-01 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2018-07-31 | MAINT-8931 FIXED Render quality value in About Second Life is misleading | maxim_productengine | |
2018-07-29 | retrigger build | Oz Linden | |
2018-07-27 | MAINT-8923 Better allocation failure handling | andreykproductengine | |
2018-07-30 | Merged in MAINT-8911 | Andrey Kleshchev | |
2018-07-27 | MAINT-8911 'None' Click actions are ignored for attachments | andreykproductengine | |
2018-07-27 | MAINT-8924 FIXED Outfit snapshot upload closes inventory | maxim_productengine | |
2018-07-26 | MAINT-8923 Better allocation failure handling, createGLTexture crashes | andreykproductengine | |
2018-07-25 | MAINT-8919 fixed typo in xml string | maxim_productengine | |
2018-07-20 | MAINT-8163 Move buttons down to accommodate text change | maxim_productengine | |
2018-07-19 | MAINT-8844 Null check (just to be on the safe side) | andreykproductengine | |
2018-07-18 | MAINT-8844 Fix redundant check | andreykproductengine | |
2018-07-18 | Backed out changeset: 43f9351c7f6f | AndreyL ProductEngine | |
2018-07-18 | Backed out changeset: 1d9ad7f485e6 | AndreyL ProductEngine | |
2018-07-18 | SL-920 Change http methods | andreykproductengine | |
2018-08-02 | MAINT-8936 FIXED "Share" checkbox becomes gray in some inappropriate cases | maxim_productengine | |
2018-07-18 | SL-920 Disable friendship caps untill new requirements are provided | andreykproductengine | |
2018-07-18 | Merged in maxim_productengine/viewer-neko_maint2 (pull request #658) | Maxim Nikolenko | |
MAINT-8883 Restore previous selection after updating the list Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> |