Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-08 | merge changes for DRTVWR-162 | Oz Linden | |
2012-06-06 | Automated merge with file:///Users/nat/linden/viewer-maint-1144 | Nat Goodspeed | |
2012-06-06 | MAINT-1144: Re-enable skipped LLHTTPClient tests with local server. | Nat Goodspeed | |
Over the years we've skipped more and more of the tests in llhttpclient_test.cpp (nee llhttpclient_tut.cpp) because they've relied on particular behaviors from Internet sites not under our control. We skipped a test that fetches llsd+xml from secondlife.com because "secondlife.com is not reliable enough for unit tests." We skipped a test that tries to observe a failure with "http://www.invalid" because some local ISPs turn "no such domain" DNS errors into valid pages offering the requester to buy the specified domain name. Today we've had to skip tests attempting to contact "http://www.google.com" for reasons we haven't yet diagnosed, but that probably have to do with Google's IPv6 rollout. Use local temp server test_llsdmessage_peer.py as the success destination, eliminating DNS, Internet access and remote server behavior as failure modes. Use idle localhost port for failure test. Re-enable all skipped LLHTTPClient tests! Re-enable on Windows! In support of these tests, modify test_llsdmessage_peer.py: Support HEAD as no-data variant of GET. Change GET result dict to avoid resembling an error response -- confusing. Make GET/POST return actual dict rather than undecorated string "success". Because of that last, change llcapabilitylistener_test.cpp and llsdmessage_test.cpp to extract "reply" key from response rather than expecting response to be a string itself. | |||
2012-06-06 | MAINT-646 Vectorize LLPolyMesh | Dave Parks | |
2012-06-06 | MAINT-646 Don't spend so much time fetching avatar physics params. | Dave Parks | |
2012-06-06 | MAINT-1147 Don't rebuild volume meshes on region crossing. | Dave Parks | |
2012-06-05 | MAINT-646 Factor std::set out of lloctree | Dave Parks | |
2012-06-04 | MAINT-646 Profile based optimization -- add a lookup map for joints to ↵ | Dave Parks | |
remove hotspot in LLJoint::findJoint | |||
2012-06-01 | Fix for linux build. | Dave Parks | |
2012-06-01 | MAINT-646 Faster traversal of render batch lists. | Dave Parks | |
2012-05-31 | MAINT-639 Fix for random rainbow effects on some prims. | Dave Parks | |
2012-05-30 | MAINT-622 Fix for broken alpha masking on avatar clothing when Lighting and ↵ | Dave Parks | |
Shadows enabled. | |||
2012-05-30 | Minor instrumentation tweaks -- add a couple of asserts, a timer, and fix ↵ | Dave Parks | |
VBO accounting. | |||
2012-05-29 | merge changes for DRTVWR-155 | Oz Linden | |
2012-05-29 | MAINT-775 Fix for regression where rigged attachments get distorted on ↵ | Dave Parks | |
region crossing or teleport. | |||
2012-05-25 | MAINT-616 Potential fix for corrupted mip maps. | Dave Parks | |
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-05-25 | MAINT-616 Faster issuance of occlusion queries. | Dave Parks | |
2012-05-24 | merge changes for DRTVWR-154 | Oz Linden | |
2012-05-24 | merge changes for DRTVWR-151 | Oz Linden | |
2012-05-24 | FIX VWR-23844 VWR-26542 VWR-28950 | eli | |
2012-05-24 | sync with viewer-release | eli | |
2012-05-24 | MAINT-616 Fix for accidental check in -- DON'T enable debug GL by default. | Dave Parks | |
2012-05-24 | MAINT-616 Fix for broken projectors. | Dave Parks | |
2012-05-24 | MAINT-616 Fix for corrupted mipmaps. Cleanup based on code review feedback. | Dave Parks | |
2012-05-23 | MAINT-616 Much faster rendering of local lights when Lighting and Shadows ↵ | Dave Parks | |
enabled | |||
2012-05-23 | MAINT-616 Fix for particles not rendering. | Dave Parks | |
2012-05-22 | merge changes for DRTVWR-152 | Oz Linden | |
2012-05-22 | MAINT-119 FIXED (PUBLIC]no-transfer textures not searchable via texture picker) | Paul ProductEngine | |
- Implemented Richard's and Leo's spec - Also fixed an issue when applying no-transfer texture for an object using texture picker, creates redundant copies of the texture in the object's content | |||
2012-05-22 | merge changes for DRTVWR-149 | Oz Linden | |
2012-05-22 | merge changes for DRTVWR-147 | Oz Linden | |
2012-05-22 | MAINT-616 Minor raycasting optimization. | Dave Parks | |
2012-05-22 | Fix for linux build. | Dave Parks | |
2012-05-21 | merge | Dave Parks | |
2012-05-21 | MAINT-616 Add shaders for experimental transform feedback LoD updates | Dave Parks | |
2012-05-21 | MAINT-616 Factor out calls to glGenFoo where possible, add setting to ↵ | Dave Parks | |
control synchronizing strategy WRT occlusion queries, add experimental transform feedback driven LoD update | |||
2012-05-21 | MAINT-938 ADDITIONAL FIX (Make debit-permissions dialog give a stronger warning) | Paul ProductEngine | |
- Fix for potential truncation | |||
2012-05-18 | MAINT-938 ADDITIONAL FIX (Make debit-permissions dialog give a stronger warning) | Paul ProductEngine | |
- Requested permissions are added dynamically to the dialog's footer - And the footer is not shown when it is empty | |||
2012-05-17 | MAINT-1092 Fix for broken avatar bakes on some AMD graphics cards. | Dave Parks | |
2012-05-17 | MAINT-938 FIXED (Make debit-permissions dialog give a stronger warning) | Paul ProductEngine | |
- Added new tag called "footer" to the notification. This tag allows to display messages under the buttons in toasts. - Created new class LLToastScriptQuestion for the "ScriptQuestionCaution" notification. This notification supports tag <footer>. | |||
2012-05-16 | MAINT-1079: Viewer should throttle AgentUpdate messages based on the | simon@Simon-PC.lindenlab.com | |
simulator FPS. Bug not fixed, but added commented-out log messages that were useful when discovering the problem. Reviewed by Kelly | |||
2012-05-16 | FIX VWR-23844 VWR-26542 VWR-28950 | eli | |
2012-05-15 | MAINT-616 Different VBO Pooling scheme -- populate VBO pool with buffers ↵ | Dave Parks | |
that are likely to be requested, but never reuse a previously used buffer. | |||
2012-05-14 | partial fix for SH-3132 - reduce max concurrent http requests to same level ↵ | Brad Payne (Vir Linden) | |
as in release | |||
2012-05-11 | merge | Dave Parks | |
2012-05-11 | Fix for linux build that doesn't stomp memory randomly or break particle ↵ | Dave Parks | |
rendering | |||
2012-05-11 | MAINT-586 Starting logging OpenGL version and shader level to simulator | Dave Parks | |
2012-05-09 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-05-07 | Merge | simon@Simon-PC.lindenlab.com | |
2012-05-07 | MAINT-753 : [crashhunters] crash at LLVOVolume::updateFaceFlags(). Null ↵ | simon@Simon-PC.lindenlab.com | |
pointer checks are good. Reviewed by Kelly |