aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarAppearance.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix avatarAppearance wearables copyUbitUmarov2015-11-021-3/+8
* More EntityTransferContext plumbingMelanie Thielker2015-11-011-3/+3
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-011-17/+33
* bad merge?UbitUmarov2015-09-011-5/+44
|\
| * Remove the Invisible stuff and add more baked caching. Refactor selection of ...Melanie Thielker2014-11-111-28/+0
| * Second part of invisible base avatar optionMelanie Thielker2014-11-101-0/+28
| * missing fileUbitUmarov2014-10-261-2/+1
| * don't send pack baked texture assets into updates.UbitUmarov2014-10-241-1/+2
| * *DANGER* dont send baked textures assets to Neighbours. Possible we couldUbitUmarov2014-08-141-3/+10
| * *DANGER* make baked textures cross and make use of it * UNTESTED *UbitUmarov2014-08-141-1/+16
| * add limites checks on wearables size, revert to max 15 forUbitUmarov2014-08-071-2/+10
| * update the max number of texture faces and wearables to current values.UbitUmarov2014-08-071-1/+5
| * add indexes for new visual parameters shape_hover andUbitUmarov2013-06-071-1/+6
| * Merge branch 'master' into careminsterMelanie2013-03-221-30/+48
| |\
| * | Multiattach, part 1Melanie2013-03-051-3/+2
| * | * Document the additional Visual Params of newer browsers in AvatarAppearance...teravus2013-01-141-1/+52
| * | * This finishes the implementation of AgentCachedTexture. Requires the XBak...teravus2012-12-291-3/+11
| * | * Partial Commit for Avatar Appearance to include the functionality of Cached...teravus2012-12-211-1/+7
| * | add some default size setting and checksUbitUmarov2012-12-071-2/+20
| * | revert the use of avatar skeleton and use avatar size provided by viewers,UbitUmarov2012-12-071-17/+30
| * | calculate avatar size on tpsUbitUmarov2012-12-071-2/+3
| * | *TEST* add some avatar skeleton information and use it to calculate avatarUbitUmarov2012-12-071-0/+30
| * | Merge branch 'master' into careminsterMelanie2012-10-261-0/+3
| |\ \
| * | | Help big boobies to dance (avatar visualParams). May not persist and need mor...UbitUmarov2012-04-261-10/+24
| * | | Merge branch 'master' into careminsterMelanie2011-12-191-7/+14
| |\ \ \
| * \ \ \ Merge branch 'master' into bigmergeMelanie2011-11-051-24/+12
| |\ \ \ \
| * \ \ \ \ Merge commit 'c8304b7f84b1a8d9fb978cae510f684e36419deb' into bigmergeMelanie2011-10-111-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Bring us up to date.Tom2011-09-141-17/+55
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Resolve merge commits, stage 1Tom2011-09-041-33/+43
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-01-271-5/+18
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Lock the attachments dict so it doesn't get out of sync when iteratingMelanie2010-12-061-35/+59
| * | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-041-5/+23
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Various bug fixes for appearance handlingMic Bowman2010-11-301-5/+18
* | | | | | | | | | | Don't append attachments multiple timesOren Hurvitz2014-07-211-0/+6
* | | | | | | | | | | Committing the Avination Scene Presence and related texture codeMelanie2013-12-111-96/+217
* | | | | | | | | | | This is an experimental patch that adds support for comparing textureMic Bowman2013-05-241-32/+66
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Prevent multiple instances of the same item ID being appended to an AvatarApp...Justin Clark-Casey (justincc)2013-03-191-30/+48
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add TestOsNpcLoadAppearance()Justin Clark-Casey (justincc)2012-10-251-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)2011-12-191-7/+14
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix avatar height, removes the hip offset hacknebadon2011-11-051-24/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)2011-09-231-0/+2
| |_|_|_|/ |/| | | |
* | | | | lock AvatarAppearance.m_attachments when we use itJustin Clark-Casey (justincc)2011-09-121-33/+58
* | | | | In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)2011-09-061-3/+33
* | | | | Stop the pointless double setting of every attachment in AvatarAppearance.Justin Clark-Casey (justincc)2011-09-061-4/+10
| |_|_|/ |/| | |
* | | | Stop NPCs losing attachments when the source avatar takes them off.Justin Clark-Casey (justincc)2011-09-031-2/+13
* | | | Fix bug where attachments were remaining on the avatar after being dropped.Justin Clark-Casey (justincc)2011-08-301-2/+5
* | | | Add new FireAndForgetMethod.None.Justin Clark-Casey (justincc)2011-08-161-2/+10
* | | | Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)2011-08-091-1/+1
* | | | Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2011-08-021-24/+7
* | | | Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)2011-08-011-1/+5