aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarAppearance.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-10enforce invariant culture on landmarksUbitUmarov1-1/+1
2019-09-17add a extra lenght checkUbitUmarov1-0/+3
2019-09-15fix saving appearence to notecard, so they can work on older regionsUbitUmarov1-39/+96
2019-09-11fix bad indexes mathUbitUmarov1-2/+2
2019-09-11fix a bad typoUbitUmarov1-1/+1
2019-09-11extent supported number of avatar textures/bakes/wearables, tell viewers abou...UbitUmarov1-70/+160
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) OS...UbitUmarov1-26/+32
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-24/+24
2015-11-16Fix a merge conflictMelanie Thielker1-7/+0
2015-11-15 handle diferente number of wearables on getting assets form another appearanceUbitUmarov1-2/+10
2015-11-15 fix the protection for more Wearables than region suportsUbitUmarov1-6/+9
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