Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | Merge. Refresh from viewer-library-refresh after 3.7.13 release. | Monty Brandenberg | |
2014-08-04 | add some debug logging | Oz Linden | |
2014-08-01 | Pulled in fix for maint-4184 blurry textures | Aura Linden | |
2014-07-23 | Improved comments | Aura Linden | |
2014-07-22 | Appears to fix MAINT-4184 | Aura Linden | |
2014-06-27 | Cleanup and tuning. Use a consistent index on some initialization | Monty Brandenberg | |
data so their isn't an opportunity for gaps over overruns (init_data). Start some preliminary tweaking of policy class numbers. It looks like I can easily drop the default connection count to '4' and still hit the throttles. Did some experiments running pipeline deeper which was mostly fine for textures but tended to slow meshes. Reason uncertain but a depth of '5' seems generally healthy for mesh. I had one run of 52.6S with a theoretical minimum of 51.2S. That's as good as I've ever seen. | |||
2014-06-23 | Automated merge with ssh://bitbucket.org/monty_linden/viewer-library-refresh | Monty Brandenberg | |
2014-06-23 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Monty Brandenberg | |
2014-06-23 | First HTTP pipelining viewer. Enable pipelining for | Monty Brandenberg | |
GetTexture and GetMesh2 at a pipeline depth of 5. Create global debug option, HttpPipelining, to enable and disable HTTP pipelining (defaults to true). Tweak texture and mesh low- and high-water request levels based on pipelining status and depth. Fixup texture console which was damaged in a recent release. Split logging of the no-request HTTP error case into two cases: one for missing URL in HTTP request, one for HTTP request not created. A refactor in llcorehttp is coming: I will be moving all libcurl- using code into libcurl-specific modules. | |||
2014-06-17 | Retropedaling on SH-4030 fix that crashes my viewer on loggin | Merov Linden | |
2014-06-17 | Post-merge cleanup. In onCompleted() restore the unconditional | Monty Brandenberg | |
use of setGetStatus() in case the baked texture service changes introduced some sort of hidden (and wrong) dependency. Left out the ridiculous duplicated invocation inside that failure status block. Someone damaged texture console again and apparently didn't even bother to look at their work. I'm sure they documented their changes on the public wiki as well. Unified the logging tag throughout lltexturefetch.cpp. Only way to get the cut-n- pasters to do the right thing. | |||
2014-06-16 | Merge. Refresh from viewer-release after 3.7.9 release. | Monty Brandenberg | |
2014-06-06 | BUG-3323/SH-4375 Server side baking not baking AVs over cellular network. | Monty Brandenberg | |
This is a workaround that the TPVs have been exercising for quite a few months and it does seem to fix the OPs problem. The solution is based on magic numbers and has no technical basis, it's just an artifact of particular networking gear and/or ISPs. | |||
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-02-25 | merge viewer-release to sunshine-external | Brad Payne (Vir Linden) | |
2014-02-24 | merge with release | Richard Linden | |
2013-12-17 | merge fix | Brad Payne (Vir Linden) | |
2013-12-05 | SH-4611 WIP - this should prevent the case logged, which I believe is caused ↵ | Brad Payne (Vir Linden) | |
when cache loading fails. Can not repro so somewhat speculative. | |||
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-11-20 | SH-4611 WIP | Brad Payne (Vir Linden) | |
2013-11-12 | Merge. Refresh from viewer-release after 3.6.10 release | Monty Brandenberg | |
2013-11-12 | SH-4030 FIX | Brad Payne (Vir Linden) | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-07 | fix for SH-3959: Make sure baked textures cache and load from cache correctly. | Xiaohong Bao | |
2013-09-11 | SH-4490 More 'humane' error code presentation from llcorehttp callers | Monty Brandenberg | |
Added toTerseString() conversion on HttpStatus to generate a string that's more descriptive than the hex value of the HttpStatus value but still forms a short, searchable token (e.g. "Http_503" or "Core_7"). Using this throughout the viewer now, no live cases of toHex(), I believe. | |||
2013-08-26 | Merge. Pull in viewer-release after SSA merge. | Monty Brandenberg | |
2013-08-22 | merge | Brad Payne (Vir Linden) | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-10-04 | MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵ | maksymsproductengine | |
Control named RenderAutoMuteFunctionsnot found | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-18 | Merge. Refresh from viewer-release. | Monty Brandenberg | |
2013-07-15 | SH-4299Interesting: High fps shown temporarily off scale in statistics console | Richard Linden | |
various fixes to lltrace start() on started recording no longer resets fixed various instances of unit forgetfullness in lltrace recording split now has gapless timing scene monitor now guarantees min sample time renamed a bunch of stats added names to debug thread view on windows | |||
2013-07-08 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console added percentage/ratio units added auto-range and auto tick calculation to stat bar to automate display stats | |||
2013-06-28 | SH-4299 FIX Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console added ability to force uniqueness of LLCopyOnWritePointer converted more variables to units added convenience function for unit constants | |||
2013-06-20 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Dave Parks | |
2013-06-19 | Fixups for the transplant of the HttpHeader changes from sunshine. | Monty Brandenberg | |
2013-06-19 | merge 3.5.0-release | Oz Linden | |
2013-06-13 | SH-4250 WIP - logging tweaks and cleanup | Brad Payne (Vir Linden) | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed copy construction behavior of Recordings to not zero out data split measurement into event and sample, with sample representing a continuous function | |||
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-18 | SH-4128 WIP - use the AISv3 inventory cap when available for cof link ↵ | Brad Payne (Vir Linden) | |
deletion, hook in to callback mechanism so all link operations should be done before outfit is worn. | |||
2013-04-17 | SH-4061 WIP - request headers for server-bake images | Brad Payne (Vir Linden) | |
2013-04-16 | SH-4061 WIP - fix for build issues on mac, reset the retry policy on success. | Brad Payne (Vir Linden) | |
2013-04-16 | SH-4061 WIP - cleanup | Brad Payne (Vir Linden) | |
2013-04-15 | SH-4061 - integrated LLHttpRetryPolicy with new corehttp header parsing | Brad Payne (Vir Linden) | |