- Apr 09, 2013
-
-
Monty Brandenberg authored
Will be used for mesh, inventory, etc., operation markers.
-
- Feb 25, 2013
-
-
Oz Linden authored
-
- Feb 18, 2013
-
-
Richard Linden authored
param blocks no longer write enums as ints
-
- Feb 14, 2013
-
-
AlexanderP ProductEngine authored
-
- Feb 13, 2013
-
-
AlexanderP ProductEngine authored
CHUI-739 Fixed! FUI toolbars not displayed when switching between CHUI and release viewer : parsing declare values of Enums
-
- Jan 10, 2013
-
-
Oz Linden authored
-
- Dec 18, 2012
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
- Dec 17, 2012
-
-
Oz Linden authored
-
- Dec 14, 2012
-
-
Merov Linden authored
-
- Dec 07, 2012
-
-
Merov Linden authored
CHUI-580 : Fixed : Clean up the use of display name. Allow the use of the legacy protocol in settings.xml
-
- Dec 05, 2012
-
-
Merov Linden authored
CHUI-580 : WIP : Change the display name cache system, deprecating the old protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up.
-
- Nov 19, 2012
-
-
Oz Linden authored
-
- Nov 16, 2012
-
-
Nat Goodspeed authored
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.
-
Nat Goodspeed authored
Instead of compatibility mode, #defining BOOST_FILESYSTEM_VERSION to 2 only gets you a compile error these days.
-
- Nov 07, 2012
-
-
David Parks authored
MAINT-1815 Fix for excessive memory usage in Mayfair. Disable tcmalloc. Disable private memory pools. Make viewer large address aware on windows. Reviewed by Kelly
-
- Nov 05, 2012
-
-
Oz Linden authored
-
- Oct 22, 2012
-
-
callum_linden authored
-
- Oct 18, 2012
-
-
William Todd Stinson authored
MAINT-1753: Correcting behavior of ll_aligned_realloc_16() on Linux to avoid memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying.
-
- Oct 15, 2012
-
-
callum_linden authored
-
- Oct 11, 2012
-
-
William Todd Stinson authored
MAINT-1684: Correcting the calls to ll_aligned_free() which should have actually been to ll_aligned_free_16().
-
callumprentice authored
-
William Todd Stinson authored
MAINT-1684: Attempt at correcting the linux crash on startup. Replacing the memory allocations and frees in the LLPrivateMemoryPool with aligned memory allocations and frees.
-
- Oct 03, 2012
-
-
William Todd Stinson authored
-
David Parks authored
-
David Parks authored
Fix non-thread-safe refcounting of LLHTTPClient::Responder and fix out-of-order deletion of LLTextureFetch on shutdown
-
- Oct 02, 2012
-
-
David Parks authored
-
- Oct 01, 2012
-
-
David Parks authored
-
- Sep 21, 2012
-
-
William Todd Stinson authored
-
- Sep 18, 2012
-
-
Gilbert Gonzales authored
CHUI-283: Now the avatar icon loads in the user's avatar image.Also the avatar image is of proper size. The participant of the conversation is offset correctly as well.
-
- Sep 13, 2012
-
-
Gilbert Gonzales authored
CHUI-283: Now upon the information icon and speaker icon do not overlap the username text. Instead the username text will be truncated with an ellipse to prevent the overlap. Also did a code cleanup.
-
- Sep 12, 2012
-
-
Richard Linden authored
fix for gcc builds
-
Oz Linden authored
-
David Parks authored
-
Oz Linden authored
-
David Parks authored
-
- Sep 11, 2012
-
-
Richard Linden authored
always parse named values first added detection of enum-type values and now parse as ints
-
- Sep 10, 2012
-
-
William Todd Stinson authored
-
Gilbert Gonzales authored
CHUI-283: Basic Implementation, just have hard coded avatar icon appearing and profile/info buttons visible. profile/info buttons do not have proper positioning or mouseclick events.
-
- Sep 07, 2012
-
-
David Parks authored
-