| Commit message (Expand) | Author | Files | Lines |
2008-06-28 | Extracted the Avatar appearance functions out of the IUserService interface a... | MW | 1 | -3/+3 |
2008-06-28 | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 1 | -0/+1 |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -1/+1 |
2008-06-11 | Mantis 1370. Thanks lulurun for the patch | Johan Berntsson | 1 | -2/+3 |
2008-05-28 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -5/+5 |
2008-05-22 | don't trust appearance assetid, instead do an inventory | Sean Dague | 1 | -31/+52 |
2008-05-22 | catch case where avatar might have been child agent | Sean Dague | 1 | -1/+6 |
2008-05-21 | Clean out some crufty in AvatarFactoryModule | Sean Dague | 1 | -180/+6 |
2008-05-21 | this removes use of the mapper for wearables, and I can confirm things | Sean Dague | 1 | -0/+5 |
2008-05-20 | attempt to fix mysql mapper usage | Sean Dague | 1 | -1/+7 |
2008-05-19 | fix crash in standalone mode for initial appearance setup | Sean Dague | 1 | -1/+4 |
2008-05-19 | i can haz pantz? | Sean Dague | 1 | -101/+103 |
2008-05-18 | Formatting cleanup, minor refactoring. Fixed some comparisons of value types... | Jeff Ames | 1 | -4/+4 |
2008-05-17 | while this doesn't fix the initial no pants issue in grid (which still baffle... | Sean Dague | 1 | -28/+41 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-05-16 | appearance now survives logout. Tommorrow will involve moving | Sean Dague | 1 | -29/+19 |
2008-05-15 | minor refactor of some properties for readability | Sean Dague | 1 | -1/+1 |
2008-05-08 | * Reduced sleep durations in a number of files. | Adam Frisby | 1 | -1/+2 |
2008-05-03 | * Refactor: Renaming item and folder tree search methods to have Find*() pref... | Justin Clarke Casey | 1 | -1/+2 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -2/+2 |
2008-04-07 | Refactor InventoryItemBase to do the following: | Sean Dague | 1 | -1/+1 |
2008-04-02 | changing more references to OpenSim.Data | Sean Dague | 1 | -2/+2 |
2008-04-01 | a few small changes | MW | 1 | -2/+2 |
2008-03-31 | Fixed typo in AvatarFactoryModule.cs | Jeff Ames | 1 | -1/+1 |
2008-03-30 | * Added competely untested MSSQLMapper | lbsa71 | 1 | -2/+10 |
2008-03-26 | Committed patch from Lulurun to fix Mantis 817. Thanks Lulurun | Johan Berntsson | 1 | -2/+2 |
2008-03-25 | Moved Avatar appearance Factory to its own project so that the reference to M... | MW | 1 | -1/+1 |
2008-03-25 | * Refactored out circular reference in Region.Environment <-> Framework.Data.... | lbsa71 | 1 | -1/+1 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-03 | * Removed and sorted using clauses in a number of files. | Adam Frisby | 1 | -2/+1 |
2008-03-03 | * Renamed the Data Framework namespaces | lbsa71 | 1 | -1/+1 |
2008-02-15 | Fixed bug in AvatarFactoryModule that resulted in removing cloth items, not b... | MW | 1 | -27/+28 |
2008-02-14 | More work on trying to get AvatarFactoryModule to play nicely with multiple t... | MW | 1 | -63/+80 |
2008-02-14 | Added "better" multi thread handling to AvatarFactoryModule, which uses Event... | MW | 1 | -23/+120 |
2008-02-14 | Revert the index -> Add changes made in AvatarFactoryModule previously. It a... | Justin Clarke Casey | 1 | -2/+2 |
2008-02-13 | * Patch from Dr Schofld's (IBM). In his own words | Justin Clarke Casey | 1 | -1/+3 |
2008-02-13 | Added some locks on the cache Dictionary in AvatarFactoryModule. | MW | 1 | -10/+25 |
2008-02-13 | * Fix for mantis 522. However, I would be a little surprised if this code di... | Justin Clarke Casey | 1 | -3/+3 |
2008-02-11 | * Renamed and moved avatar appearance config keys. Everyone who has appearanc... | Tedd Hansen | 1 | -2/+2 |
2008-02-08 | small bit of refactoring, | MW | 1 | -4/+9 |
2008-02-04 | First part of avatar persistence, currently only really works in standalone m... | MW | 1 | -12/+52 |
2008-01-31 | * setting some readonlies | lbsa71 | 1 | -1/+1 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -8/+9 |
2007-12-13 | Minor cleanup | Jeff Ames | 1 | -4/+0 |
2007-12-12 | * Start listening for client connections immediately after a region initializ... | Teravus Ovares | 1 | -1/+8 |
2007-12-11 | added copyright notices | Jeff Ames | 1 | -0/+28 |
2007-12-07 | Enabled the TextureDownloadModule, so that hopefully I might get some feedbac... | MW | 1 | -1/+1 |
2007-12-07 | Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ... | MW | 1 | -48/+15 |
2007-12-03 | Fixed bug in Appearance update in AvatarFactoryModule. | MW | 1 | -15/+18 |