Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | Added test back in, skip() call need to be removed. | simon@Simon-PC.lindenlab.com | |
2012-06-28 | merge | Dave Parks | |
2012-06-28 | merge | Dave Parks | |
2012-06-27 | Fix for linux build (skip llhttpclient unit tests that post to google.com) | Dave Parks | |
2012-06-15 | MAINT-775 Fix for particle index pool corruption on teleport. | Dave Parks | |
2012-06-15 | Merge | Dave Parks | |
2012-06-14 | MAINT-442: [PUBLIC]Unable to change parcel restrictions for a scripts-disabled | simon@Simon-PC.lindenlab.com | |
parcel in a damage-enabled region. Reviewed by Kelly | |||
2012-06-14 | merge | simon@Simon-PC.lindenlab.com | |
2012-06-14 | MAINT-840 VWR-28604 DEV-2548: [PUBLIC]Object by multiple creators shows creator | simon@Simon-PC.lindenlab.com | |
as "(unknown)" in Inventory. Now shows "(unknown / multiple)". Reviewed by Kelly | |||
2012-06-14 | MAINT-646 Cleanup some warnings from previous changes. | Dave Parks | |
2012-06-13 | merge | Dave Parks | |
2012-06-13 | MAINT-1147 Fix for frame stall on region crossing. | Dave Parks | |
2012-06-12 | MAINT-1161: non standard sea level not correctly rendered around private ↵ | simon@Simon-PC.lindenlab.com | |
islands. Reviewed by Kelly | |||
2012-06-11 | MAINT-646 Get rid of a hotspot in LLViewerObjectList::update, fix for error ↵ | Dave Parks | |
in llpolymorph | |||
2012-06-08 | SH-3153 FIX | Brad Payne (Vir Linden) | |
2012-06-08 | MAINT-646 Optimize LLVolumeImplFlexible::doIdleUpdate() | Dave Parks | |
2012-06-08 | MAINT-646 Enable /fp:fast in Visual Studio | Dave Parks | |
2012-06-08 | MAINT-646 Knock out some extraneous performance timers | Dave Parks | |
2012-06-08 | merge changes for DRTVWR-162 | Oz Linden | |
2012-06-07 | MAINT-1144: Merge llhttpclient_test.cpp fix back to tip | Nat Goodspeed | |
2012-06-07 | MAINT-1144: Try to fix Windows build error in llhttpclient_test.cpp. | Nat Goodspeed | |
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-1144: Break out llhttpclient_tut as standalone integration test. | Nat Goodspeed | |
indra/test/llhttpclient_tut.cpp ==> indra/llmessage/tests/llhttpclient_test.cpp, with corresponding CMakeLists.txt changes in their respective directories. This first commit merely moves the test source file without changing it -- separating out moves from edits simplifies code review. | |||
2012-06-06 | MAINT-1144: Unblock build for previous commit. | Nat Goodspeed | |
Today, 2012-06-06, LLHTTPClient::get("http://www.google.com/") has stopped working. This is unrelated to viewer code changes: it crosses repo boundaries. Skip the afflicted tests to get builds working until we can recast the tests to avoid the flaky dependency. | |||
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-06 | MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess. | Nat Goodspeed | |
The change from LLProcessLauncher to LLProcess introduces the possibility of a NULL (default-constructed) LLProcessPtr. Add certain static LLProcess methods accepting LLProcessPtr, forwarding to nonstatic method when non-NULL but doing something reasonable with NULL. Use these methods in LLPLuginProcessParent. | |||
2012-06-05 | MAINT-646 Factor std::vector out of lloctree | Dave Parks | |
2012-06-05 | MAINT-646 Factor std::set out of lloctree | Dave Parks | |
2012-06-04 | MAINT-1142 use VBO pooling on OSX | Aura Linden | |
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 | Add some timers. | Dave Parks | |
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-616 Fix for mac build. | 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-153 | Oz Linden | |
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-29 | merge changes for DRTVWR-148 | Oz Linden | |
2012-05-26 | merge changes for DRTVWR-156 | Oz Linden | |
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 | |