aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Services/RegionMapService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-208/+0
| | | | minimally. A few bugs to catch now.
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-231-1/+2
| | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
|
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby2009-04-051-23/+22
| | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
* svn:eol-style property set.diva2009-03-271-208/+208
|
* * minor: remove mono compiler warningsJustin Clarke Casey2009-03-241-4/+4
|
* Minor changes in names inside.diva2009-03-211-4/+4
|
* Moving HGStandaloneAssetService to a new place, and giving it a more generic ↵diva2009-03-211-0/+208
name. MXP is going to use it too.