aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-214/+402
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-24/+520
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
* One more module converted: AvatarFactoryModule.Diva Canto2012-11-101-6/+31
* Fix the use of the wrong index when locating the assets associatedMic Bowman2012-10-031-1/+2
* Fix build break.Justin Clark-Casey (justincc)2012-08-031-1/+1
* Update settings loading in AvatarFactoryModule which should have been in last...Justin Clark-Casey (justincc)2012-08-031-4/+4
* minor: update currently commented out log message at top of AvatarFactoryModu...Justin Clark-Casey (justincc)2012-06-251-1/+3
* minor: add explanative comment to 'missing baked texture' logging commonly se...Justin Clark-Casey (justincc)2012-05-141-0/+10
* Comment out the noisier AVFACTORY log messages for now.Justin Clark-Casey (justincc)2012-04-251-4/+6
* Minor improvements to loggingOren Hurvitz2012-04-241-5/+6
* Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by A...Dan Lake2012-02-171-0/+4
* Refactor appearance saving for NPC to use AvatarFactoryModule interface.Dan Lake2012-02-141-9/+31
* Add avatar names to appearance log messagesJustin Clark-Casey (justincc)2012-01-101-3/+3
* Improve "app rebake" command to return a better message if no uploaded textur...Justin Clark-Casey (justincc)2012-01-051-1/+6
* Add "appearance rebake" command to ask a specific viewer to rebake textures f...Justin Clark-Casey (justincc)2012-01-041-3/+12
* Separate out rebake request code from cache validation code AvatarFactoryModule.Justin Clark-Casey (justincc)2012-01-041-31/+41
* Fix race condition where the appearance update timer could be stopped just af...Justin Clark-Casey (justincc)2011-12-191-3/+6
* Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)2011-12-191-8/+49
* In AvatarFactoryModule.SetApperance(), perform ValidateBakedTextureCache() in...Justin Clark-Casey (justincc)2011-12-131-2/+2
* Print out one log message for every missing baked texture, rather than two.Justin Clark-Casey (justincc)2011-12-091-22/+4
* 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-191-267/+267
* Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake2011-10-191-321/+295
* 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-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
|\