aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-223/+411
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-31/+606
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-11-10One more module converted: AvatarFactoryModule.Diva Canto1-6/+31
2012-10-03Fix the use of the wrong index when locating the assets associatedMic Bowman1-1/+2
2012-08-03Fix build break.Justin Clark-Casey (justincc)1-1/+1
2012-08-03Update settings loading in AvatarFactoryModule which should have been in last...Justin Clark-Casey (justincc)1-4/+4
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-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-2/+2
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 Lake2-268/+268
2011-10-19Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake2-328/+300
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)2-8/+91
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)2-24/+65
2011-08-06refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)1-1/+1
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-3/+3
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-3/+3
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-09refactor: slightly simplify testJustin Clark-Casey (justincc)1-4/+1
2011-07-09Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ...Justin Clark-Casey (justincc)1-1/+1
2011-07-09Add scratch AvatarFactoryModuleTests with one test to do a partial check on A...Justin Clark-Casey (justincc)2-9/+87
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