aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/AvatarFactoryModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-338/+0
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
2008-02-11* Renamed and moved avatar appearance config keys. Everyone who has appearanc...Tedd Hansen1-2/+2
2008-02-08small bit of refactoring, MW1-4/+9
2008-02-04First part of avatar persistence, currently only really works in standalone m...MW1-12/+52
2008-01-31* setting some readonlieslbsa711-1/+1
2007-12-27* Optimized usingslbsa711-8/+9
2007-12-13Minor cleanupJeff Ames1-4/+0
2007-12-12* Start listening for client connections immediately after a region initializ...Teravus Ovares1-1/+8
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-07Enabled the TextureDownloadModule, so that hopefully I might get some feedbac...MW1-1/+1
2007-12-07Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW1-48/+15
2007-12-03Fixed bug in Appearance update in AvatarFactoryModule.MW1-15/+18
2007-12-03Some refactoringMW1-7/+9
2007-12-03minor meaningless changesJeff Ames1-25/+24
2007-12-02Just for Cfk!MW1-1/+1
2007-12-02Added some error handling (and console output) to BaseHttpServer.MW1-10/+10
2007-12-02Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW1-16/+83
2007-12-01small bit of refactoringMW1-1/+11
2007-12-01Part 1 of a commit. This revision will not compile, part 2 will be added in a...MW1-0/+30
2007-10-30* Optimized usingslbsa711-8/+3
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-29normalized line endingsJeff Ames1-57/+57
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa711-0/+57