mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
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.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -201,7 +201,7 @@ namespace OpenSim.world
|
||||
|
||||
#endregion
|
||||
|
||||
#region Update viewers methods
|
||||
#region Update viewers Methods
|
||||
|
||||
public void SendFullUpdateToClient(SimClient remoteClient)
|
||||
{
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user