summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-10-10merge changes for DRTVWR-226Oz Linden
2012-10-10#include <string.h> in v3color.h: recent Linux compilers care.Nat Goodspeed
Linux dev builds have started breaking because v3color.h uses strlen() and strncpy() without declaring them. Add relevant #include, which fixes.
2012-10-09MAINT-1688 Potential fix for crash on exit in LLTextureFetchDave Parks
2012-10-06Added fast timers for baked texture rendering. Updated appearance utilityDon Kjer
2012-10-05MAINT-1636: Turning off tcmalloc for the build now that davep's changes are ↵William Todd Stinson
in to fix our major crasher.
2012-10-04merge changes for DRTVWR-222Oz Linden
2012-10-04Merge from Nat's repo - SWAT-711: Create Mac app bundle symlinks only for ↵Jeff (Gioffredo Linden)
.dylib files that exist. Previous viewer_manifest.py unconditionally created Mac symlinks for all expected .dylib files. Recent change to revert to statically linking llcommon means we no longer build libllcommon.dylib, therefore we no longer copy it, therefore any symlink to that library will be broken by definition. Change to create symlinks for .dylib files that were successfully copied.
2012-10-04Updating to newer build of tcmalloc/google perf tools. Removing X11 library ↵Don Kjer
dependencies from headless libraries
2012-10-04Turning on mHasShaderObjects for mesa headlessDon Kjer
2012-10-04Limiting headless builds to linuxDon Kjer
2012-10-04Building headless and non-headless libraries side-by-side, removing the need ↵Don Kjer
for the BAKING cmake setting.
2012-10-04Automated mergeDon Kjer
2012-10-04Removing server-related cmake cruft. Fixing libGLU warnings on linux.Don Kjer
2012-10-04Adding optimization to skip alpha image analysis when it isn't needed.Don Kjer
2012-10-03mergeBrad Payne (Vir Linden)
2012-10-03Fix for linux buildDave Parks
2012-10-03MergeChris Baker
2012-10-03- Fixed an issue where group list wouldn't fall back to UDP if the region ↵Chris Baker
doesn't support the new GroupMemberData capabaility - Fixed a potential null pointer crash. Thanks to Ansariel from Firestorm for these! Reviewer: Myself
2012-10-03additional fixes for avoiding avatar param manipulation via wearables, ↵Brad Payne (Vir Linden)
setting correct state from avatar appearance
2012-10-03Fix for mac/linux buildDave Parks
2012-10-03Fix for testsDave Parks
2012-10-03Fix non-thread-safe refcounting of LLHTTPClient::Responder and fix ↵Dave Parks
out-of-order deletion of LLTextureFetch on shutdown
2012-10-02Instrument debug builds on windows to help track down source of heap corruptionDave Parks
2012-10-02Adding libtcmalloc to the linux installer package.William Todd Stinson
2012-10-02Fix up some assertions in lloctree.hDave Parks
2012-10-02Moved gatherMorphMaskAlpha into llappearance.Don Kjer
2012-10-01Only enable breakpad error handing if crash reporting is enabledDave Parks
2012-09-28Exposing more tex layer information for hash id generationDon Kjer
2012-09-28mergeBrad Payne (Vir Linden)
2012-09-28Started stubbing out llsd support for tex layer information.Don Kjer
2012-09-27mergeBrad Payne (Vir Linden)
2012-09-27Another sunshine-internal -> sunshine-experimental mergeDon Kjer
2012-09-27Automated mergeDon Kjer
2012-09-27Yet another attempt at deleting tcmallocDave Parks
2012-09-27Merge sunshine-internal -> sunshine-experimentalDon Kjer
2012-09-27audited uses of centralBakeVersion vs. isUsingServerBakesBrad Payne (Vir Linden)
2012-09-27Merging sunshine-experimental into sunshine-internalNyx (Neal Orman)
2012-09-27mergeNyx Linden
2012-09-27Another attempt at deleting tcmalloc_minimal.dllDave Parks
2012-09-27Modify installer to remove libtcmalloc_minimal.dllDave Parks
2012-09-27Fix for ruthing in non-server-bake regionsBrad Payne (Vir Linden)
2012-09-27Fix for mac/linux 'ruth' appearance. Fix for linux build issueDon Kjer
2012-09-26mergeBrad Payne (Vir Linden)
2012-09-26Debug text for avatar appearance state related to server-side baking projectBrad Payne (Vir Linden)
2012-09-26Fixed problems caused by defaulting mUseServerBakes to falseBrad Payne (Vir Linden)
2012-09-26more state management stuff, DRANO flags for problematic areasBrad Payne (Vir Linden)
2012-09-26error checking, comments for areas needing fix/check in appearanceBrad Payne (Vir Linden)
2012-09-26use accessors for mUseLocalAppearance, mIsEditingAppearance, mUseServerBakesBrad Payne (Vir Linden)
2012-09-26renamed isUsingBakedTextures to more accurate isUsingServerBakes. Commented ↵Brad Payne (Vir Linden)
some areas we are probably using the function incorrectly
2012-09-25Wrapping failing llgl assert in gDebugGLDon Kjer