Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-10-21 | First attempt to get multiple attachments working to support viewer2. | Master ScienceSim | 1 | -11/+5 | |
The attachment code appears to work correctly for 1.23 viewers so, in spite of some big changes in the internal representation, there don't appear to be regressions. That being said, I still can't get a viewer2 avatar to show correctly. | |||||
2010-10-20 | Major refactoring of appearance handling. | Master ScienceSim | 1 | -7/+25 | |
AvatarService -- add two new methods, GetAppearance and SetAppearance to get around the lossy encoding in AvatarData. Preseve the old functions to avoid changing the behavior for ROBUST services. AvatarAppearance -- major refactor, moved the various encoding methods used by AgentCircuitData, ClientAgentUpdate and ScenePresence into one location. Changed initialization. AvatarAttachments -- added a class specifically to handle attachments in preparation for additional functionality that will be needed for viewer 2. AvatarFactory -- removed a number of unused or methods duplicated in other locations. Moved in all appearance event handling from ScenePresence. Required a change to IClientAPI that propogated throughout all the IClientAPI implementations. | |||||
2010-01-12 | Fixed more appearance woes that showed up using remote connectors. ↵ | Diva Canto | 1 | -1/+1 | |
Appearance is now being passed with AgentCircuitData, as it should be. | |||||
2010-01-11 | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 1 | -43/+80 | |
2010-01-04 | Some work on avatar service. Retrieval and storage done | Melanie | 1 | -0/+4 | |
2010-01-02 | * Converters from new AvatarData to old AvatarAppearance and vice-versa | Diva Canto | 1 | -1/+94 | |
* Login now retrieves AvatarData from AvatarService and sends it off with the agent data | |||||
2010-01-02 | Changed the rest of references to IAvatarData to AvatarData | Diva Canto | 1 | -2/+7 | |
2010-01-02 | Change to a class | Melanie | 1 | -5/+7 | |
2010-01-02 | Strip the lindenisms from the interface | Melanie | 1 | -8/+2 | |
2010-01-02 | Clarifying comments. | Diva Canto | 1 | -1/+7 | |
2010-01-02 | First stab at avatar data. Very generic | Melanie | 1 | -7/+16 | |
2010-01-02 | Minor interface changes | Melanie | 1 | -8/+5 | |
2010-01-02 | * Forgotten ILibraryService from yesterday | Diva Canto | 1 | -36/+44 | |
* New IAvatarService -- first pass | |||||
2009-08-14 | Add standard doc and standard doc formatting to IAssetService | Justin Clark-Casey (justincc) | 1 | -9/+37 | |
2009-05-10 | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 1 | -0/+5 | |
for asset retrieval (full asset only) to ease migration to the new system | |||||
2009-05-08 | More additions to the nextgen reference UGAIM | Melanie Thielker | 1 | -1/+21 | |
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 1 | -0/+27 | |
2009-05-05 | Some refactoring. Database is now active in the new user server | Melanie Thielker | 1 | -1/+1 | |
2009-05-05 | Add an interface skeleton for user services | Melanie Thielker | 1 | -0/+6 | |