aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/RegionProfileServiceProxy.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
|
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-121-1/+2
| | | | | | | | | This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.
* * Refactored out Create() methods to ensure proper transformation between ↵lbsa712009-03-101-14/+11
| | | | | | | | RegionProfileData and RegionInfo * Created ToRegionInfo method, still not using it pending peer review. * This is a preparatory commit for a subsequent login service refactoring.
* * renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa712009-02-261-1/+1
| | | | | | | | | | use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually)
* Add copyright headers. Minor formatting cleanup. Fix some compiler ↵Jeff Ames2009-02-131-1/+28
| | | | warnings. Fix some m_log declarations.
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-94/+94
|
* * Some more CCClbsa712009-02-121-7/+7
|
* * Renamed RegionProfileService to RegionProfileServiceProxy to better ↵lbsa712009-02-121-0/+94
reflect actual use. * Added IRegionProfileService