aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IRegionData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-4/+5
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it ↵Justin Clark-Casey (justincc)1-15/+0
easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
2011-11-19Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent ↵Justin Clark-Casey (justincc)1-2/+2
57956c4b-ff2e-4fc1-9995-613c6256cc98>: Invalid character 'O' in input string messages These are just the result of an attempt to canonicalize received messages - it's not important that we constantly log them. Also finally get the deregister grid service message working properly
2011-11-19Remove mono compiler warnings. Fix problem with co-ordinate given in ↵Justin Clark-Casey (justincc)1-5/+5
deregister region message
2011-11-19Improve some grid region log messages to express regions at co-ordinate ↵Justin Clark-Casey (justincc)1-0/+20
(e.g. 1000, 1000) rather than meter positions (256000, 256000)
2010-08-08Thank you, Marck00, for a patch that implemented region distance sortingMelanie Thielker1-0/+22
for fallback regions. Applied with changes.
2010-07-31White space from previous commit.Diva Canto1-4/+4
2010-07-31Implemented console command "show hyperlinks".Marck1-3/+4
2010-01-19Add a Hyperlink flag to the regions tableMelanie1-1/+2
2010-01-15Add a handful of new region flags and a small migrationMelanie1-1/+4
2010-01-10Add a "LockedOut" flag to allow locking a region out via the grid server.Melanie1-1/+2
This flag prevents registration of a known region
2010-01-10Add "Persistent" flag to regions table flags valuesMelanie1-1/+2
2010-01-09Preliminary work on the new default region setting mechanismMelanie1-0/+11
2009-09-27Add the Migration for the regions tableMelanie1-0/+2
2009-09-18First pass at the grid service.Diva Canto1-1/+2
2009-09-16Adding the MySQL RegionData service.Melanie1-1/+1
2009-09-16Database interface tot the new region storeMelanie1-7/+13
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie1-8/+7
2009-09-04Fully implement unencrypted auth token operationsMelanie1-0/+4
2009-09-04Add the user authentication data adapter. This is meant to use a new tableMelanie1-5/+15
schema, but can read the old ones for compatibility. It should not be used to write to the old tables unless you know what you're doing! This is untested and will probably not work.
2009-07-01Formatting cleanup.Jeff Ames1-7/+7
2009-07-01Add copyright headers.Jeff Ames1-1/+26
2009-07-01Update svn properties.Jeff Ames1-17/+17
2009-06-29Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke1-0/+17
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.