Files
libremetaverse/libsecondlife-cs/libsecondlife.Utilities
John Hurliman 3425e84afb * Significant rewrite of Parcel and ParcelManager
** Code file renamed from Parcel.cs to ParcelManager.cs
** All functions except Update() have been moved from Parcel to the ParcelManager (don't have to have a Parcel object to use the functions now)
** Expanded Parcel to include all of the ParcelProperties fields
** Added several enums
** Added a new overload for request parcel properties
** Renamed everything for consistency and added documentation
* Fixed a bug in Simulator where the PingTimer object could be accessed but not created
* Formatting cleanup in Simulator

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1055 52acb1d6-8a22-11de-b505-999d5b087335
2007-03-19 13:38:10 +00:00
..