Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-05 | merge | Brad Payne (Vir Linden) | |
2012-12-05 | SH-3604 WIP - backed out logcontrol.xml change | Brad Payne (Vir Linden) | |
2012-12-05 | SH-3604 WIP - retry mechanism for batch inventory ops, handle either ↵ | Brad Payne (Vir Linden) | |
completion or failure | |||
2012-12-05 | Added back in mesa package for linux builds | prep | |
2012-12-05 | Pull from viewer-development | prep | |
2012-12-04 | SH-3604 WIP | Brad Payne (Vir Linden) | |
2012-12-04 | tag merge of DRTVWR-255 | Nat Goodspeed | |
2012-12-03 | merge | Brad Payne (Vir Linden) | |
2012-12-03 | SH-3562 WIP | Brad Payne (Vir Linden) | |
2012-12-01 | Fixed previous commit. | Logan Dethrow | |
2012-11-30 | Fix for STORM-1854. Adapted the fix based on other open source consumers of ↵ | Logan Dethrow | |
fontconfig that were encountering the same error. | |||
2012-11-30 | SH-3594: Fix for crash when outfits are changed on a non server based baking ↵ | prep@lindenlab.com | |
region. | |||
2012-11-30 | SH-3562 WIP - detect possible hangs in item copying | Brad Payne (Vir Linden) | |
2012-11-29 | fix for possible crash on exit in self_av_string() | Brad Payne (Vir Linden) | |
2012-11-28 | Automated merge | Don Kjer | |
2012-11-28 | Updating appearance utility | Don Kjer | |
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-27 | merge changes for DRTVWR-230 | Oz Linden | |
2012-11-27 | tag merge of DRTVWR-230 | Oz Linden | |
2012-11-26 | merge changes for DRTVWR-249 | Oz Linden | |
2012-11-26 | tag merge of DRTVWR-249 | Oz Linden | |
2012-11-20 | merge changes for DRTVWR-247 | Oz Linden | |
2012-11-20 | tag merge of DRTVWR-247 | Oz Linden | |
2012-11-20 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-20 | merge changes for DRTVWR-246 | Oz Linden | |
2012-11-20 | tag merge of DRTVWR-246 | Oz Linden | |
2012-11-20 | merge changes for DRTVWR-229 | Oz Linden | |
2012-11-20 | tag merge of DRTVWR-229 | Oz Linden | |
2012-11-19 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-19 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-19 | increment version to 3.4.4 | Oz Linden | |
2012-11-19 | merge tag for 3.4.2-release | Oz Linden | |
2012-11-19 | Added tag 3.4.2-release for changeset 16310aabccf3 | Oz Linden | |
2012-11-19 | Added tag 3.4.3-beta1 for changeset 94ab2b49458a | Oz Linden | |
2012-11-19 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-11-19 | merge | Brad Payne (Vir Linden) | |
2012-11-19 | Implementation for SH-3530, CR:Nyx | prep@lindenlab.com | |
2012-11-19 | merge changes for DRTVWR-245 | Oz Linden | |
2012-11-19 | tag merge of DRTVWR-245 | Oz Linden | |
2012-11-19 | Added tag DRTVWR-232 for changeset f1d3b3fcab28 | Oz Linden | |
2012-11-17 | Update to Boost 1.52 package with gcc 4.1 warning fix. | Nat Goodspeed | |
2012-11-16 | MAINT-1890 FIX Removing previous hacky fix for this issue. The better ↵ | William Todd Stinson | |
solution is to clamp the update_period to a reasonable number of frames (32). | |||
2012-11-16 | Some Mac header #defines macros like check and equivalent -- gack!! | Nat Goodspeed | |
Given that third-party libraries (such as Boost) can and do use those names, properly namespace-scoped, it's unpardonable to break any such innocent usage with a macro. Given the pervasiveness of the need, introduce a header file with the requisite #undef directives. | |||
2012-11-16 | Certain test and example programs now need the Boost.System library. | Nat Goodspeed | |
2012-11-16 | Boost 1.52 no longer supports Boost.Filesystem v2 -- don't request. | Nat Goodspeed | |
Instead of compatibility mode, #defining BOOST_FILESYSTEM_VERSION to 2 only gets you a compile error these days. | |||
2012-11-16 | Remove sensitivity to Boost library versions in viewer_manifest.py. | Nat Goodspeed | |
2012-11-16 | Fix Boost shared-library version suffixes in Copy3rdPartyLibs.cmake. | Nat Goodspeed | |
2012-11-16 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-16 | Use new 3p-boost 1.52 build with Windows /Zc:wchar_t- compile switch. | Nat Goodspeed | |
2012-11-15 | Remove Boost version "1_45" baked into library names. | Nat Goodspeed | |
On Windows, LLPrimitive.cmake named four Boost libraries with names ending in the string 1_45. Now that we're trying to upgrade Boost to 1.52, those suffixes are inappropriate. Fortunately the libraries in our current Boost package do not have version-stamped names, so we hope this fix can survive for several Boost upgrades to come. |