From what I can see... there isn't anything particularly noteworthy and the code comments are dry. It seems to be very basic handling of subdivisions of a zone's space to hold objects, and the associated code to go along with searching through those subdivisions to perform radius searches. There's some stuff on player relocation but I haven't really taken a good look at it. Presumably it deals with moving objects from old subdivisions to new subdivisions based on updated positions.
Anybody see a reason not to clean this up with a much simpler version? I tried to do some basic searching but didn't come up with much. The upside is far less brittle and more readable code... the potential downside is possibly a slight speed decrease but I don't see it being all that much slower if at all. Another upside, as well, is being able to finally strongly-type radius searches.
