summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-22Pull and merge from https://bitbucket.org/lindenlab/viewer-development.William Todd Stinson
2012-10-19merge back late fix for MAINT-1753Oz Linden
2012-10-19Added tag 3.4.1-beta9 for changeset 637fe8bbee5eOz Linden
2012-10-19merge changes for DRTVWR-233Oz Linden
2012-10-19tag merge of DRTVWR-233Oz Linden
2012-10-19pull back changes from 3.4.1-beta9Oz Linden
2012-10-19Added tag 3.4.1-beta9 for changeset 9c4519aa5c70Oz Linden
2012-10-19tag merge of DRTVWR-231Oz Linden
2012-10-18MAINT-1753: Correcting behavior of ll_aligned_realloc_16() on Linux to avoid ↵William Todd Stinson
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.
2012-10-18Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development.William Todd Stinson
2012-10-18Pull and merge from https://bitbucket.org/lindenlab/viewer-development.William Todd Stinson
2012-10-17MAINT-1527 Fix for crash on exit when VBO disabledDave Parks
2012-10-17Pull and merge from https://bitbucket.org/lindenlab/viewer-development.William Todd Stinson
2012-10-16Pull and merge from https://bitbucket.org/lindenlab/viewer-development.William Todd Stinson
2012-10-16change to force new build numberOz Linden
2012-10-16pull back changes from 3.4.1-beta8Oz Linden
2012-10-15Added tag 3.4.1-beta8 for changeset 1dc94555582fOz Linden
2012-10-15tag merge of DRTVWR-228Oz Linden
2012-10-15MAINT-1721 Fix for crash when clicking "back" button after editing appearance.Dave Parks
Reviewed by VoidPointer
2012-10-15pull back 3.4.1-beta7 fixesOz Linden
2012-10-12Added tag 3.4.1-beta7 for changeset 524da902713eOz Linden
2012-10-12merge changes for DRTVWR-227Oz Linden
2012-10-12tag merge of DRTVWR-227Oz Linden
2012-10-11MAINT-1684: Correcting the calls to ll_aligned_free() which should have ↵William Todd Stinson
actually been to ll_aligned_free_16().
2012-10-11MAINT-1684: Attempt at correcting the linux crash on startup. Replacing the ↵William Todd Stinson
memory allocations and frees in the LLPrivateMemoryPool with aligned memory allocations and frees.
2012-10-11Pull and merge from https://bitbucket.org/lindenlab/viewer-development.William Todd Stinson
2012-10-11Adding an additional conversion constructor.William Todd Stinson
2012-10-10pull back 3.4.1-beta6 fixesOz Linden
2012-10-10Attempting to fix an issue where the installed viewer does not run because ↵William Todd Stinson
of a bad command line option.
2012-10-10Restricting editing of objects through the debug materials floater to the ↵William Todd Stinson
current region only.
2012-10-10Added tag 3.4.1-beta6 for changeset 49ed253c80beOz Linden
2012-10-10tag merge of DRTVWR-179Oz Linden
2012-10-10Adding a setting to allow user to edit the specular color alpha.William Todd Stinson
2012-10-10DRTVWR-225 Cleanup assertionsDave Parks
2012-10-10Pull and merge from ssh://hg@bitbucket.org/oz_linden/viewer-beta-drtvwr-179.William Todd Stinson
2012-10-10merge changes for DRTVWR-226Oz Linden
2012-10-10tag merge of DRTVWR-226Oz Linden
2012-10-09Disabling the bad post button until more development can be done.William Todd Stinson
2012-10-09Adding a behavior to the multi-tables for the get response to sync up the ↵William Todd Stinson
selected material across all tables.
2012-10-09Adding ability to edit materials per face.William Todd Stinson
2012-10-09Adding a reset inputs button to the edit tab.William Todd Stinson
2012-10-09Removing legacy code now that the latest server builds have the additional ↵William Todd Stinson
normal and specular map fields.
2012-10-09Adjusting the layout and adding functionality to query the viewerable ↵William Todd Stinson
objects with non-null material ids.
2012-10-09Pull and merge from ↵William Todd Stinson
ssh://hg@bitbucket.org/lindenlab/viewer-development-materials.
2012-10-09Initial pass at getting a list of viewer objects with non-null material IDs.William Todd Stinson
2012-10-09MAINT-1688 Potential fix for crash on exit in LLTextureFetchDave Parks
2012-10-08Adding new material fields for the GET method.William Todd Stinson
2012-10-06Added tag 3.4.1-beta5 for changeset 0bd3744ff060Oz Linden
2012-10-06tag merge of DRTVWR-224Oz Linden
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.