Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | 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 | 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 changes for DRTVWR-174 | Oz Linden | |
2012-06-29 | tag merge of DRTVWR-174 | Oz Linden | |
2012-06-29 | merge changes for DRTVWR-173 | Oz Linden | |
2012-06-29 | tag merge of DRTVWR-173 | Oz Linden | |
2012-06-29 | Merge with viewer-beta | callum | |
2012-06-28 | Ensuring that the Show in Linksets and Show in Characters right-click menu ↵ | Todd Stinson | |
option is only show on pathfinding-enabled regions. | |||
2012-06-28 | Ensuring that the linksets filters are cleared before attempting to select ↵ | Todd Stinson | |
an object from right-click in-world menu. | |||
2012-06-28 | Removing the SERVER_SIDE_OWNER_ROLLOUT_COMPLETE ifdef. | Todd Stinson | |
2012-06-28 | Cleaning up new files in preparation for merge into viewer-release. | Todd Stinson | |
2012-06-28 | Added tag 3.3.4-beta1 for changeset f91d003091a6 | Oz Linden | |
2012-06-28 | merge | Dave Parks | |
2012-06-28 | merge | Dave Parks | |
2012-06-27 | Updating to the latest pre-build llphysicsextensions package. | Todd Stinson | |
2012-06-27 | Removing unreferenced methods from the LLRenderNavPrim class. | Todd Stinson | |
2012-06-27 | MAINT-1204 Fix for crash on selecting a texture anywhere other than the ↵ | Dave Parks | |
build tools. | |||
2012-06-27 | Merge pulled in lindenlab/viewer-beta to kelly_linden/maint-1078 | Kelly Washington | |
2012-06-27 | Minor changes to pathfinding-specific wordings. | Todd Stinson | |
2012-06-27 | PATH-788: Adding more state information for the rebake region button to ↵ | Todd Stinson | |
capture and display the rebaking states. Also, altering how the stop flying button works so that it does not hide the entire panel. |