aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-301-8/+40
* 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-091-23/+64
* 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
* Add scratch AvatarFactoryModuleTests with one test to do a partial check on A...Justin Clark-Casey (justincc)2011-07-091-9/+15
* 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
* | CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2010-01-101-7/+10
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-10/+5
|/
* jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto2009-08-181-1/+2
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-1/+1
* Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto2009-08-131-30/+15
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-10/+10
* * optimized usings.lbsa712009-02-121-13/+10
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+232