aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarAppearance.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-02fix avatarAppearance wearables copyUbitUmarov1-3/+8
2015-11-01More EntityTransferContext plumbingMelanie Thielker1-3/+3
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker1-17/+33
2015-09-14Make regions tolerant to newer regions with more werables.Melanie Thielker1-2/+5
2014-11-11Remove the Invisible stuff and add more baked caching. Refactor selection of ...Melanie Thielker1-28/+0
2014-11-10Second part of invisible base avatar optionMelanie Thielker1-0/+28
2014-10-26 missing fileUbitUmarov1-2/+1
2014-10-24 don't send pack baked texture assets into updates.UbitUmarov1-1/+2
2014-08-14*DANGER* dont send baked textures assets to Neighbours. Possible we couldUbitUmarov1-3/+10
2014-08-14*DANGER* make baked textures cross and make use of it * UNTESTED *UbitUmarov1-1/+16
2014-08-08 add wearables array size checks on unpackUbitUmarov1-2/+12
2014-08-07add limites checks on wearables size, revert to max 15 forUbitUmarov1-2/+10
2014-08-07update the max number of texture faces and wearables to current values.UbitUmarov1-1/+5
2014-07-21Don't append attachments multiple timesOren Hurvitz1-0/+6
2013-12-19Add missing viewer param elements for butt and breast physics.Justin Clark-Casey (justincc)1-1/+75
2013-12-11Committing the Avination Scene Presence and related texture codeMelanie1-96/+217
2013-06-07add indexes for new visual parameters shape_hover andUbitUmarov1-1/+6
2013-05-24This is an experimental patch that adds support for comparing textureMic Bowman1-32/+66
2013-03-19Prevent multiple instances of the same item ID being appended to an AvatarApp...Justin Clark-Casey (justincc)1-30/+48
2013-03-05Multiattach, part 1Melanie1-3/+2
2013-01-14* Document the additional Visual Params of newer browsers in AvatarAppearance...teravus1-1/+52
2012-12-29* This finishes the implementation of AgentCachedTexture. Requires the XBak...teravus1-3/+11
2012-12-21* Partial Commit for Avatar Appearance to include the functionality of Cached...teravus1-1/+7
2012-12-07 add some default size setting and checksUbitUmarov1-2/+20
2012-12-07revert the use of avatar skeleton and use avatar size provided by viewers,UbitUmarov1-17/+30
2012-12-07calculate avatar size on tpsUbitUmarov1-2/+3
2012-12-07*TEST* add some avatar skeleton information and use it to calculate avatarUbitUmarov1-0/+30
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-3/+0
2012-10-25Add TestOsNpcLoadAppearance()Justin Clark-Casey (justincc)1-0/+3
2012-04-26Help big boobies to dance (avatar visualParams). May not persist and need mor...UbitUmarov1-10/+24
2011-12-19Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)1-7/+14
2011-11-05Fix avatar height, removes the hip offset hacknebadon1-24/+12
2011-09-23Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)1-0/+2
2011-09-12lock AvatarAppearance.m_attachments when we use itJustin Clark-Casey (justincc)1-33/+58
2011-09-06In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)1-3/+33
2011-09-06Stop the pointless double setting of every attachment in AvatarAppearance.Justin Clark-Casey (justincc)1-4/+10
2011-09-03Stop NPCs losing attachments when the source avatar takes them off.Justin Clark-Casey (justincc)1-2/+13
2011-08-30Fix bug where attachments were remaining on the avatar after being dropped.Justin Clark-Casey (justincc)1-2/+5
2011-08-16Add new FireAndForgetMethod.None.Justin Clark-Casey (justincc)1-2/+10
2011-08-09Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)1-1/+1
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)1-24/+7
2011-08-01Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)1-1/+5
2011-07-21Fixed updating avatar appearanceOren Hurvitz1-1/+3
2011-01-25Removed a few more spurious appearance saves. When an avatarMic Bowman1-5/+18
2010-12-06Lock the attachments dict so it doesn't get out of sync when iteratingMelanie1-35/+59
2010-12-03Various bug fixes for appearance handling: more aggressive reset of textures ...Mic Bowman1-10/+26
2010-11-30Various bug fixes for appearance handlingMic Bowman1-5/+18
2010-11-08Formatting cleanup.Jeff Ames1-39/+38
2010-11-02Fix default club feetMelanie1-1/+1
2010-10-30Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie1-7/+33