Bug #9888, was updated on 2007-Jan-06 16:44
Here is a current snapshot of the bug.

Project: libsecondlife
Category: aditi
Status: Open
Resolution: None
Bug Group: Buggy Code
Priority: 5
Submitted by: mcortez
Assigned to : none
Summary: RegionHandle on NewPrim event incorrect.

Details: The following code should return the same RegionHandle for all three 
variables:

==========
protected void Objects_OnNewPrim(Simulator simulator, PrimObject NewPrim, ulong 
regionHandle, ushort timeDilation)
{
Console.WriteLine("Sim:  " + simulator.Region.Handle);
Console.WriteLine("Prim: " + NewPrim.RegionHandle);
Console.WriteLine("RgnH: " + regionHandle);
======

However, when run inside hooper by a bot with latest SVN, the first handle 
returned by simulator.Region.Handle is not equal to the one returned by the 
other two variables.

I'm not sure which set is incorrect.

For detailed info, follow this link:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=9888&group_id=7710
_______________________________________________
Libsecondlife-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/libsecondlife-dev

Reply via email to