Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge in latest viewer-development | simon@Simon-PC.lindenlab.com | |
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-15 | merge changes for DRTVWR-194 | Oz Linden | |
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. | |||
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-08 | merge | Brad Payne (Vir Linden) | |
2012-08-02 | Re-enabling the voice-dot until I have more time to invest in the new CHUI ↵ | Todd Stinson | |
version. | |||
2012-08-02 | Added AppearanceData block to AvatarAppearance message | Don Kjer | |
2012-07-31 | CHUI-259: Resovling an issue introduced during the recent merge that ↵ | Todd Stinson | |
incorrectly altered the conditional scope of when nametag text segments were created. | |||
2012-07-31 | Merge in viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-25 | SH-3258 WIP Adding new switching of new vs old appearance based on ↵ | Nyx (Neal Orman) | |
appearance message Not all appearance messages on a region will be new or old style at all times. Thus we're using a specific flag to mark the new appearance messages. | |||
2012-07-17 | SH-3258 WIP revert to server-generated textures | Nyx (Neal Orman) | |
After exiting appearance mode, next server-generated appearance message should over-ride the locally-generated textures. | |||
2012-07-16 | Automated merge with https://bitbucket.org/VirLinden/sunshine | Nyx (Neal Orman) | |
2012-07-16 | SH-3261 WIP Updated texture switching code | Nyx (Neal Orman) | |
Updated texture switching code to use the proper request URL, even if reverting to a "last known good" baked texture UUID. Viewer should now switch to a locally-generated composite on entering appearance mode, and should remain using such until a new appearance message is received. Still to do: handling adjacent regions with varying support for the new system, fixing switch back to server-generated bakes. |