Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-08 | merge changes for DRTVWR-176 | Oz Linden | |
2012-07-08 | merge up to latest integration branch | Oz Linden | |
2012-07-08 | merge changes for DRTVWR-176 | Oz Linden | |
2012-07-08 | tag merge of DRTVWR-176 | Oz Linden | |
2012-07-07 | SH-3185 Fill in some FIXME/TODO cases | Monty Brandenberg | |
Also added some comments and changed the callback userdata argument to be an HttpOpRequest rather than a libcurl handle. Less code, less clutter. | |||
2012-07-06 | Updating to the latest llphysicsextension library pre-built package. | Todd Stinson | |
2012-07-06 | Odd that this was accepted by VS2010. It clearly wasn't right. | Monty Brandenberg | |
2012-07-06 | Experiment with ignoring priority in the library. Let upper layers | Monty Brandenberg | |
sort things out or use policy classes (eventually) to arrange low and high priority traffic. Subjectively, I think this works better in practice (as I haven't implemented a dynamic priority setter yet). | |||
2012-07-06 | Updating to the latest pre-built llphysicsextensions package. | Todd Stinson | |
2012-07-06 | Automated merge with ssh://hg.lindenlab.com/simon/viewmaster | Xiaohong Bao | |
2012-07-06 | fix for MAINT-1201: 404 errors appear in the log when opening the world map | Xiaohong Bao | |
2012-07-06 | SH-3222 Slow loading textures on Lag Me 1 | Monty Brandenberg | |
Think I have found the major factor that causes the Linksys WRT54G V5 to fall over in testing scenarios: DNS. For some historical reason, we're trying to use libcurl without any DNS caching. My implementation echoed that and implemented it correctly and I was seeing a DNS request per request on the wire. The existing implementation tries to do that and has bugs because it is clearing caching DNS data querying only once every few seconds. Once I started emulating the bug, comms through the WRT became much, much more reliable. | |||
2012-07-06 | Automated merge with https://bitbucket.org/VirLinden/drano | Xiaohong Bao | |
2012-07-06 | fix for SH-3234: Map tile fetching broken in drano build | Xiaohong Bao | |
2012-07-06 | trivial: convert to Unix line endings. | Xiaohong Bao | |
2012-07-06 | MAINT-1228 FIX Can not put more than one object into the contents of an object | callum | |
Reviewed by Paul PE | |||
2012-07-05 | Adding the pathfinding attributes to the object profile panel. | Todd Stinson | |
2012-07-05 | Updating to the latest llphysicsextension library pre-built package. | Todd Stinson | |
2012-07-05 | partial changes for building with the llphysicsextensions source package | Oz Linden | |
2012-07-05 | update llphysicsextensions source and stub packages | Oz Linden | |
2012-07-05 | successful build with llphysicsextensions stub | Oz Linden | |
2012-07-05 | update to 20120702 build of havok | Oz Linden | |
2012-07-05 | begin integrating building of llphysicsextensions from source here (incomplete) | Oz Linden | |
2012-07-04 | Example program needs to set Accept: header to talk to Caps router. | Monty Brandenberg | |
2012-07-03 | MAINT-1231 Investigate increasing MAX_CACHED_GROUPS in llgroupmgr.cpp | Kelly Washington | |
* increased max groups to 20 * changed cache to LRU instead of 'delete half when overfull' reviewed with Baker | |||
2012-07-03 | Add CURLE_SEND_ERROR and CURLE_RECV_ERROR to the set of retryable errors. | Monty Brandenberg | |
Data problems after connections are established should be retried as well. Extend to appropriate libcurl codes. Also allow our connectivity to drop to as low as a single connection when trying to recover. | |||
2012-07-03 | Adding an import for the new RelWithDebInfo build of the physics extensions ↵ | Todd Stinson | |
library. | |||
2012-07-03 | PATH-805: guard all uses of sInstance in LLPanelLogin | Oz Linden | |
2012-07-03 | FIX INTL-99 set32 translation for 8 languages | eli | |
2012-07-03 | MAINT-685 Fix for disabling basic shaders making high detail terrain render ↵ | Dave Parks | |
incorrectly. | |||
2012-07-03 | Updating to the latest pre-built llphysicsextension package. | Todd Stinson | |
2012-07-03 | More integration work for texture fetch timeouts. | Monty Brandenberg | |
The fetch state machine received a new timeout during the WAIT_HTTP_REQ state. For the integration, rather than jump the state to done, we issue a request cancel and let the notification plumbing do the rest without any race conditions or special-case logic. | |||
2012-07-03 | remove some cmake output that is no longer needed | Oz Linden | |
2012-07-03 | merge up to latest pathfinding project viewer | Oz Linden | |
2012-07-03 | PATH-802: fixed check for different grid in chat SLURLS | Oz Linden | |
2012-07-02 | MAINT-971 : [PUBLIC]Renaming a new inventory item while filtering item names | simon@Simon-PC.lindenlab.com | |
renames parent folder instead. Reviewed by Kelly | |||
2012-07-02 | Dos-to-unix line ending conversion. | Monty Brandenberg | |
2012-07-02 | Merge 3.3.3 release with Drano HTTP library at 3.3.0 | Monty Brandenberg | |
Big delta was converting the new texture debugger support code to the new library. Viewer manifest should probably get an eyeball before release. | |||
2012-07-02 | merge back changes from 3.3.4-beta2 | Oz Linden | |
2012-07-02 | improve logging of invalid grid definitions, prevent clashes with old viewers | Oz Linden | |
2012-07-02 | disable alignment tests in debug builds (where they fail) | Oz Linden | |
2012-06-30 | Added tag 3.3.4-beta2 for changeset 82b5330bc8b1 | Oz Linden | |
2012-06-29 | Ensuring that the code and tests build correctly when HACKED_GODLIKE_VIEWER ↵ | Todd Stinson | |
is defined. | |||
2012-06-29 | PATH-797: BUGFIX Altering how the rows are being added to the scrolllist ↵ | Todd Stinson | |
widget to avoid a regression that occurred after merging from viewer-release recently caused the time to load a large number of elements to increase substainally. | |||
2012-06-29 | Added test back in, skip() call need to be removed. | simon@Simon-PC.lindenlab.com | |
2012-06-29 | Merge simon/viewmaster-merge for latest maint work | simon@Simon-PC.lindenlab.com | |
2012-06-29 | merge changes for DRTVWR-174 | Oz Linden | |
2012-06-29 | Fix --skin command-line switch by mapping to the correct var name. | Nat Goodspeed | |
It said it mapped to 'SkinFolder', which doesn't exist. 'SkinCurrent' is correct. | |||
2012-06-29 | tag merge of DRTVWR-174 | Oz Linden | |
2012-06-29 | merge changes for DRTVWR-173 | Oz Linden | |