mirror of
https://github.com/opensim/opensim.git
synced 2026-06-23 23:05:44 +08:00
* Commented out GridManager lines until they are checked into SVN
* Added new GetProfilesInRange(x,y,x,y) data function to return sim profiles between certain coordinates (for use with World Map information, etc). Implemented in GridServer.Data.Mysql - stub functions placed in other data providers.
This commit is contained in:
@@ -35,6 +35,11 @@ namespace OpenGrid.Framework.Data.SQLite
|
||||
return "0.1";
|
||||
}
|
||||
|
||||
public SimProfileData[] GetProfilesInRange(uint a, uint b, uint c, uint d)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns a sim profile from it's location
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user