aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarAppearance.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-57/+105
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-68/+267
2012-10-25Add TestOsNpcLoadAppearance()Justin Clark-Casey (justincc)1-0/+3
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-03Various bug fixes for appearance handling: more aggressive reset of textures ...Mic Bowman1-10/+26
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
2010-10-30On first login, Ruth is back now. Strangely, inventory items are created forMelanie1-4/+0
2010-10-30This commit fixes all the appearance related null refs. Still can't log in,Melanie1-2/+7
2010-10-30READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie1-232/+9
2010-10-29Rationalize the logging messages from the merged appearance branch, commentin...Justin Clark-Casey (justincc)1-20/+15
2010-10-29Bunch of fixes that reduce the number of times appearanceMaster ScienceSim1-18/+17
2010-10-29Add my work on top of cmickeyb'sMelanie1-1/+99
2010-10-29Revert "Preliminary work on appearance layers. No user functionality yet."Melanie1-193/+258
2010-10-29Preliminary work on appearance layers. No user functionality yet.Melanie1-258/+193
2010-10-28Added background thread to handle delayed send and save of appearanceMaster ScienceSim1-4/+7
2010-10-25Half of the compatibility is working. Login into a new region withMaster ScienceSim1-1/+1
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim1-68/+70
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-436/+403
2010-02-15Formatting cleanup.Jeff Ames1-2/+2
2010-02-14Revolution is on the roll again! :)Revolution1-3/+4
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-12/+4
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto1-0/+15
2009-10-09Adding a hair item to the default wearables, fixes newly created avatars appe...Rob Smart1-0/+4
2009-09-30* Change the signature of the agent set appearance callback to prevent unnece...John Hurliman1-6/+6
2009-08-25A slightly modified version ofTeravus Ovares (Dan Olivares)1-0/+7
2009-08-20* Only update TextureEntry in AvatarAppearance if the incoming XML-RPC has a ...John Hurliman1-1/+8
2009-08-12minor:commentsTeravus Ovares (Dan Olivares)1-4/+3
2009-08-05* Remove some mono compiler warningsJustin Clark-Casey1-2/+1
2009-08-02* An enum for The VisualParams array that the viewer sends us with 90% of the...Teravus Ovares1-11/+842
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-30Added option (on my default) to the clone avatar function so that the clothes...MW1-0/+14
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-1/+1
2009-03-27Moved a method GetDefaultVisualParameters from Scene to AvatarAppearance, whe...diva1-2/+13
2009-03-25* Appearance patches suite: These patches are applied to allow libomv bots to...Sean Dague1-26/+37
2009-03-05* remove now unused serialization codeJustin Clarke Casey1-40/+26