aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition that would sometimes send or save appearance for the wrong...Justin Clark-Casey (justincc)2011-11-021-7/+21
* Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line e...Dan Lake2011-10-192-268/+268
* Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake2011-10-192-328/+300
* minor: remove clutter null check from pass in config to AvatarFactoryModule.I...Justin Clark-Casey (justincc)2011-10-011-8/+5
* Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)2011-09-231-4/+15
* On setting a new avatar appearance, if height hasn't changed then don't set t...Justin Clark-Casey (justincc)2011-09-171-1/+3
* Write code to create minimum necessary body parts/clothing and avatar entries...Justin Clark-Casey (justincc)2011-09-151-1/+1
* refactor: move multiple class to set avatar height into associated SP.AddToPh...Justin Clark-Casey (justincc)2011-08-311-1/+1
* Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)2011-08-302-8/+91
* When saving appearance, only save the baked textures, not the other face text...Justin Clark-Casey (justincc)2011-08-121-5/+43
* Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)2011-08-092-24/+65
* refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)2011-08-061-1/+1
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-3/+3
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-3/+3
* Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)2011-08-011-0/+4
* When we start the appearance saving thread, make sure we set the culture to E...Justin Clark-Casey (justincc)2011-07-291-0/+5
* When handling SetAppearance packet, always save the appearance; not only if t...Oren Hurvitz2011-07-211-5/+5
* Fixed updating avatar appearanceOren Hurvitz2011-07-211-10/+17
* minor: method doc for baked texture uploadingJustin Clark-Casey (justincc)2011-07-151-1/+2
* refactor: slightly simplify testJustin Clark-Casey (justincc)2011-07-091-4/+1
* Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ...Justin Clark-Casey (justincc)2011-07-091-1/+1
* Add scratch AvatarFactoryModuleTests with one test to do a partial check on A...Justin Clark-Casey (justincc)2011-07-092-9/+87
* Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)2011-06-291-2/+2
* Add module with "appearance show" command.Justin Clark-Casey (justincc)2011-05-071-3/+3
* change some log messages from info to debugJustin Clark-Casey (justincc)2011-02-251-1/+1
* Removed a few more spurious appearance saves. When an avatarMic Bowman2011-01-251-1/+3
* with mic's permission, reduce appearance, baked texture logging verbosity for...Justin Clark-Casey (justincc)2011-01-191-3/+3
* Various bug fixes for appearance handling: more aggressive reset of textures ...Mic Bowman2010-12-031-36/+63
* Refactor appearance and avatar data sending code. Paritioning the routines in...Mic Bowman2010-11-271-24/+6
* Fixed appearance send for avatars with only default textures. This should fix...Master ScienceSim2010-11-181-53/+74
* Formatting cleanup.Jeff Ames2010-11-081-32/+31
* Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie2010-10-301-5/+10
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-10-301-29/+18
|\
| * Rationalize the logging messages from the merged appearance branch, commentin...Justin Clark-Casey (justincc)2010-10-291-29/+18
* | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-301-10/+5
|/
* Bunch of fixes that reduce the number of times appearanceMaster ScienceSim2010-10-291-24/+49
* Configuration of persistent baked textures and save/send delays.Master ScienceSim2010-10-281-4/+14
* Added background thread to handle delayed send and save of appearanceMaster ScienceSim2010-10-281-55/+164
* Made the check for texture assets asynchronous. This is one part ofMaster ScienceSim2010-10-261-7/+10
* Half of the compatibility is working. Login into a new region withMaster ScienceSim2010-10-251-1/+1
* Major refactoring of appearance handling.Master ScienceSim2010-10-201-87/+150
* minor: Clean up log messages generated when an item is attachedJustin Clark-Casey (justincc)2010-09-131-1/+1
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2010-06-131-1/+1
* Merge branch 'master' into presence-refactorMelanie2010-02-081-2/+4
|\
| * minor: log what kind of wearable cannot be foundJustin Clark-Casey (justincc)2010-02-051-2/+4
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-22/+7
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-7/+22
* | Several more buglets removed.Diva Canto2010-01-131-2/+1
* | Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-7/+10
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1