Adding the MySQL RegionData service.

remotes/origin/0.6.7-post-fixes
Melanie 2009-09-16 17:52:16 +01:00
parent 8622f205d7
commit 90a4d4f9f9
3 changed files with 1803 additions and 1536 deletions

View File

@ -48,7 +48,7 @@ namespace OpenSim.Data
public interface IRegionData
{
RegionData Get(UUID regionID, UUID ScopeID);
RegionData Get(string regionName, UUID ScopeID);
List<RegionData> Get(string regionName, UUID ScopeID);
RegionData Get(int x, int y, UUID ScopeID);
List<RegionData> Get(int xStart, int yStart, int xEnd, int yEnd, UUID ScopeID);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff