aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Land/LandServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-1/+2
| | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
* * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-2/+1
|
* Improve some logging in LandConnectorJustin Clark-Casey (justincc)2010-08-191-6/+10
| | | | This also eliminate the last 'OGS1' logging message (in this case, an erroneous one)
* Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+4
| | | | | in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-5/+8
| | | | minimally. A few bugs to catch now.
* Update svn properties.Jeff Ames2009-06-221-125/+125
|
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-0/+125
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.