Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-21 | Merge with viewer-release 3.7.19 | maksymsproductengine | |
2014-10-16 | MAINT-4405 FIXED ImporterDebug defaults to false now | Mnikolenko ProductEngine | |
2014-10-15 | MAINT-4560: turn on display of group title by default | Oz Linden | |
2014-10-14 | STORM-2080: correct fitted mesh rendering on some ATI cards | Oz Linden | |
2014-10-13 | merge changes for STORM-2056 | Oz Linden | |
2014-10-13 | MAINT-4169 FIXED Suppress initial display of the path portion of URLs from ↵ | maksymsproductengine | |
other users and scripts | |||
2014-10-10 | MAINT-2477 FIXED Environment settings won't persist across logins by ↵ | Mnikolenko ProductEngine | |
default, but it may be changed by using EnvironmentPersistAcrossLogin setting | |||
2014-10-09 | Merge | dolphin | |
2014-10-09 | Merge downstream code and become 3.7.18 | simon | |
2014-10-06 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-10-07 | Merge 3.7.18 | maksymsproductengine | |
2014-10-06 | Merge. Refresh from viewer-release after 3.7.17 release. | Monty Brandenberg | |
2014-10-05 | DD-170 : Handle 503 answer from SLM and added a MARKET_MERCHANT_NOT_MIGRATED ↵ | Merov Linden | |
state to the UI, showing only the relevant UI to the user (i.e. Merchant Outbox or Marketplace Listings). | |||
2014-10-02 | DD-174 : WIP : Use the correct icon for the marketplace listing FUI ↵ | Merov Linden | |
(toolbar) button | |||
2014-09-28 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-09-26 | MAINT-4291 FIXED Spelling mistake in llGodLikeRezObject | andreykproductengine | |
2014-09-25 | Simple viewer-side hack to adjust avatar position | Brad Payne (Vir Linden) | |
2014-09-25 | Merge viewer-release 3.7.17 | Graham Linden | |
2014-09-22 | Merge with top of viewer-release | callum_linden | |
2014-09-22 | Merge. Refresh from viewer-release after 3.7.16 release. | Monty Brandenberg | |
2014-09-19 | Pulled merge from viewer-tiger | Aura Linden | |
2014-09-11 | Merged with latest viewer-release. | Geenz | |
2014-09-08 | Merge with 3.7.15-release | dolphin | |
2014-09-08 | Pulled merge from release. | Aura Linden | |
2014-09-08 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-09-08 | Merge with head of viewer-release | callum_linden | |
2014-09-08 | Merge. Update from viewer-release after 3.7.15 release. | Monty Brandenberg | |
2014-09-04 | Pipelining work. Extend transfer timeout by the pipeline depth | Monty Brandenberg | |
as transfers can appear delayed with deep pipelining and more requests in the pool. Added bad HTTP status error (typically getting a 0 back as HTTP status from libcurl) to the list of retryable errors. There's a response stream problem with libcurl and pipelining that induces this problem. Retrying helps but may not be entirely safe. Watch bug 1420 on the libcurl sourceforge bug tracker. Extend options of test/example program to include un-ranged requests. Document the excessive data transfer induced when ranged requests are disabled. This is an abnormal mode for very rare users so we'll just eat that for now. | |||
2014-09-04 | Added code to allow alternate directory destination for vivox log. | Aura Linden | |
2014-09-03 | Ensure projectors with shadows have the same mip level calculation as ↵ | Geenz | |
without shadows. | |||
2014-09-03 | Switch back to texture2dSpecular with a custom falloff dependent upon LOD. | Geenz | |
2014-09-03 | Switch to using texture2DLodDiffuse for reasons of having a nice soft edge ↵ | Geenz | |
for less glossy projector reflections. This makes far more sense than having the “spot” functionality, and opens projectors up to much more practical use cases and fits much better within the concept of glossy reflections than the previous spot behavior. | |||
2014-08-28 | Make ImporterDebug facilities work again | Graham Linden | |
2014-09-09 | Merge viewer-release and become version 3.7.16 | maksymsproductengine | |
2014-08-21 | Removal of commented out code. | Geenz | |
2014-08-18 | merge changes for STORM-2040 | Oz Linden | |
2014-09-10 | MAINT-3964 FIXED Textures with Alpha won't Animate on Rigged Mesh when worn ↵ | ruslantproductengine | |
: fix in shader (mul texcoord to tex matrix), array's optimization | |||
2014-08-15 | Added delay to Windows shutdown to let SLVoice die a good death. | Aura Linden | |
2014-08-15 | STORM-2064: Changed: Reverted previous changes since Merov has clarified ↵ | NiranV | |
that it is intended behavior. | |||
2014-08-15 | STORM-2064: Changed: Renamed 'Scanlines' filter to 'Video' and removed the ↵ | NiranV | |
old 'Video' one. | |||
2014-08-13 | Ported from defective branch. | Aura Linden | |
2014-08-12 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-08-12 | Better support for dynamic option changes in llcorehttp. Libcurl has | Monty Brandenberg | |
some problems disabling pipelining on a multi handle with outstanding requests so build a more conservative system that allows requests to drain before setting curl multi options. Would rather not have this but it is significantly safer. "HttpPipelining" debug setting is now fully dynamic. Connection limits can also be made dynamic in the near future. Upped the default connection count back to 8 for now but will revisit this in the tuning phase. It might be time to combine mesh and textures into a single asset class. For normal server operations that would be a clear path, but for server under load, the current scheme may be better. Minor cleanup in logging to elminate some redundant strings. Might add some more tracing to the stall logic 'just in case'. | |||
2014-08-11 | Add 'HttpRangeRequestsDisable' debug setting to inhibit use of 'Range:' header. | Monty Brandenberg | |
Intended for users with bad networking gear or twitchy ISPs, if set to True, forces plain GET requests to asset servers for textures and meshes. This change kicked off a slight refactor in the mesh repository code which made it resilient against unexpected 200's and responses not covering the requested start range. There's still too much data copying in the Mesh code (always has been). Would love to fix that and get rid of the monolithic temp buffer. Cleaned up white space damage caused by unnamed linden who likes to drag his magical editor through code. | |||
2014-08-10 | Changed: 'Sepia' filter to proper sepia only. No corrections, just plain ↵ | NiranV | |
sepia colors. | |||
2014-08-10 | Changed: 'Black and White' filter to proper b&w only. No corrections, just ↵ | NiranV | |
plain greyscale. | |||
2014-08-10 | STORM-2064: Changed: 'Scanlines' filter to a original picture like look with ↵ | NiranV | |
scanlines. | |||
2014-08-09 | STORM-2065: Added: 'Scanlines' filter, we now got a 'Video' one for that ↵ | NiranV | |
poorly recorded bright video style and one that looks like only scanlines were added. | |||
2014-08-07 | Code cleanup for BUG-6898 | Geenz | |
2014-08-07 | Glossy reflections for projectors. | Geenz | |