Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-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-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 | 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) | |
2012-08-30 | WIP INTL-46 Set24 translation for traditional chinese; add new files; remove ↵ | eli | |
obsolete files | |||
2012-08-30 | FIX INTL-101 translation of set33 for 8 languages; add new files; remove ↵ | eli | |
obsolete files | |||
2012-08-30 | merge | Brad Payne (Vir Linden) | |
2012-08-29 | SH-3312 FIX - closing floater with outfit edit now has same behavior as ↵ | Brad Payne (Vir Linden) | |
explicitly leaving outfit edit with backarrow | |||
2012-08-29 | WIP INTL-46 Traditional Chinese translation for Set23TW (120829) | eli | |
2012-08-29 | MAINT-1455 FIX Media Texture not visually updated correctly | callum | |
Reviewed by me. (Bao created) | |||
2012-08-28 | Force rebake now calls requestServerAppearanceUpdate() if supported | Brad Payne (Vir Linden) | |
2012-08-24 | merge | Brad Payne (Vir Linden) | |
2012-08-22 | Removed UseServerTextureBaking setting, now key off region protocol bits | Brad Payne (Vir Linden) | |
2012-08-22 | merge changes for DRTVWR-202 | Oz Linden | |
2012-08-22 | SH-3625 - some associated cleanup, do_update field is useless in various ↵ | Brad Payne (Vir Linden) | |
calls because of possible race conditions | |||
2012-08-22 | Fix up white space to follow coding policy guidelines | callum_linden | |
2012-08-22 | merge | Brad Payne (Vir Linden) | |
2012-08-22 | SH-3625 WIP - consolidated a couple of attachment removal paths | Brad Payne (Vir Linden) | |
2012-08-22 | pull back release hotfix and beta fixes | Oz Linden | |
2012-08-22 | merge changes for DRTVWR-201 | Oz Linden | |
2012-08-22 | merge changes for | Oz Linden | |