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 | tag merge of 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 | Disabling the bad post button until more development can be done. | William Todd Stinson | |
2012-10-09 | Adding a behavior to the multi-tables for the get response to sync up the ↵ | William Todd Stinson | |
selected material across all tables. | |||
2012-10-09 | Adding ability to edit materials per face. | William Todd Stinson | |
2012-10-09 | Adding a reset inputs button to the edit tab. | William Todd Stinson | |
2012-10-09 | Removing legacy code now that the latest server builds have the additional ↵ | William Todd Stinson | |
normal and specular map fields. | |||
2012-10-09 | Adjusting the layout and adding functionality to query the viewerable ↵ | William Todd Stinson | |
objects with non-null material ids. | |||
2012-10-09 | Pull and merge from ↵ | William Todd Stinson | |
ssh://hg@bitbucket.org/lindenlab/viewer-development-materials. | |||
2012-10-09 | Initial pass at getting a list of viewer objects with non-null material IDs. | William Todd Stinson | |
2012-10-09 | MAINT-1688 Potential fix for crash on exit in LLTextureFetch | Dave Parks | |
2012-10-08 | Adding new material fields for the GET method. | William Todd Stinson | |
2012-10-06 | Added tag 3.4.1-beta5 for changeset 0bd3744ff060 | Oz Linden | |
2012-10-06 | tag merge of DRTVWR-224 | Oz Linden | |
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 | Adding the new material settings to the edit values. And an initial ↵ | William Todd Stinson | |
re-organization of the groups into tabs. Still a WIP, but somewhat usable. | |||
2012-10-04 | Added tag 3.4.1-beta4 for changeset 305950187c62 | Oz Linden | |
2012-10-04 | merge changes for DRTVWR-222 | Oz Linden | |
2012-10-04 | tag merge of 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-03 | Moving the debug materials floater under the Develop menu and renaming. | William Todd Stinson | |
2012-10-03 | Removing overly verbose debug outputs. | William Todd Stinson | |
2012-10-03 | Renaming the XUI files for floater_stinson to floater_debug_materials. | William Todd Stinson | |
2012-10-03 | Renaming the LLFloaterStinson class to be LLFloaterDebugMaterials. | William Todd Stinson | |
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 | 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 | Renaming the floater stinson files to be floater debug materials. | William Todd Stinson | |
2012-10-02 | Instrument debug builds on windows to help track down source of heap corruption | Dave Parks | |
2012-10-02 | Added tag 3.4.1-beta3 for changeset e6e553761829 | Oz Linden | |
2012-10-02 | tag merge of DRTVWR-221 | Oz Linden | |
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-01 | Only enable breakpad error handing if crash reporting is enabled | Dave Parks | |
2012-10-01 | tag merge of DRTVWR-220 | Oz Linden | |
2012-09-27 | Yet another attempt at deleting tcmalloc | Dave Parks | |
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-25 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-09-25 | pull back 3.4.1-beta1a tag | Oz Linden | |
2012-09-25 | pull back 3.4.1-beta1a tag | Oz Linden | |
2012-09-24 | Added tag 3.4.1-beta1a for changeset b3f74858a1c8 | Oz Linden | |
2012-09-24 | tag merge of DRTVWR-179 | Oz Linden | |
2012-09-24 | tag merge of DRTVWR-219 | Oz Linden | |
2012-09-20 | Pull and merge from ↵ | William Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-beta-drtvwr-179. |