Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-12 | remove a silly and not necessary List i added | UbitUmarov | 1 | -6/+6 | |
2015-08-23 | fix region range compare | UbitUmarov | 1 | -3/+5 | |
2013-09-02 | Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵ | Justin Clark-Casey (justincc) | 1 | -0/+5 | |
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. | |||||
2013-01-02 | Added locking in NullRegionData. | Oren Hurvitz | 1 | -20/+44 | |
This prevents errors when one thread iterates over the regions (e.g., from RegenerateMaptileAndReregister()) while another thread is adding a region. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -1/+0 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-10-09 | Disambiguate use of RegionFlags in NullRegionData | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
This was not necessary with the nant build but is for xbuild, since xbuild includes associated project DLLs And so picks up OpenMetaverse.dll even though it isn't referenced by OpenSim.Data.Null.dll | |||||
2011-12-03 | Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence() | Justin Clark-Casey (justincc) | 1 | -9/+31 | |
This required an option to be added to NullRegionData via ConnectionString for it to act as a non-static instance, so that regression tests (which only load this class once) don't get hopeless confused and complex to compensate. Normal standalone operation unaffected. | |||||
2011-08-31 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2011-08-11 | minor: a little bit of log message correction/commenting out | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2011-02-22 | GetRegion(s)ByName with SQLite behaves like it does with other databases. | Marck | 1 | -10/+38 | |
The in-memory storage of region data that is used by default with SQLite now handles wildcards in region names in the same way as SQL queries do with other databases. | |||||
2010-08-08 | Add distance sort for null, too | Melanie | 1 | -2/+5 | |
2010-07-31 | White space from previous commit. | Diva Canto | 1 | -29/+29 | |
2010-07-31 | Implemented console command "show hyperlinks". | Marck | 1 | -31/+30 | |
2010-05-09 | * Fixed spamming the assets table with map tiles. The tile image ID is now ↵ | Diva Canto | 1 | -3/+5 | |
stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found. | |||||
2010-03-26 | replace recent IModule.GetGroup() with better GetGroupRecord(string name) | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2010-02-08 | Convert NullRegionData to a singleton pattern, since that is required | Melanie | 1 | -2/+53 | |
for a standalone | |||||
2010-01-31 | Assorted bug fixes related to hyperlinking | Diva Canto | 1 | -2/+2 | |
2010-01-09 | Preliminary work on the new default region setting mechanism | Melanie | 1 | -0/+10 | |
2009-09-29 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2009-09-24 | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 1 | -4/+1 | |
getting parameters and replies over the wire. | |||||
2009-09-23 | More tests. Seems to be working. | Diva Canto | 1 | -1/+1 | |
Grid connector modules are enabled for standalones only, but nothing in the simulator uses them yet, so it's safe to go in. | |||||
2009-09-23 | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 1 | -0/+1 | |
SimpleRegionInfo. Added grid configs to standalones. | |||||
2009-09-16 | Add the Null storage implementation for the RegionData service. Standalones | Melanie | 1 | -0/+136 | |
have no regions table, so this is needed |