summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-21Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2018-08-21increment viewer version to 5.1.9Nat Goodspeed
2018-08-21Added tag 5.1.8-release for changeset 23ea0fe36fadNat Goodspeed
2018-08-21SL-824: Update to bugsplat build 518876Nat Goodspeed
2018-08-18SL-824: Update to bugsplat build 518831Nat Goodspeed
2018-08-18Backed out changeset 599911002a5e: revert to bugsplat build 518798.Nat Goodspeed
2018-08-17SL-824: Update to bugsplat build 518806Nat Goodspeed
2018-08-17SL-824: Update to bugsplat build 518798Nat Goodspeed
2018-08-17DRTVWR-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-17SL-824: Update to bugsplat build 518791Nat Goodspeed
2018-08-15DRTVWR-447: Simplify redundant if-key-in-dict-and-value-nonempty logicNat Goodspeed
2018-08-15DRTVWR-447: Streamline some of the logic around extra packages.Nat Goodspeed
2018-08-15DRTVWR-447: Update to bugsplat build 518707Nat Goodspeed
2018-08-15DRTVWR-447: merge reverting Mac suppression to re-enable Mac builds.Nat Goodspeed
2018-08-15Backed out changeset 25b55601514d: re-enable building BugSplat on Mac.Nat Goodspeed
2018-08-10VOICE-50 VOICE-58: recover from SLVoice process exit automaticallyOz Linden
2018-08-02merge changes for 5.1.7-releaseOz Linden
2018-08-02DRTVWR-447: Merge changesets from newly updated viewer-release.Nat Goodspeed
2018-08-02Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2018-08-02MAINT-8176: Add canonical_repo field to viewer's autobuild.xml.Nat Goodspeed
2018-08-02increment viewer version to 5.1.8Nat Goodspeed
2018-08-02Added tag 5.1.7-release for changeset ac3b1332ad4fNat Goodspeed
2018-08-02additional logging around launch/termination of SLVoiceOz Linden
2018-07-29retrigger buildOz Linden
2018-07-18DRTVWR-447: Temporarily suppress building for BugSplat on Mac.Nat Goodspeed
2018-07-18DRTVWR-447: Update to bugsplat build 517972Nat Goodspeed
2018-07-18SL-920 Disable friendship caps untill new requirements are providedandreykproductengine
2018-07-17DRTVWR-447: Update to bugsplat build 517942Nat Goodspeed
2018-07-17DRTVWR-447: Force rebuild with new BUGSPLAT_DB value.Nat Goodspeed
2018-07-17SL-920 Better logging and limited cap to offline messagesandreykproductengine
2018-07-14DRTVWR-447: Revert BugSplat diagnostic logging; add platform tag.Nat Goodspeed
2018-07-13DRTVWR-447: Update to bugsplat build 517820Nat Goodspeed
2018-07-13DRTVWR-447: Update to bugsplat build 517815Nat Goodspeed
2018-07-12DRTVWR-447: For want of a 'const', the build was lost.Nat Goodspeed
2018-07-12DRTVWR-447: More diagnostic logging for BugSplat metadata strings.Nat Goodspeed
2018-07-11DRTVWR-447: Diagnostically try naively widening BugSplat metadata.Nat Goodspeed
2018-07-11DRTVWR-447: Fix silly typosNat Goodspeed
2018-07-11DRTVWR-447: Add more diagnostic logging to Windows BugSplat crash.Nat Goodspeed
2018-07-10SL-932: Attach user's settings.xml file to Windows crash reports.Nat Goodspeed
It is not obvious whether the BugsplatMac attachment API even supports multiple file attachments. I've contacted BugSplat support.
2018-07-10DRTVWR-447: Use absolute path prefixes for CEF components.Nat Goodspeed
viewer_manifest.py had LLManifest.prefix() calls starting with '..' (or os.pardir, same thing) which failed with new prefix() calling conventions. Explicitly starting with os.path.join(self.args['build'], os.pardir, etc.) where applicable works much better.
2018-07-09update to SLVoice 4.9.0002.30313.ee674a2bOz Linden
2018-07-09Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-07-06MAINT-1771 FIXED Avatar doesn't stand up after pressing Shift+Alt+S keyboard ↵maxim_productengine
shortcut
2018-07-04MAINT-8800 Vivox pointlesly stalls for 10 seconds waiting on shutdownandreykproductengine
2018-07-03Merged in graham_linden/viewer-lynx-graham (pull request #82)Andrey Lihatskiy
Roll back optimization that breaks cubemap updates Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
2018-07-03Roll back optimization that isn't needed for sky rendering when atmospherics ↵Graham Linden
are used, but is needed for cubemap update.
2018-07-02FIX INTL-93 translate Viewer Set51 from viewer-bear, for 9 languageseli
2018-07-02MAINT-8618 Viewer attempting to edit action when it has no permissionandreykproductengine
2018-07-01DRTVWR-447: Update to viewer-manager build 517331Nat Goodspeed
2018-06-30MAINT-8822: Revert viewer_manifest to using src= instead of build=.Nat Goodspeed
Turns out that having multiple (source, build, artwork) prefix stacks isn't such a good idea after all. Many of our LLManifest.path() directives use wildcards -- and if _any files_ match the specified wildcard from a prefix stack other than what you had in mind, viewer_manifest will silently, cheerfully do the Wrong Thing. There is a good reason why all existing LLManifest.prefix() calls exclusively used src= and/or dst= instead of build=.