aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-31refactor: move multiple class to set avatar height into associated SP.AddToPh...Justin Clark-Casey (justincc)1-1/+1
2011-08-30Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)1-8/+40
2011-08-12When saving appearance, only save the baked textures, not the other face text...Justin Clark-Casey (justincc)1-5/+43
2011-08-09Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)1-23/+64
2011-08-01Get osNpcCreate appearance working with avatars that are currently in the scene.Justin Clark-Casey (justincc)1-0/+4
2011-07-29When we start the appearance saving thread, make sure we set the culture to E...Justin Clark-Casey (justincc)1-0/+5
2011-07-21When handling SetAppearance packet, always save the appearance; not only if t...Oren Hurvitz1-5/+5
2011-07-21Fixed updating avatar appearanceOren Hurvitz1-10/+17
2011-07-15minor: method doc for baked texture uploadingJustin Clark-Casey (justincc)1-1/+2
2011-07-09Add scratch AvatarFactoryModuleTests with one test to do a partial check on A...Justin Clark-Casey (justincc)1-9/+15
2011-06-29Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)1-2/+2
2011-05-07Add module with "appearance show" command.Justin Clark-Casey (justincc)1-3/+3
2011-02-25change some log messages from info to debugJustin Clark-Casey (justincc)1-1/+1
2011-01-25Removed a few more spurious appearance saves. When an avatarMic Bowman1-1/+3
2011-01-19with mic's permission, reduce appearance, baked texture logging verbosity for...Justin Clark-Casey (justincc)1-3/+3
2010-12-03Various bug fixes for appearance handling: more aggressive reset of textures ...Mic Bowman1-36/+63
2010-11-27Refactor appearance and avatar data sending code. Paritioning the routines in...Mic Bowman1-24/+6
2010-11-18Fixed appearance send for avatars with only default textures. This should fix...Master ScienceSim1-53/+74
2010-11-08Formatting cleanup.Jeff Ames1-32/+31
2010-10-30Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie1-5/+10
2010-10-30READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie1-10/+5
2010-10-29Rationalize the logging messages from the merged appearance branch, commentin...Justin Clark-Casey (justincc)1-29/+18
2010-10-29Bunch of fixes that reduce the number of times appearanceMaster ScienceSim1-24/+49
2010-10-28Configuration of persistent baked textures and save/send delays.Master ScienceSim1-4/+14
2010-10-28Added background thread to handle delayed send and save of appearanceMaster ScienceSim1-55/+164
2010-10-26Made the check for texture assets asynchronous. This is one part ofMaster ScienceSim1-7/+10
2010-10-25Half of the compatibility is working. Login into a new region withMaster ScienceSim1-1/+1
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-87/+150
2010-09-13minor: Clean up log messages generated when an item is attachedJustin Clark-Casey (justincc)1-1/+1
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto1-1/+1
2010-02-05minor: log what kind of wearable cannot be foundJustin Clark-Casey (justincc)1-2/+4
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-22/+7
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-7/+22
2010-01-13Several more buglets removed.Diva Canto1-2/+1
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-7/+10
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto1-7/+10
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-10/+5
2009-08-18jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto1-1/+2
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-1/+1
2009-08-13Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto1-30/+15
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-10/+10
2009-02-12* optimized usings.lbsa711-13/+10
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-02* Removed erroneous reference to the Data.Base Frameworklbsa711-1/+0
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-4/+4
2008-11-13From: awebb@us.ibm.comSean Dague1-1/+1
2008-11-04* minor: doc and log message tweaking for wearablesJustin Clarke Casey1-4/+15