aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianGridServiceConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-5/+16
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-16/+33
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)1-2/+2
2012-09-084096 is used in various places as the maximum height of a region, refactoring...SignpostMarv1-2/+2
2011-12-22Enables processing of hypergrid links through simiangrid services. ThanksMic Bowman1-25/+56
2011-01-18minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2011-01-18Reduce amount of debug lopgging put out by some simiangrid connectors. Pleas...Justin Clark-Casey (justincc)1-1/+1
2011-01-08Moved the map tile processing used by the Simian GridMic Bowman1-86/+0
2011-01-05comment out a couple simian debug messagesMic Bowman1-1/+1
2010-12-27Update SimianGridServicesConnector to work more likeMic Bowman1-68/+50
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-1/+3
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-1/+3
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-3/+1
2010-10-03Initial port of the Warp3D map tile rendererMelanie1-1/+1
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-3/+1
2010-09-07Fix Simian regressionMelanie1-16/+19
2010-09-05Add m_Enabled pattern to SimianGridConnectorMelanie1-14/+28
2010-09-03* Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors to...John Hurliman1-13/+9
2010-08-06Added Check4096 config var under [GridService], at the request of many. Chang...Diva Canto1-5/+5
2010-08-06Allow creation of link regions if there is an existing region within a 4096 r...Marck1-0/+6
2010-06-22* Fixed SimianGrid map tile uploads not having any objects in the imagesJohn Hurliman1-4/+28
2010-06-12Some people don't use Simian. Make the connector respect that it's disabledMelanie1-1/+1
2010-06-11* Added a new method to IMapImageGenerator for getting the map tile before it...John Hurliman1-3/+81
2010-03-26Change the SimianGrid connector log messages to start with "[SIMIAN " to avoi...John Hurliman1-9/+9
2010-03-15Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectorsJohn Hurliman1-1/+1
2010-03-12* Added a better check to the SimianGrid connectors to test if they are enabl...John Hurliman1-12/+15
2010-03-12Fixing the previous patch to work correctly with standalone modeJohn Hurliman1-4/+4
2010-03-12Fixed SimianGrid connectors to gracefully exit if the required config section...John Hurliman1-5/+5
2010-03-12Simplify database setup and remove migration problems by moving all sqlite co...Justin Clark-Casey (justincc)1-1/+1
2010-03-11Adding the SimianGrid connectorsJohn Hurliman1-0/+418