very very few changes, but just commiting so that svn it upto date with my local version. And also to keep robl^ happy that a commit has been made.

0.1-prestable
MW 2007-04-06 13:04:46 +00:00
parent 0a377238f8
commit 802d443be8
3 changed files with 12 additions and 2 deletions

View File

@ -8,7 +8,8 @@ namespace OpenSim.world
partial class Avatar
{
private List<ImprovedTerseObjectUpdatePacket.ObjectDataBlock> updateList = new List<ImprovedTerseObjectUpdatePacket.ObjectDataBlock>();
private List<Entity> interestList = new List<Entity>();
public void SendPacketToViewer(Packet packet)
{
this.ControllingClient.OutPacket(packet);
@ -23,5 +24,10 @@ namespace OpenSim.world
{
}
private void UpdateInterestList()
{
}
}
}

View File

@ -201,7 +201,7 @@ namespace OpenSim.world
#endregion
#region Update viewers methods
#region Update viewers Methods
public void SendFullUpdateToClient(SimClient remoteClient)
{

View File

@ -185,6 +185,8 @@ namespace OpenSim.world
return (store == null);
}
#region Regenerate Terrain
public void RegenerateTerrain()
{
HeightmapGenHills hills = new HeightmapGenHills();
@ -243,6 +245,8 @@ namespace OpenSim.world
}
}
#endregion
public void LoadWorldMap()
{
LandMap = this.localStorage.LoadWorld();