aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-25minor: update currently commented out log message at top of AvatarFactoryModu...Justin Clark-Casey (justincc)1-1/+3
2012-05-14minor: add explanative comment to 'missing baked texture' logging commonly se...Justin Clark-Casey (justincc)1-0/+10
2012-04-25Comment out the noisier AVFACTORY log messages for now.Justin Clark-Casey (justincc)1-4/+6
2012-04-24Minor improvements to loggingOren Hurvitz1-5/+6
2012-02-17Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by A...Dan Lake1-0/+4
2012-02-14Refactor appearance saving for NPC to use AvatarFactoryModule interface.Dan Lake1-9/+31
2012-01-10Add avatar names to appearance log messagesJustin Clark-Casey (justincc)1-3/+3
2012-01-05Improve "app rebake" command to return a better message if no uploaded textur...Justin Clark-Casey (justincc)1-1/+6
2012-01-04Add "appearance rebake" command to ask a specific viewer to rebake textures f...Justin Clark-Casey (justincc)1-3/+12
2012-01-04Separate out rebake request code from cache validation code AvatarFactoryModule.Justin Clark-Casey (justincc)1-31/+41
2011-12-19Fix race condition where the appearance update timer could be stopped just af...Justin Clark-Casey (justincc)1-3/+6
2011-12-19Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)1-8/+49
2011-12-13In AvatarFactoryModule.SetApperance(), perform ValidateBakedTextureCache() in...Justin Clark-Casey (justincc)1-2/+2
2011-12-09Print out one log message for every missing baked texture, rather than two.Justin Clark-Casey (justincc)1-22/+4
2011-11-02Fix race condition that would sometimes send or save appearance for the wrong...Justin Clark-Casey (justincc)1-7/+21
2011-10-19Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line e...Dan Lake1-267/+267
2011-10-19Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake1-321/+295
2011-10-01minor: remove clutter null check from pass in config to AvatarFactoryModule.I...Justin Clark-Casey (justincc)1-8/+5
2011-09-23Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)1-4/+15
2011-09-17On setting a new avatar appearance, if height hasn't changed then don't set t...Justin Clark-Casey (justincc)1-1/+3
2011-09-15Write code to create minimum necessary body parts/clothing and avatar entries...Justin Clark-Casey (justincc)1-1/+1
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