Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-10-11 | remove code duplicated in merge | Oz Linden | |
2017-10-11 | MAINT-7895 Fix for setHeaderCacheEntry infinite loop | andreykproductengine | |
2017-10-11 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2017-10-11 | merge changes for 5.0.8-release | Oz Linden | |
2017-10-11 | increment viewer version to 5.0.9 | Oz Linden | |
2017-10-10 | MAINT-7081: Hack to allow overriding asset capability URL. | Nat Goodspeed | |
2017-10-09 | MAINT-7831: Merge from tip of https://bitbucket.org/lindenlab/viewer64. | Nat Goodspeed | |
2017-10-09 | MAINT-7809: Add secondlife.ico to viewer's vmp_icons install dir. | Nat Goodspeed | |
2017-10-09 | MAINT-7831: Update viewer_manifest.py to use 'with self.prefix(...):' | Nat Goodspeed | |
Now that LLManifest.prefix() supports use as a context manager: with self.prefix(...): ... convert existing calls to that form. This was an interesting exercise because it surfaced at least two places where the indentation did not match the self.prefix() nesting, plus another place where existing code was undented without a self.end_prefix() call. (That last was an uncaught logic bug.) This underscores the value of using a SINGLE consistent, idiomatic mechanism to limit the scope of each self.prefix() call. | |||
2017-10-05 | MAINT-7684: Don't try to package or sign deleted Windows VMP .exes. | Nat Goodspeed | |
2017-10-04 | MAINT-7468: Show tooltip on disabled IM to Email if unverified email. | Rider Linden | |
2017-09-29 | MAINT-7081: Mention nghttp2.dll where it must be mentioned. | Nat Goodspeed | |
2017-09-28 | MAINT-7081: Package all libnghttp2.*.dylibs. | Nat Goodspeed | |
To support that, enhance path_optional() to accept wildcards and return the expanded filenames. | |||
2017-09-27 | MAINT-7081: Mention nghttp2 library wherever it must be mentioned. | Nat Goodspeed | |
2017-09-22 | MAINT-7827: suppress doubled notices on various login problems | Oz Linden | |
2017-09-22 | re-add support for a voice connection failure message used by damballah | Oz Linden | |
2017-09-21 | Clean up running commands under viewer_manifest (at least a little) | Oz Linden | |
* do not redirect stderr to stdout * catch errors generated in platform specific code and display them more nicely * run_command no longer captures output (only used in one place; replaced that with direct use of subprocess) | |||
2017-09-20 | DRTVWR-418: Fix C++ errors detected by Xcode 9. | Nat Goodspeed | |
You can't legitimately perform an ordered comparison between a pointer and an int, even 0. Fix a number of 'if (ptr > 0)' to plain 'if (ptr)'. Fix LLEditWearableDictionary::WearableEntry constructor to avoid varargs mechanism. It used to accept three different counts, followed by three different lists of enums, fetched in each case as 'int' -- dubious in itself. The constructor body performed three different loops to populate those enums into three different member vectors. Instead, make the constructor accept three vectors and initialize the member vectors from the passed vectors. Now that C++ has inline vector initialization, change existing constructor calls to pass temporary vectors initialized with what used to be the varargs enum values. | |||
2017-09-20 | SL-683 Fixed Logging parameters not taking effect immediately | andreykproductengine | |
2017-09-15 | additional logging to help with MAINT 7807 | Oz Linden | |
2017-09-15 | add address size to build_data.json so that SL_Launcher can log it | Oz Linden | |
2017-09-14 | merge changes for MAINT-7129 | Oz Linden | |
2017-09-14 | MAINT-7129 - [Project Alex Ivy][MAC] Materials and ALM shaders broken in Mac ↵ | ruslantproductengine | |
viewer FIXED | |||
2017-09-13 | cleanup the commented out code | Anchor | |
2017-09-14 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2017-09-13 | MAINT-7446 Fixed After installs, bat file fails to start the viewer. | andreykproductengine | |
2017-09-13 | MAINT-7794 Wrap getCapability(..) calls to avoid crashes | Mnikolenko Productengine | |
2017-09-12 | MAINT-7786 FIXED Crash in LLVivoxVoiceClient::provisionVoiceAccount() | Mnikolenko Productengine | |
2017-09-12 | MAINT-7786 FIXED Crash in LLVivoxVoiceClient::provisionVoiceAccount() | Mnikolenko Productengine | |
2017-09-08 | mark some settings no longer used by update as obsolete | Oz Linden | |
2017-09-08 | MAINT-7772: make update mode three choices: automatic, ask, and mandatory only | Oz Linden | |
2017-09-08 | MAINT-7783 FIXED Outfit gallery panel is opened briefly when you are ↵ | Mnikolenko Productengine | |
quitting viewer | |||
2017-09-07 | Merged lindenlab/viewer-neko into default | Andrey Lihatskiy | |
2017-09-07 | MAINT-2047 FIXED Avatar follows the object only once if change object's ↵ | Mnikolenko Productengine | |
location in Edit mode | |||
2017-09-07 | Merged in MAINT-5013 | Andrey Kleshchev | |
Approved-by: Simon Linden <simon@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> | |||
2017-09-07 | MAINT-7768 FIXED Unable to get Choose to work in Abuse Report means unable ↵ | Mnikolenko Productengine | |
to file AR | |||
2017-09-06 | MAINT-7691 Fixed crash report not generating files in unicode named folders | andreykproductengine | |
2017-09-06 | Backed out changeset: ab07c3c8d1ea (MAINT-5013) | andreykproductengine | |
2017-09-06 | 1024*1024 baking viewer updates | Anchor | |
2017-09-05 | MAINT-5013 Fixed Changing avatar sex while sitting breaks animations until ↵ | daianakproductengine | |
relogging | |||
2017-09-05 | MAINT-7753 remove the warning for marketplace listings | Mnikolenko Productengine | |
2017-09-04 | Merged in MAINT-7326 | Andrey Kleshchev | |
Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Simon Linden <simon@lindenlab.com> | |||
2017-09-04 | MAINT-7745 FIXED After editing an outfit, duplicate photos appear in the ↵ | Mnikolenko Productengine | |
Outfit Gallery for outfits that previously had no photo. | |||
2017-09-01 | MAINT-7326 Cache value fix for non-default languages | andreykproductengine | |
2017-08-31 | MAINT-7691 Crashreported sometimes not starting from unicode named folders | andreykproductengine | |
2017-08-31 | MAINT-7761 FIXED Inventory UUID search does not exclude assets that are ↵ | Mnikolenko Productengine | |
limited perms. | |||
2017-08-31 | MAINT-7554 Fixed missing description | andreykproductengine | |
2017-08-31 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2017-08-31 | Backed out changeset: 1f01508fdc05 of MAINT-200 to fix BUG-134213 | AndreyL ProductEngine | |