Completely revamp collision handling. Now works as it is supposed to.

This commit is contained in:
Melanie
2012-05-14 22:45:54 +02:00
parent e78043cb70
commit e3c376156c
5 changed files with 192 additions and 526 deletions

View File

@@ -632,7 +632,6 @@ namespace OpenSim.Data.Tests
.IgnoreProperty(x=>x.RegionUUID)
.IgnoreProperty(x=>x.Scene)
.IgnoreProperty(x=>x.Parts)
.IgnoreProperty(x=>x.PassCollision)
.IgnoreProperty(x=>x.RootPart));
}