Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-03 | SH-4051 REVERT teen accounts unable to remove underclothes even when ↵ | Nyx Linden | |
switching outfits Reverting fix as additional problems were found that could lead to even accidental nudity. This fix is not required for the current release as it is not a regression. Will review options for fixing for the next release. | |||
2013-04-03 | SH-4058 - log spam reduction initiative. | Brad Payne (Vir Linden) | |
2013-04-02 | SH-4051 FIX problem with teen account and undershirt layers | Nyx Linden | |
Updated logic for teen accounts, to ensure that during any transition that they are wearing at least one undershirt wearable and one underpants wearable. | |||
2013-03-11 | merge | prep | |
2013-02-13 | SH-3812 WIP, SH-3852 WIP - some metrics cleanup, added rebake when needed ↵ | Brad Payne (Vir Linden) | |
and sb system is unavailable, to avoid stale appearance problems | |||
2013-02-07 | SH-3852 WIP - track per-timer stats | Brad Payne (Vir Linden) | |
2013-01-16 | SH-3645 WIP - preserve item order after wearable save as | Brad Payne (Vir Linden) | |
2012-12-10 | SH-3606 WIP - replaced several LLInventoryCallback subclasses with ↵ | Brad Payne (Vir Linden) | |
boost::func equivalents | |||
2012-09-11 | SH-3264 Moved over a few more items to llappearance | Nyx (Neal Orman) | |
moved over: isWearingWearableType wearable::writeToAvatar wearable::mTEMap (stores LocalTextureObject*) more from wearable::import/export wearable::createVisualParams, etc | |||
2012-09-06 | Extracted mWearableDatas from LLAgentWearables into ↵ | Don Kjer | |
llappearance/LLWearableData. Moved LLDriverParam into llappearance | |||
2012-09-03 | Merge VirLinden/sunshine -> don_linden/sunshine-experimental | Don Kjer | |
2012-09-03 | Renamed LLVOAvatarDefines to LLAvatarAppearanceDefines | Don Kjer | |
2012-09-03 | Extracted texture baking system into llappearance library. | Don Kjer | |
2012-08-21 | SH-3625 WIP - consolidating code paths for removal, removed dead code | Brad Payne (Vir Linden) | |
2012-08-14 | SH-3310 WIP setting up architecture for switching texture baking on ↵ | Nyx (Neal Orman) | |
per-region basis Set up an architecture to minimize the use of the baked texture debug setting. Instead concentrating on setting a per-region flag at the region handshake point. This should be processed once the new regions are using the updated handshake. The debug setting is being used in this one location as a placeholder. Builds, but not fully tested/commented yet, passing this work off to Vir. | |||
2012-06-29 | SH-3229 FIX suppress baked texture cache requests and generated ↵ | Nyx (Neal Orman) | |
agentAppearance messages If you're using the new pipeline, then we should not be requesting cached baked textures from the simulator. Nor should we be sending agentAppearance messages to the simulator (note: this may change in the future on region arrive) | |||
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-05-02 | SH-3128 FIX - log message cleanup for avatar rezzing | Brad Payne (Vir Linden) | |
2012-05-02 | merge viewer-release to drano | Brad Payne (Vir Linden) | |
2012-04-19 | Move phase tracking to its own set of classes inside LLViewerStats - ↵ | Brad Payne (Vir Linden) | |
simplifies llvoavatar and allows adding such tracking to classes that live outside the avatar lifetime | |||
2012-04-05 | SH-3064 WIP - accumulate stats tied to phase timers | Brad Payne (Vir Linden) | |
2012-04-02 | Automated merge with https://bitbucket.org/VirLinden/runway | Nyx (Neal Orman) | |
2012-04-02 | SH-3041 FIX use server-sent baked texture IDs while waiting for avatar to load | Nyx (Neal Orman) | |
Prevents the avatar's baked texture UUIDs sent by the server's first objectUpdate message from being overwritten until the wearable cache results come back. | |||
2012-03-21 | SH-3039 WIP - trying to close phases where needed | Brad Payne (Vir Linden) | |
2012-03-16 | SH-3044 FIX - change avatar log message to LL_DEBUGS to allow effective ↵ | Brad Payne (Vir Linden) | |
toggling when default is INFO | |||
2012-03-16 | SH-3044 - tag avatar log messages LL_INFOS(Avatar) | Brad Payne (Vir Linden) | |
2012-03-08 | SH-2970 WIP - more phase tracking | Brad Payne (Vir Linden) | |
2012-02-21 | SH-2689 WIP - move first_fully_visible static into avatar class, ↵ | Brad Payne (Vir Linden) | |
bake-related logging | |||
2012-02-06 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2012-02-03 | EXP-1843 WIP Added an option to output avatar rez timing. | Vadim ProductEngine | |
Use the new "Avatar Rez" debugging tag to see the output. | |||
2012-01-23 | EXP-1826 WIP Potential fix: prevent dereferencing invalid pointer. | Vadim ProductEngine | |
2011-10-15 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-10-12 | EXP-625 Speed up initial outfit copy and avatar bake by moving initial ↵ | Aaron Stone | |
gesture copy to LLAppearangeMgr::onFirstFullyVisible(). | |||
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-27 | EXP-1226 FIXED (Create and register a floater for Appearance side tab) | Paul ProductEngine | |
- Added xml for a new floater Appearance and registred it in the floaterreg - Removed side tray dependencies - Added static helper method: LLFloaterSidePanelContainer::getPanel | |||
2011-08-15 | STORM-1041 FIXED "Remove all clothes" item of the avatar menu didn't ↵ | Vadim ProductEngine | |
actually remove all clothes. I haven't investigated what the problem was, I've just rewritten the (ancient?) removal code in the way we take off items in other places, i.e. by removing them from the Current Outfit forder. | |||
2011-07-05 | EXP-971 FIX New Direct Delivery item does not sort as most recent item in ↵ | Richard Linden | |
Recent Tab if that tab is open when item delivered | |||
2010-12-04 | merge up to viewer-development | Oz Linden | |
2010-09-08 | automated merge | Loren Shih | |
2010-09-07 | automated merge from viewer-development | Loren Shih | |
2010-09-04 | VWR-22113 FOLLOWUP fixed indentation | Boroondas Gupte | |
... and changed jira issue ID in comment to the current one | |||
2010-09-04 | integrate patch from VWR-22113 'crash hunters - crash, possibly on exit when ↵ | Tofu Linden | |
disconnected' | |||
2010-08-31 | VWR-22692 FIXED Multiattachments don't save correctly in outfits | Loren Shih | |
Fixed login issue that was causing multiattachments to be replaced instead of added. | |||
2010-08-31 | Physics no longer perform for avatars that are smaller than some certain ↵ | Loren Shih | |
screenspace metric. Physics no longer removed when outfits changed. | |||
2010-08-25 | Fixed an issue where you go into appearance pose when editing physics if you ↵ | Loren Shih | |
were formerly in edit outfit. Miscellaneous code cleanup. | |||
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |