Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-09-02 | Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵ | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
allow different default regions for HG and direct grid logins. This requires a new GridService.GetDefaultHypergridRegions() so ROBUST services require updating but not simulators. This method still returns regions flagged with just DefaultRegion after any DefaultHGRegions, so if no DefaultHGRegions are specified then existing configured defaults will still work. Immediate use is for conference where we need to be able to specify different defaults However, this is also generally useful to send experienced HG users to one default location and local users whose specified region fails (e.g. no "home" or "last") to another. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -0/+15 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-10-09 | Move 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-19 | Get 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-19 | Remove mono compiler warnings. Fix problem with co-ordinate given in ↵ | Justin Clark-Casey (justincc) | 1 | -5/+5 | |
deregister region message | |||||
2011-11-19 | Improve 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) | |||||
2011-03-22 | Add some more fields to Estate settings and make them work. | Melanie | 1 | -2/+1 | |
Run alter table estate_settings add column AllowLandmark tinyint not null default 1, add column AllowParcelChanges tinyint not null default 1, add column AllowSetHome tinyint not null default 1; to make this work. | |||||
2011-03-22 | Add a definition for a region flag to omit a region from traffic counting | Melanie | 1 | -1/+2 | |
2010-08-08 | Thank you, Marck00, for a patch that implemented region distance sorting | Melanie Thielker | 1 | -0/+22 | |
for fallback regions. Applied with changes. | |||||
2010-08-08 | Thank you, Marck00, for a patch that implemented region distance sorting | Melanie Thielker | 1 | -0/+22 | |
for fallback regions. Applied with changes. | |||||
2010-07-31 | White space from previous commit. | Diva Canto | 1 | -4/+4 | |
2010-07-31 | Implemented console command "show hyperlinks". | Marck | 1 | -3/+4 | |
2010-01-19 | Add a Hyperlink flag to the regions table | Melanie | 1 | -1/+2 | |
2010-01-15 | Add a handful of new region flags and a small migration | Melanie | 1 | -1/+4 | |
2010-01-10 | Add a "LockedOut" flag to allow locking a region out via the grid server. | Melanie | 1 | -1/+2 | |
This flag prevents registration of a known region | |||||
2010-01-10 | Add "Persistent" flag to regions table flags values | Melanie | 1 | -1/+2 | |
2010-01-09 | Preliminary work on the new default region setting mechanism | Melanie | 1 | -0/+11 | |
2009-09-27 | Add the Migration for the regions table | Melanie | 1 | -0/+2 | |
2009-09-18 | First pass at the grid service. | Diva Canto | 1 | -1/+2 | |
2009-09-16 | Adding the MySQL RegionData service. | Melanie | 1 | -1/+1 | |
2009-09-16 | Database interface tot the new region store | Melanie | 1 | -7/+13 | |
2009-09-06 | Revising the user account data interfaces. No user functionality yet | Melanie | 1 | -8/+7 | |
2009-09-04 | Fully implement unencrypted auth token operations | Melanie | 1 | -0/+4 | |
2009-09-04 | Add the user authentication data adapter. This is meant to use a new table | Melanie | 1 | -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-01 | Formatting cleanup. | Jeff Ames | 1 | -7/+7 | |
2009-07-01 | Add copyright headers. | Jeff Ames | 1 | -1/+26 | |
2009-07-01 | Update svn properties. | Jeff Ames | 1 | -17/+17 | |
2009-06-29 | Thank you kindly, Snowdrop, for a patch that solves: | Charles Krinke | 1 | -0/+17 | |
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object. |