Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-09 | tag merge of DRTVWR-177 | Oz Linden | |
2012-07-08 | merge changes for DRTVWR-176 | Oz Linden | |
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 | MAINT-436 FIXED Set focus to line editor if it exists in alert toast | maxim_productengine | |
2012-08-06 | MAINT-73 FIXED Hide Stand/Stop flying panel after pressing Ctrl-Shift-U | maxim_productengine | |
2012-08-03 | Merge back changes from viewer-lion with latest viewer-development | simon@Simon-PC.lindenlab.com | |
2012-08-02 | merge | Brad Payne (Vir Linden) | |
2012-08-02 | MAINT-515 FIX, CHOP-100 FIX - technically we are avoiding these issues ↵ | Brad Payne (Vir Linden) | |
rather than fixing them; changing llcommon to be statically linked avoids the symbol issues with llcommon.dll | |||
2012-08-01 | Merge back viewer-lion, which has viewer-development and down-stream fixes | simon@Simon-PC.lindenlab.com | |
2012-07-31 | MAINT-1305 llDialog tooltip typo | Kelly Washington | |
2012-07-30 | Fix linux build crankiness | simon@Simon-PC.lindenlab.com | |
2012-07-30 | merge | Dave Parks | |
2012-07-30 | MAINT-570 Fix for linux build. | Dave Parks | |
2012-07-27 | MAINT-1056 FIX Microsoft SkyDrive is not compatible with Second Life | callum | |
Reviewed by YP | |||
2012-07-25 | MAINT-1042: Blocking asset avatar prevents future uploads. Reviewed by Kelly. | simon@Simon-PC.lindenlab.com | |
2012-07-25 | MAINT-615 Fix for texture animation freezing under certain situations. | Dave Parks | |
2012-07-25 | MAINT-611 Differentiate between mobile and not mobile NVIDIA GPUs in the gpu ↵ | Dave Parks | |
table. | |||
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Kelly Washington | |
follow up to fix test compiles. | |||
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-07-18 | merge | Dave Parks | |
2012-07-18 | MAINT-628 Fix for seams in high res snapshots when lighting and shadows is ↵ | Dave Parks | |
enabled. | |||
2012-07-17 | merge | simon@Simon-PC.lindenlab.com | |
2012-07-17 | MAINT-1276: Add ability to paste LSL tooltips into scripts. Reviewed by Kelly | simon@Simon-PC.lindenlab.com | |
2012-07-16 | MAINT-1270 Fix for some flexi prims becoming flat at some LoDs | Dave Parks | |
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. |