aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory (unfollow)
Commit message (Expand)AuthorFilesLines
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-24Phase 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-29* This Checks the asset of each wearable asynchronously and repairs if it's r...teravus1-12/+23
2013-01-28Change default avatar replacements to be ruth rather than urban maleMelanie1-13/+10
2013-01-26* This update is ugly as sin, but it 'fills in the blanks' of your appearance...teravus1-4/+259
2013-01-16* Enables loading cached bakes on teleport by filling in the appropriate avat...teravus1-2/+71
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-12-29* This finishes the implementation of AgentCachedTexture. Requires the XBak...teravus1-6/+1
2012-12-21* Partial Commit for Avatar Appearance to include the functionality of Cached...teravus2-11/+27
2012-12-13add a Check method to flotsamAssetCache, so to check if a asset is inUbitUmarov1-13/+38
2012-12-07revert the use of avatar skeleton and use avatar size provided by viewers,UbitUmarov1-8/+23
2012-12-07*TEST* Use new avatar size in ubitODE.UbitUmarov1-1/+10
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-1/+0
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-04apply cmic fix to multi layer wearablesUbitUmarov1-1/+1
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-26Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.Melanie1-1/+1
2012-02-25Delay the sending of the initial werables update until the inventory andMelanie1-6/+11
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-28Reduce severity and remove duplication if a common log message regardingMelanie1-3/+1