mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
terraforming changes: make sliders work, remove some brushs, etc. Feedback needed (run prebuild)
This commit is contained in:
@@ -53,7 +53,8 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// All add and remove attachment operations must synchronize on this for the lifetime of their operations.
|
||||
/// </remarks>
|
||||
Object AttachmentsSyncLock { get; }
|
||||
|
||||
int MaxNumberAttachments { get; }
|
||||
int GetAttachmentsCount();
|
||||
/// <summary>
|
||||
/// The scene objects attached to this avatar.
|
||||
/// </summary>
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
void LoadFromFile(string filename);
|
||||
void SaveToFile(string filename);
|
||||
void ModifyTerrain(UUID user, Vector3 pos, byte size, byte action, UUID agentId);
|
||||
void ModifyTerrain(UUID user, Vector3 pos, byte size, byte action);
|
||||
|
||||
/// <summary>
|
||||
/// Taint the terrain. This will lead to sending the terrain data to the clients again.
|
||||
|
||||
Reference in New Issue
Block a user