aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Land (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix remote requests for dwell, so dwell module still calledUbitUmarov2017-05-141-0/+2
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-3/+3
|
* useless change that doesn't fix anythingUbitUmarov2016-12-161-5/+14
|
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+1
|\ | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-041-1/+1
| | | | | | | | OpenSim.Framework.
* | bad merge?UbitUmarov2015-09-011-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into careminsterMelanie2012-05-101-0/+0
| |\
| * \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-1/+0
| |\ \
| * | | Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2010-12-311-2/+2
| | | | | | | | | | | | | | | | properly
| * | | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-061-2/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-10-231-1/+2
| |\ \ \ \
| | * | | | Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-1/+2
| | |/ / / | | | | | | | | | | | | | | | | | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
| * | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-211-5/+2
| |\ \ \ \
| | * | | | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-201-2/+1
| | | | | |
| * | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-191-6/+10
| |\ \ \ \ \ | | |/ / / /
| * | | | | 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.
| * | | | | Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵Tom Grimshaw2010-05-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad.
* | | | | | varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-281-1/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | the Util functions for converting world addresses to region addresses and converting region handles to locations.
* | | | | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-0/+0
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes.
* | | | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-1/+0
| | | | | | | | | | | | | | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* | | | Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-2/+2
| |_|/ |/| | | | | | | | properly
* | | * 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.