* Removed ClientThreads from avatar

* Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute
* Added avatar handling to SimpleApp, still don't have any avatar out on the playing field
* Removed some warnings
* Went from IWorld to Scene
*
This commit is contained in:
lbsa71
2007-06-20 15:18:54 +00:00
parent 8edcc844c4
commit 64ed1e1b3b
20 changed files with 80 additions and 598 deletions

View File

@@ -237,7 +237,7 @@ namespace OpenSim.Region
}
}
}
catch (Exception e)
catch (Exception)
{
return false; //Exception. For now, lets skip subdivision
}
@@ -294,7 +294,7 @@ namespace OpenSim.Region
startParcel = getParcel(start_x, start_y);
endParcel = getParcel(end_x, end_y);
}
catch (Exception e)
catch (Exception)
{
return false; //Error occured when trying to get the start and end parcels
}