aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-03minor: Fix warning in AvatarFactoryModuleJustin Clark-Casey (justincc)1-1/+1
2014-02-24Improve regression test TestSetAppearance()Justin Clark-Casey (justincc)1-42/+69
2014-02-24Re-enable regression TestSaveBakedTextures()Justin Clark-Casey (justincc)1-4/+2
2014-02-24Stop mesh avatars that specify the alpha texture in their bake slots from cau...Justin Clark-Casey (justincc)2-38/+67
2014-02-20minor: Add some method doc to AFM,SetAppearanceAssets()Justin Clark-Casey (justincc)1-0/+6
2014-02-20For now, do not replacing missing wearables with default wearables if itme de...Justin Clark-Casey (justincc)1-144/+190
2013-12-11Committing the Avination Scene Presence and related texture codeMelanie2-90/+474
2013-05-24Protect one more update of the baked texture hashes.Mic Bowman1-2/+5
2013-05-24This is an experimental patch that adds support for comparing textureMic Bowman1-45/+57
2013-05-08Adds an event and a method so that handling of the CachedTextureMic Bowman1-0/+59
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-03-19Prevent multiple instances of the same item ID being appended to an AvatarApp...Justin Clark-Casey (justincc)1-2/+10
2013-02-21minor: Change summary in "show appearance" console command to "incomplete" ra...Justin Clark-Casey (justincc)1-1/+1
2013-01-10On baked texture save, replace any HG ID with an ordinary asset ID so the HGA...Justin Clark-Casey (justincc)1-0/+3
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