Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-10 | On lluuidhashmap_tut<1> failure, save/reload data in temp file. | Nat Goodspeed | |
Generating new random data on every test run makes it impossible to debug a test failure. While in general we do want to generate random data to thoroughly exercise the generator logic, if every new run generates new data, the only thing we can do about an observed failure is shrug and ignore it. Add logic to save data on failure, with corresponding logic to notice and reload from a previously-generated save file. In case of a merge collision, this version SUPERCEDES my previous efforts with this file. (My other changes may still be in a backed-up merge request.) It is okay to resolve collisions in favor of this version. | |||
2012-10-10 | merge changes for DRTVWR-226 | Oz 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-09 | MAINT-1688 Potential fix for crash on exit in LLTextureFetch | Dave Parks | |
2012-10-06 | Added fast timers for baked texture rendering. Updated appearance utility | Don Kjer | |
2012-10-05 | MAINT-1636: Turning off tcmalloc for the build now that davep's changes are ↵ | William Todd Stinson | |
in to fix our major crasher. | |||
2012-10-04 | merge changes for DRTVWR-222 | Oz Linden | |
2012-10-04 | Merge 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-04 | Updating to newer build of tcmalloc/google perf tools. Removing X11 library ↵ | Don Kjer | |
dependencies from headless libraries | |||
2012-10-04 | Turning on mHasShaderObjects for mesa headless | Don Kjer | |
2012-10-04 | Limiting headless builds to linux | Don Kjer | |
2012-10-04 | Building headless and non-headless libraries side-by-side, removing the need ↵ | Don Kjer | |
for the BAKING cmake setting. | |||
2012-10-04 | Automated merge | Don Kjer | |
2012-10-04 | Removing server-related cmake cruft. Fixing libGLU warnings on linux. | Don Kjer | |
2012-10-04 | Adding optimization to skip alpha image analysis when it isn't needed. | Don Kjer | |
2012-10-03 | merge | Brad Payne (Vir Linden) | |
2012-10-03 | Fix for linux build | Dave Parks | |
2012-10-03 | Merge | Chris 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-03 | additional fixes for avoiding avatar param manipulation via wearables, ↵ | Brad Payne (Vir Linden) | |
setting correct state from avatar appearance | |||
2012-10-03 | Fix for mac/linux build | Dave Parks | |
2012-10-03 | Fix for tests | Dave Parks | |
2012-10-03 | Fix non-thread-safe refcounting of LLHTTPClient::Responder and fix ↵ | Dave Parks | |
out-of-order deletion of LLTextureFetch on shutdown | |||
2012-10-02 | Instrument debug builds on windows to help track down source of heap corruption | Dave Parks | |
2012-10-02 | Adding libtcmalloc to the linux installer package. | William Todd Stinson | |
2012-10-02 | Fix up some assertions in lloctree.h | Dave Parks | |
2012-10-02 | Moved gatherMorphMaskAlpha into llappearance. | Don Kjer | |
2012-10-01 | Only enable breakpad error handing if crash reporting is enabled | Dave Parks | |
2012-09-28 | Exposing more tex layer information for hash id generation | Don Kjer | |
2012-09-28 | merge | Brad Payne (Vir Linden) | |
2012-09-28 | Started stubbing out llsd support for tex layer information. | Don Kjer | |
2012-09-27 | merge | Brad Payne (Vir Linden) | |
2012-09-27 | Another sunshine-internal -> sunshine-experimental merge | Don Kjer | |
2012-09-27 | Automated merge | Don Kjer | |
2012-09-27 | Yet another attempt at deleting tcmalloc | Dave Parks | |
2012-09-27 | Merge sunshine-internal -> sunshine-experimental | Don Kjer | |
2012-09-27 | audited uses of centralBakeVersion vs. isUsingServerBakes | Brad Payne (Vir Linden) | |
2012-09-27 | Merging sunshine-experimental into sunshine-internal | Nyx (Neal Orman) | |
2012-09-27 | merge | Nyx Linden | |
2012-09-27 | Another attempt at deleting tcmalloc_minimal.dll | Dave Parks | |
2012-09-27 | Modify installer to remove libtcmalloc_minimal.dll | Dave Parks | |
2012-09-27 | Fix for ruthing in non-server-bake regions | Brad Payne (Vir Linden) | |
2012-09-27 | Fix for mac/linux 'ruth' appearance. Fix for linux build issue | Don Kjer | |
2012-09-26 | merge | Brad Payne (Vir Linden) | |
2012-09-26 | Debug text for avatar appearance state related to server-side baking project | Brad Payne (Vir Linden) | |
2012-09-26 | Fixed problems caused by defaulting mUseServerBakes to false | Brad Payne (Vir Linden) | |
2012-09-26 | more state management stuff, DRANO flags for problematic areas | Brad Payne (Vir Linden) | |
2012-09-26 | error checking, comments for areas needing fix/check in appearance | Brad Payne (Vir Linden) | |
2012-09-26 | use accessors for mUseLocalAppearance, mIsEditingAppearance, mUseServerBakes | Brad Payne (Vir Linden) | |
2012-09-26 | renamed isUsingBakedTextures to more accurate isUsingServerBakes. Commented ↵ | Brad Payne (Vir Linden) | |
some areas we are probably using the function incorrectly |