* Renaming ObjectPropertiesRequestType to ReportType, filling out the enum
Simian:
* Added UUIDNameRequest, MultipleObjectUpdate, ObjectDeselect, and RequestObjectPropertiesFamily handlers
* Fixed some bugs in object-object collision
* Slightly improved prim spawn location (will always be hacky until we have a collision system)

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2177 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-08-28 02:38:32 +00:00
parent 5144fd6b32
commit eb8ee37b34
4 changed files with 185 additions and 23 deletions

View File

@@ -217,7 +217,7 @@ namespace OpenMetaverse.TestClient
}
void Objects_OnObjectPropertiesFamily(Simulator simulator, Primitive.ObjectProperties properties,
ObjectPropertiesRequestType type)
ReportType type)
{
Properties.SetFamilyProperties(properties);
GotPermissions = true;