* Copied objects are now owned by the object copier (Next Owner) (however next owner permissions are not applied yet)

* In Serverside permissions mode; If you've copied an object, then you can delete it and clean up after yourself.  The rest of the permissions functionality is still unchanged.  Admin can delete any object..  etc.
This commit is contained in:
Teravus Ovares
2007-11-14 11:56:57 +00:00
parent 61b301cbcd
commit 3cb2b5eb66
6 changed files with 49 additions and 14 deletions

View File

@@ -217,7 +217,7 @@ namespace OpenSim.Framework
public delegate void UpdatePrimGroupRotation(uint localID, LLVector3 pos, LLQuaternion rot, IClientAPI remoteClient);
public delegate void ObjectDuplicate(uint localID, LLVector3 offset, uint dupeFlags);
public delegate void ObjectDuplicate(uint localID, LLVector3 offset, uint dupeFlags, LLUUID AgentID, LLUUID GroupID);
public delegate void StatusChange(bool status);