aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/AvatarFactoryModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby2008-04-301-338/+0
* changing more references to OpenSim.DataSean Dague2008-04-021-2/+2
* checking that these two files are commented outMW2008-03-251-1/+0
* Moved Avatar appearance Factory to its own project so that the reference to M...MW2008-03-251-1/+3
* * Refactored out circular reference in Region.Environment <-> Framework.Data....lbsa712008-03-251-1/+1
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-031-2/+1
* * Renamed the Data Framework namespaceslbsa712008-03-031-1/+1
* Fixed bug in AvatarFactoryModule that resulted in removing cloth items, not b...MW2008-02-151-27/+28
* More work on trying to get AvatarFactoryModule to play nicely with multiple t...MW2008-02-141-63/+80
* Added "better" multi thread handling to AvatarFactoryModule, which uses Event...MW2008-02-141-23/+120
* Revert the index -> Add changes made in AvatarFactoryModule previously. It a...Justin Clarke Casey2008-02-141-2/+2
* * Patch from Dr Schofld's (IBM). In his own wordsJustin Clarke Casey2008-02-131-1/+3
* Added some locks on the cache Dictionary in AvatarFactoryModule.MW2008-02-131-10/+25
* * Fix for mantis 522. However, I would be a little surprised if this code di...Justin Clarke Casey2008-02-131-3/+3
* * Renamed and moved avatar appearance config keys. Everyone who has appearanc...Tedd Hansen2008-02-111-2/+2
* small bit of refactoring, MW2008-02-081-4/+9
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-041-12/+52
* * setting some readonlieslbsa712008-01-311-1/+1
* * Optimized usingslbsa712007-12-271-8/+9
* Minor cleanupJeff Ames2007-12-131-4/+0
* * Start listening for client connections immediately after a region initializ...Teravus Ovares2007-12-121-1/+8
* added copyright noticesJeff Ames2007-12-111-0/+28
* Enabled the TextureDownloadModule, so that hopefully I might get some feedbac...MW2007-12-071-1/+1
* Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW2007-12-071-48/+15
* Fixed bug in Appearance update in AvatarFactoryModule.MW2007-12-031-15/+18
* Some refactoringMW2007-12-031-7/+9
* minor meaningless changesJeff Ames2007-12-031-25/+24
* Just for Cfk!MW2007-12-021-1/+1
* Added some error handling (and console output) to BaseHttpServer.MW2007-12-021-10/+10
* Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW2007-12-021-16/+83
* small bit of refactoringMW2007-12-011-1/+11
* Part 1 of a commit. This revision will not compile, part 2 will be added in a...MW2007-12-011-0/+30
* * Optimized usingslbsa712007-10-301-8/+3
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-1/+1
* normalized line endingsJeff Ames2007-10-291-57/+57
* * Added prototypical AvatarFactory module interface to load avatar parameterslbsa712007-10-261-0/+57