Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-04 | SH-3455 WIP | Brad Payne (Vir Linden) | |
2013-10-01 | SH-3455 WIP - dead code removal | Brad Payne (Vir Linden) | |
2013-09-26 | SH-3455 WIP - removed llagentwearablesfetch files, among other changes | Brad Payne (Vir Linden) | |
2013-09-26 | SH-3455 WIP | Brad Payne (Vir Linden) | |
2013-09-25 | SH-3455 WIP - moved setAvatarObject() to run after the self av constructor. ↵ | Brad Payne (Vir Linden) | |
Disabled sendAgentWearablesUpdate. | |||
2013-09-23 | SH-3455 WIP - post-SSA cleanup | Brad Payne (Vir Linden) | |
2013-09-23 | SH-3455 WIP - post-SSA cleanup, including removal of mUseServerBakes and ↵ | Brad Payne (Vir Linden) | |
related methods | |||
2013-09-23 | SH-3455 WIP - post-SSA cleanup | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-09-18 | sunshine cleanup annotations | Brad Payne (Vir Linden) | |
2013-09-18 | sunshine cleanup annotations | Brad Payne (Vir Linden) | |
2013-08-29 | SH-4455 WIP - versioned some metrics whose usage has changed, added name and ↵ | Brad Payne (Vir Linden) | |
item id checks in setWearableOutfit() | |||
2013-08-29 | SH-4455 WIP - restrict use of LLWearableHoldingPattern metrics. When ↵ | Brad Payne (Vir Linden) | |
changing wearables, bail out if current wearables already match those requested. | |||
2013-10-17 | SUN-69 MAINT-2258 : temp attachments getting removed improperly. Reviewed ↵ | simon | |
by Kelly. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-09 | Refactoring link creation calls in preparation for adding AIS v3 hook. | Don Kjer | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-19 | SH-3889 WIP - added callbacks to control ordering of operations after ↵ | Brad Payne (Vir Linden) | |
wearable save. | |||
2013-07-10 | SH-4319 WIP - set using server bakes on receiving a cached texture response ↵ | Brad Payne (Vir Linden) | |
in a non-bake region | |||
2013-06-27 | SH-4300 WIP - removed outfit autopopulate | Brad Payne (Vir Linden) | |
2013-06-20 | merge with release | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-29 | SH-4222 FIX, SH-3635 WIP - start of stuck-appearance checker, always ↵ | Brad Payne (Vir Linden) | |
increment folder version when a contained item is updated. | |||
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-23 | SH-4128 WIP - rewiring various link-deleting operations to support callbacks | Brad Payne (Vir Linden) | |
2013-04-08 | merge | prep | |
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-06-12 | STORM-68 Fix for group perms not being defined correctly and fix for group ↵ | Jonathan Yap | |
and everyone perms failing to copy and paste | |||
2012-06-08 | STORM-68 As a Builder, I want that ability to set default permissions on ↵ | Jonathan Yap | |
creation of objects, clothing, scripts, notecards, etc. First pass at implementation, debuggins lines still need to be removed and there is one known bug to be resolved. | |||
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |