aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto1-1/+1
2010-02-05minor: log what kind of wearable cannot be foundJustin Clark-Casey (justincc)1-2/+4
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-22/+7
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-7/+22
2010-01-13Several more buglets removed.Diva Canto1-2/+1
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-7/+10
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto1-7/+10
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-10/+5
2009-08-18jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto1-1/+2
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-1/+1
2009-08-13Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto1-30/+15
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-10/+10
2009-02-12* optimized usings.lbsa711-13/+10
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-02* Removed erroneous reference to the Data.Base Frameworklbsa711-1/+0
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-4/+4
2008-11-13From: awebb@us.ibm.comSean Dague1-1/+1
2008-11-04* minor: doc and log message tweaking for wearablesJustin Clarke Casey1-4/+15
2008-10-28* minor: Add documentation to some of the appearance methods, change some log...Justin Clarke Casey1-10/+14
2008-10-28* minor: Doc and log message tidy upJustin Clarke Casey1-3/+2
2008-10-27* cleanup: Update the avatar factory (appearance module) in Region/Environmen...Justin Clarke Casey1-199/+80
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-13/+13
2008-05-03* Refactor: Renaming item and folder tree search methods to have Find*() pref...Justin Clarke Casey1-1/+1
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-338/+338
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-338/+338
2008-04-02changing more references to OpenSim.DataSean Dague1-2/+2
2008-03-25checking that these two files are commented outMW1-1/+0
2008-03-25Moved Avatar appearance Factory to its own project so that the reference to M...MW1-1/+3
2008-03-25* Refactored out circular reference in Region.Environment <-> Framework.Data....lbsa711-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby1-2/+1
2008-03-03* Renamed the Data Framework namespaceslbsa711-1/+1
2008-02-15Fixed bug in AvatarFactoryModule that resulted in removing cloth items, not b...MW1-27/+28
2008-02-14More work on trying to get AvatarFactoryModule to play nicely with multiple t...MW1-63/+80
2008-02-14Added "better" multi thread handling to AvatarFactoryModule, which uses Event...MW1-23/+120
2008-02-14Revert the index -> Add changes made in AvatarFactoryModule previously. It a...Justin Clarke Casey1-2/+2
2008-02-13* Patch from Dr Schofld's (IBM). In his own wordsJustin Clarke Casey1-1/+3
2008-02-13Added some locks on the cache Dictionary in AvatarFactoryModule.MW1-10/+25
2008-02-13* Fix for mantis 522. However, I would be a little surprised if this code di...Justin Clarke Casey1-3/+3