Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | SH-3803 FIX Missing Wearable reported in sunshine viewer | Nyx Linden | |
Newly refactored wearable parsing did not account for extra whitespace cleanly. Updated the code to handle extra blank lines in the wearable assets. | |||
2013-02-12 | merge | Nyx Linden | |
2013-02-12 | SH-3859 FIX adding or removing clothing in appearance edit mode are visible | Nyx Linden | |
Added check to cancel any appearance update requests that occur while in appearance edit mode. Closing appearance edit mode does trigger an update, so should be safe to cancel intermediate requests without further changes. | |||
2013-02-12 | SH-3852 WIP - removed agent_id from summary packets | Brad Payne (Vir Linden) | |
2013-02-12 | removed some redundant or deprecated timers | Brad Payne (Vir Linden) | |
2013-02-12 | SH-2852 WIP - track avatar loading via load_<foo> timers, added distinction ↵ | Brad Payne (Vir Linden) | |
between partially and fully loaded textures | |||
2013-02-12 | SH-3852 WIP - added more specific logging of completenesss of texture loading | Brad Payne (Vir Linden) | |
2013-02-11 | fix for build failure on test w/linux | Brad Payne (Vir Linden) | |
2013-02-11 | merge | Brad Payne (Vir Linden) | |
2013-02-11 | fix for mac build failure | Brad Payne (Vir Linden) | |
2013-02-11 | Updating appearance util | Don Kjer | |
2013-02-11 | merge | Brad Payne (Vir Linden) | |
2013-02-11 | SH-3852 WIP - removed avatar metrics from ViewerAssetMetrics | Brad Payne (Vir Linden) | |
2013-02-09 | Updating appearance utility | Don Kjer | |
2013-02-09 | Automated merge | Don Kjer | |
2013-02-09 | Updating appearance utility | Don Kjer | |
2013-02-08 | SH-3852 WIP - bucketize stats by agent_id, grid coordinates and various ↵ | Brad Payne (Vir Linden) | |
other criteria | |||
2013-02-07 | SH-3852 WIP - track per-timer stats | Brad Payne (Vir Linden) | |
2013-02-07 | SH-3852 WIP - small tweaks | Brad Payne (Vir Linden) | |
2013-02-06 | merge | Nyx Linden | |
2013-02-06 | SH-3651 FIX Beard edits not applying on server bakes | Nyx Linden | |
Despite incrementing the COF version, beard edits were not updating the head hash. We were not applying layers/parameters to the baked texture hashes for layers that did not contain a user-defined image. However, many layers have standard morph masks, etc that are affected by wearable parameters. Edited the LLTexLayerInterface::getWearable() method to return the proper wearable type if there is no associated local texture index, and all parameters in the wearable refer to a particular wearable type. Should be safe even if some (but not all) params have no wearable type defined. | |||
2013-02-01 | SH-3800 WIP - additional log line | Brad Payne (Vir Linden) | |
2013-02-01 | SH-3800 WIP - additional log line | Brad Payne (Vir Linden) | |
2013-02-01 | SH-3800 WIP - fixed bad case in appearance version computation | Brad Payne (Vir Linden) | |
2013-02-01 | SH-3800 WIP - log some of sent appearance msg info as well as received | Brad Payne (Vir Linden) | |
2013-02-01 | SH-3800 WIP - reject appearance messages with contradictory appearance ↵ | Brad Payne (Vir Linden) | |
version info | |||
2013-01-31 | merge | Brad Payne (Vir Linden) | |
2013-01-30 | SH-3800 WIP - avoid complaints about source of various standard textures - ↵ | Brad Payne (Vir Linden) | |
IMG_DEFAULT_AVATAR etc | |||
2013-01-30 | SH-3800 WIP - logic to detect baked textures being sought in the wrong ↵ | Brad Payne (Vir Linden) | |
place, avoid querying textures for which we have no authoritative data where they live | |||
2013-01-30 | merge | Nyx Linden | |
2013-01-30 | SH-3651 FIX Beards not visible on server-generated appearances. | Nyx Linden | |
Fixed back end to enable beards. | |||
2013-01-30 | SH-3800 WIP - flag mismatched expectations for baked texture origins | Brad Payne (Vir Linden) | |
2013-01-30 | SH-3780 WIP - more checking on appearance param values | Brad Payne (Vir Linden) | |
2013-01-29 | SH3530: Removed extra ServerAppearanceUpdate() | prep@lindenlab.com | |
2013-01-28 | merge | Brad Payne (Vir Linden) | |
2013-01-28 | SH-3779 WIP, SH-3534 WIP - more bake-status tracking | Brad Payne (Vir Linden) | |
2013-01-25 | BUILDFIX: merge cleanup | Nyx Linden | |
A couple of merge issues that caused the resulting code to not build. | |||
2013-01-25 | SH-3779 WIP - less verbose appearance dumps, keep appearance version visual ↵ | Brad Payne (Vir Linden) | |
param in sync with mUseServerBakes | |||
2013-01-24 | SH-3779 WIP - handling of appearance version param | Brad Payne (Vir Linden) | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2013-01-23 | SH-3779 WIP - fully parse appearance message before trying to do anything ↵ | Brad Payne (Vir Linden) | |
with it | |||
2013-01-23 | SH-3534 WIP - better encapsulation of mUseServerBakes | Brad Payne (Vir Linden) | |
2013-01-23 | Added tag 3.4.5-beta3 for changeset e06898df8644 | Oz Linden | |
2013-01-23 | fixes and updates to DebugAvatarAppearanceMessage status line | Brad Payne (Vir Linden) | |
2013-01-22 | Added cof version information to DebugAvatarAppearanceMessage output | Brad Payne (Vir Linden) | |
2013-01-22 | merge changes for DRTVWR-287 | Oz Linden | |
2013-01-22 | tag merge of DRTVWR-287 | Oz Linden | |
2013-01-22 | Add debug level logging for Avatar by default. Will need to turn this off ↵ | Brad Payne (Vir Linden) | |
before general release, but will give us better debugging info during testing | |||
2013-01-19 | Adding stub for private artifacts | Don Kjer | |
2013-01-18 | merge | Brad Payne (Vir Linden) | |