[Verse-dev] unique owner id's

Brecht Van Lommel verse-dev@blender.org
Wed Aug 11 14:56:50 CEST 2004


Hi,

The method to check if node is created by the client (owner_id ==
avatar), doesn't work in all cases.

If a client gets destroyed, it's node id can be assigned to a new
client, which would then suddenly get ownership of all the nodes created
by the other client.

I haven't found anything on this in the spec or the server code. I think
it would be best to assign all nodes created by a destroyed client an
invalid owner id. Whether that invalid id would be 0 or MAX_UINT32 is up
to you guys to decide :P.

Cheers,
Brecht




More information about the Verse-dev mailing list