Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-11 | Refining the behavior of the pathing test tool behavior with regards to ↵ | Todd Stinson | |
mouse clicks. | |||
2012-04-09 | Re-implementing the path testing functionality as a proper LLTool. | Todd Stinson | |
2012-03-26 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-03-21 | increment viewer version to 3.3.2 | Oz Linden | |
2012-03-13 | pull and merge from viewer-development | prep | |
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-03-01 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-02-29 | increment viewer version to 3.3.1 | Oz Linden | |
2012-02-22 | Path-305: Added support for retrieving compressed navmeshes in a LLSD. | prep | |
2012-02-06 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2012-02-06 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-02-06 | increment viewer version to 3.3.0 | Oz Linden | |
2012-02-01 | cleaned up linden_common.h, removing stuff that is mostly unused | Richard Linden | |
2012-02-01 | converted a bunch of narrowing implicit conversions to explicit | Richard Linden | |
2012-01-30 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-01-30 | increment viewer version to 3.2.9 | Oz Linden | |
2012-01-24 | WIP: path-118 | prep | |
2012-01-24 | merge | Brad Payne (Vir Linden) | |
2012-01-20 | fix for SH-2823 and SH-2824: LLCurl crash inside LLBufferArray::countAfter() ↵ | Xiaohong Bao | |
and LLBufferArray::copyIntoBuffers | |||
2012-01-19 | EXP-1815 FIXED Favorites list in login screen not populated when display ↵ | Vadim ProductEngine | |
names are disabled. * Fixed LLAvatarName::getLegacyName() to work when display names are disabled (it used to return ' ', i.e. empty first and last name separated with a space). * Added some debugging messages. | |||
2012-01-17 | increment viewer version to 3.2.8 | Oz Linden | |
2012-01-17 | merge changes for vmrg-216 | Oz Linden | |
2012-01-13 | merge changes for vmrg-215 | Oz Linden | |
2012-01-12 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-01-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/ | Richard Linden | |
2012-01-10 | EXP-1525 FIXED Potential fix for a crash at shutdown: added some error ↵ | Vadim ProductEngine | |
handling to saving inventory cache. | |||
2012-01-09 | increment viewer version to 3.2.7 | Oz Linden | |
2012-01-09 | Backed out changeset 4fd359f2f1c3 | Oz Linden | |
2012-01-09 | increment viewer version to 3.2.7 | Oz Linden | |
2012-01-06 | Looking for better fix to EXP-1693 - date localization | Richard Linden | |
Backed out changeset: 4f3024e9d629 | |||
2012-01-05 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-01-04 | merge | Brad Payne (Vir Linden) | |
2011-12-23 | STORM-1790 Provide a Develop sub-menu to change the default logging level | Jonathan Yap | |
co-authored with Zi Ree | |||
2011-12-21 | merge changes for vmrg-209 and vmrg-210 back from beta branch | Oz Linden | |
2011-12-21 | EXP-1693 FIXED the date localization in Item Profile window, Voice Morphs ↵ | Seth ProductEngine | |
window and in scroll list widget in general. - Added a customizable date format string to be used for scroll list cell of "date" type. - The date localization does not change the value of a scroll list cell changing only its string representation. - Added using localized week days and month names from strings.xml for all locales not only Ja and Pl as it was before. - Changed the date format in Item Profile window (French locale) as noted in the issue description. - For this fix the French locale still needs the localization of the following strings in strings.xml: <string name="dateTimeWeekdaysNames"> <string name="dateTimeWeekdaysShortNames"> <string name="dateTimeMonthNames"> <string name="dateTimeMonthShortNames"> <string name="dateTimeDayFormat"> <string name="dateTimeAM"> <string name="dateTimePM"> | |||
2011-12-15 | fix for SH-2738 and SH-2777, might also help SH-2723: heap corruption | Xiaohong Bao | |
SH-2738: Texture fetching freezes due to LLcurl SH-2777: viewer crashed on logout in LLCurl::Easy::releaseEasyHandle | |||
2011-12-15 | fix for SH-2738 and SH-2777, might also help SH-2723: heap corruption | Xiaohong Bao | |
SH-2738: Texture fetching freezes due to LLcurl SH-2777: viewer crashed on logout in LLCurl::Easy::releaseEasyHandle | |||
2011-12-13 | storm-1729: ensure that cpu id has no leading or trailing spaces for ease of ↵ | Oz Linden | |
comparison and formatting | |||
2011-12-12 | merge | Brad Payne (Vir Linden) | |
2011-12-12 | increment viewer version to 3.2.6 | Oz Linden | |
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-09 | Backed out changeset fafd857891b1 | Dave Parks | |
2011-12-08 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-12-07 | merge | Brad Payne (Vir Linden) | |
2011-12-07 | merge | Brad Payne (Vir Linden) | |
2011-12-06 | LLSD-14: Extract remaining conditional LLSD mbrs to namespace llsd. | Nat Goodspeed | |
Per Monty's code review, it's dubious practice to have a class in which certain members are sometimes visible, other times not. If these were virtual methods, or non-static data members, the error would be obvious -- but even with static data members and non-virtual methods, it looks like an ODR violation. Extract conditional methods as free functions, as in changeset 07cd70e75473. | |||
2011-12-05 | merge | Dave Parks | |
2011-12-05 | SH-2652 WIP -- Add timers to relevant areas, pause render pipeline while ↵ | Dave Parks | |
occlusion queries from previous frame are still pending and perform texture decode work. | |||
2011-12-05 | LLSD-14: Optional entry points need conditional decls turned on. | Nat Goodspeed | |
Changeset 07cd70e75473 moved LLSD::outstandingCount() and allocationCount() to free functions so we could turn their visibility on/off via LLSD_DEBUG_INFO. But on some platforms, without proper LL_COMMON_API declarations visible when we compile llsd.cpp, those free functions lack proper linkage directives. Declare LLSD_DEBUG_INFO in llsd.cpp so that when the llcommon library is built, the free functions get proper linkage -- independent of compilations of LLSD consumers. | |||
2011-12-05 | fix for sh-2738: Texture fetching freezes due to LLcurl | Xiaohong Bao | |