Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-11 | SH-3604 WIP - added base outfit link creation to retryable copy/link ↵ | Brad Payne (Vir Linden) | |
operations. Resolves race condition with cof version and server texture bakes | |||
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-15 | removed param location from archetype dump - not currently used | Brad Payne (Vir Linden) | |
2012-11-15 | SH-3484 WIP, SH-3546 WIP, SH-3541 WIP - restrict useBakedTexture when in ↵ | Brad Payne (Vir Linden) | |
local update, minor readability tweaks | |||
2012-11-14 | block appearance messages while editing | Brad Payne (Vir Linden) | |
2012-11-14 | Fix for build failures | Brad Payne (Vir Linden) | |
2012-11-09 | SH-3484 WIP - added additional logging under DebugAvatarCompositeBaked to ↵ | Brad Payne (Vir Linden) | |
try to track down baked texture issues | |||
2012-11-07 | SH-3493 FIX - removed a large number of completely unnecessary image cache ↵ | Brad Payne (Vir Linden) | |
clears, each of which then forced re-reading the same data from disk | |||
2012-11-07 | SH-3500 FIX - added additional logging to allow params in various locations ↵ | Brad Payne (Vir Linden) | |
to be distinguished | |||
2012-11-05 | renamed a confusingly-named field | Brad Payne (Vir Linden) | |
2012-11-01 | misc error detection, debug coloration for avatar meshes | Brad Payne (Vir Linden) | |
2012-10-25 | SH-3469 FIX - discard new-style updates for self with cof version = 0. This ↵ | Brad Payne (Vir Linden) | |
removes a race condition that was causing us to mis-handle region crossing logic | |||
2012-10-22 | handling for crossing from non-server-bake to server-bake regions | Brad Payne (Vir Linden) | |
2012-10-17 | additional diagnostics, improved shape stability at cost of increasing ↵ | Brad Payne (Vir Linden) | |
entanglement between baked and local appearance | |||
2012-10-17 | more param location logging, added wearable type info to dumpArchetypeXML | Brad Payne (Vir Linden) | |
2012-10-15 | additional debugging info, including tracking where visual params live | Brad Payne (Vir Linden) | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-09-27 | audited uses of centralBakeVersion vs. isUsingServerBakes | Brad Payne (Vir Linden) | |
2012-09-26 | Debug text for avatar appearance state related to server-side baking project | Brad Payne (Vir Linden) | |
2012-09-26 | Fixed problems caused by defaulting mUseServerBakes to false | Brad Payne (Vir Linden) | |
2012-09-26 | more state management stuff, DRANO flags for problematic areas | Brad Payne (Vir Linden) | |
2012-09-26 | error checking, comments for areas needing fix/check in appearance | Brad Payne (Vir Linden) | |
2012-09-26 | use accessors for mUseLocalAppearance, mIsEditingAppearance, mUseServerBakes | Brad Payne (Vir Linden) | |
2012-09-19 | work in progress, more debugging/logging of avatar visual param info | Brad Payne (Vir Linden) | |
2012-09-13 | Fix for merge build error. Attempt to cleanup cmake warnings regarding ↵ | Don Kjer | |
incorrect target_link_libraries | |||
2012-09-13 | Another merge of sunshine -> sunshine-experimental | Don Kjer | |
2012-09-13 | Merge sunshine -> sunshine-experimental | Don Kjer | |
2012-09-13 | more dump capabilities for visual params and textures in avatar and ↵ | Brad Payne (Vir Linden) | |
appearance messages | |||
2012-09-13 | Fleshed out target_link_libraries dependencies between libraries. ↵ | Don Kjer | |
Appearance utility now reads avatar_lad.xml during stubbed out params processing. | |||
2012-09-13 | Instantiated bare-bones LLBakingAvatar concrete class (derived from ↵ | Don Kjer | |
LLAvatarAppearance). Moved some LLCharacter funcionality from LLVOAvatar to LLAvatarAppearance. | |||
2012-09-12 | SH-3347 create demo of back end texture baking service | Nyx Linden | |
First link of the back-end service with some LLAppearance code. | |||
2012-09-11 | Dump XML tweaks, suppress wearable updates when bakes should dominate | Brad Payne (Vir Linden) | |
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-10 | dumpArchetypeXML tweaks, appearance debugging | Brad Payne (Vir Linden) | |
2012-09-10 | merge | Brad Payne (Vir Linden) | |
2012-09-10 | more baked texture debugging under DebugAvatarCompositeBaked | Brad Payne (Vir Linden) | |
2012-09-09 | Fixed crashes on login. Moved most of the remaining character/skeleton ↵ | Don Kjer | |
generation code into llappearance. Moved non-rendering related LLViewerJoint functionality into LLAvatarJoint. | |||
2012-09-07 | SH-3264 Porting over the XML loading of the avatar structure to llappearance | Nyx (Neal Orman) | |
Moved over the necessary classes to llappearance to support the loading of the avatar's structure & params from file. | |||
2012-09-07 | enhanced XML archetype dumping, added to per-avatar menus | Brad Payne (Vir Linden) | |
2012-09-06 | Merge | Don Kjer | |
2012-09-06 | Extracted mWearableDatas from LLAgentWearables into ↵ | Don Kjer | |
llappearance/LLWearableData. Moved LLDriverParam into llappearance | |||
2012-09-05 | Debug display for baked vs. composite status, via setting ↵ | Brad Payne (Vir Linden) | |
DebugAvatarCompositeBaked | |||
2012-09-05 | SH-3264 Worked to move over mBakedTextureDatas from LLVOAvatar to ↵ | Nyx (Neal Orman) | |
LLAvatarAppearance. Appear to have been able to move over the parts that are common to both the backend and the viewer into LLAvatarAppearance. | |||
2012-09-04 | Split gl-specific LLViewerTexture implementation into llrender/LLGLViewerTexture | Don Kjer | |
2012-09-04 | Split LLTexLayerSetBuffer into llappearance portion, and viewer-specific ↵ | Don Kjer | |
LLViewerTexLayerSetBuffer | |||
2012-09-03 | Renamed LLVOAvatarDefines to LLAvatarAppearanceDefines | Don Kjer | |
2012-09-03 | Cleanup of llappearance refactor file definition order for easier diff'ing | Don Kjer | |
2012-09-03 | Extracted texture baking system into llappearance library. | Don Kjer | |
2012-08-14 | Automated merge with https://bitbucket.org/VirLinden/sunshine | Nyx (Neal Orman) | |
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. |