Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | renamed isUsingBakedTextures to more accurate isUsingServerBakes. Commented ↵ | Brad Payne (Vir Linden) | |
some areas we are probably using the function incorrectly | |||
2012-09-19 | small tweaks to param debugging, restricting LLWearable::writeToAvatar | Brad Payne (Vir Linden) | |
2012-09-19 | work in progress, more debugging/logging of avatar visual param info | Brad Payne (Vir Linden) | |
2012-09-14 | fix for windows compile error - missing precompiled header | Brad Payne (Vir Linden) | |
2012-09-14 | BUILDFIX: WIN fixing up windows building issues | Nyx (Neal Orman) | |
Cleaned up a couple of things that the windows compiler was warning about, with our inheritance structure | |||
2012-09-14 | Removed appearance utility from viewer source. Added appearance utility ↵ | Don Kjer | |
autobuild package. | |||
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-13 | Moved most of the appearance utility application level logic into ↵ | Don Kjer | |
LLAppAppearanceUtility. Added LLBakingProcess class for adding new process modes. Create a couple concrete classes for llappearance base classes. | |||
2012-09-12 | Fix for link errors on linux | Don Kjer | |
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 | BUILDFIX WIN fixing windows build error | Nyx (Neal Orman) | |
converted a struct to a class, cleaning up a forward declaration that caused windows build issues. | |||
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-08 | Fixed #include typo | Don Kjer | |
2012-09-08 | Automated merge | Don Kjer | |
2012-09-08 | Removed most llappearance -> llui dependencies (LLTrans remains). Moved ↵ | Don Kjer | |
LLInventoryIcon::EIconName into LLInventoryType. Moved LLInventoryIcon back to newview. Moved LLUI gl_* functions into llrender. | |||
2012-09-07 | Automated merge with https://bitbucket.org/don_linden/sunshine-experimental | Nyx (Neal Orman) | |
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-08 | Fleshing out appearance-utility standalone app. Added input/output ↵ | Don Kjer | |
processing, argument parsing, and general error handling. | |||
2012-09-07 | enhanced XML archetype dumping, added to per-avatar menus | Brad Payne (Vir Linden) | |
2012-09-06 | Adding appearance utility package | Don Kjer | |
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 | merge | Brad Payne (Vir Linden) | |
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-05 | Merge VirLinden/sunshine -> don_linden/sunshine-experimental | Don Kjer | |
2012-09-05 | Merge viewer-development -> VirLinden/sunshine | Don Kjer | |
2012-09-04 | Cleanup actions from code review of llappearance with nyx | Don Kjer | |
2012-09-04 | Set virtual inheritance on LLTexture -> LLRefCount | Don Kjer | |
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-04 | merge changes for DRTVWR-207 | Oz Linden | |
2012-09-04 | More clean-up to closer match original file order. For llavatarappearance diffs | Don Kjer | |
2012-09-03 | Merge VirLinden/sunshine -> don_linden/sunshine-experimental | Don Kjer | |
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 | Fixed typo in cmake file | Don Kjer | |
2012-09-03 | Extracted texture baking system into llappearance library. | Don Kjer | |
2012-08-31 | merge changes for | Oz Linden | |
2012-08-30 | log appearance update requests and results | Brad Payne (Vir Linden) | |