flagflag  
1: 2009-08-31 (Mon) 17:53:53 iseki source
Line 1: Line 1:
 +*** [#nd8db2af]
 +           // Fumi.Iseki
 +           if (pos.X < 0 || pos.X >= (int)Constants.RegionSize || pos.Y < 0 || pos.Y >= (int)Constants.RegionSize || pos.Z < 0) {
 +               m_log.WarnFormat("[SCENE PRESENCE]: MakeRootAgent() was given an illegal position of {0} for avatar {1}, {2}.", pos, Name, UUID);
 +               if (pos.X < 0) pos.X = 0;
 +               else if (pos.X >= (int)Constants.RegionSize) pos.X = (int)Constants.RegionSize - 1;
 +               if (pos.Y < 0) pos.Y = 0;
 +               else if (pos.Y >= (int)Constants.RegionSize) pos.Y = (int)Constants.RegionSize - 1;
 +               if (pos.Z < 0) pos.Z = 0;
 +           }
 +/*
 +           if (pos.X < 0 || pos.X >= (int)Constants.RegionSize || pos.Y < 0 || pos.Y >= (int)Constants.RegionSize || pos.Z < 0)
 +           {
 +               Vector3 emergencyPos = new Vector3(((int)Constants.RegionSize * 0.5f), ((int)Constants.RegionSize * 0.5f), 128);
 +
 +               m_log.WarnFormat(
 +                   "[SCENE PRESENCE]: MakeRootAgent() was given an illegal position of {0} for avatar {1}, {2}.  Substituting {3}",
 +                   pos, Name, UUID, emergencyPos);
 +
 +               pos = emergencyPos;
 +           }
 +*/ [#cf17a76c]


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

45 user(s) are online (12 user(s) are browsing xpwiki)

Members: 0
Guests: 45

more...

Access Counter

Today : 878878878
Yesterday : 4345434543454345
Total : 2365801923658019236580192365801923658019236580192365801923658019
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com