aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/ParcelManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Renamed ParcelManager to LandManagermingchen2007-07-161-1206/+0
* changed to native line ending encodingSean Dague2007-07-161-1206/+1206
* *Trunk compiles nowmingchen2007-07-161-1/+15
* *Fixed bug that incorrectly tabulated 'others' prims on a parcelmingchen2007-07-161-10/+63
* *Added support for the "show" button that highlights objects over the selecte...mingchen2007-07-151-12/+77
* Removed reference to Scene EventManager from primitive. In its place, primiti...MW2007-07-151-1/+1
* *Updated getParcel to accept floats as well. This helps in finding the parcel...mingchen2007-07-141-7/+14
* *Removed ParcelManager from SceneObject and Primitive and replaced with event...mingchen2007-07-141-2/+9
* *Added support for simwide area and simwide prim count for parcelsmingchen2007-07-141-2/+49
* *Added support for prim counting on parcelsmingchen2007-07-141-7/+110
* * Apparently, we need to tell ParcelManager that there is no parcels.lbsa712007-07-141-1/+1
* *Moved the OnSignificantClientMovement event to ScenePresence.mingchen2007-07-131-13/+7
* *Reworked parcel joining to work the same way as LL's method.mingchen2007-07-131-23/+31
* Chat/Shout/etc should be working againMW2007-07-131-2/+2
* * Fixing issue with ParcelFlags. ParcelFlags is now a uint rather than an enum.Adam Frisby2007-07-131-3/+3
* *Parcel updates are now sent to users over newly subdivided areas and users o...mingchen2007-07-121-12/+19
* *Parcel and estate support fully restored into Sugilitemingchen2007-07-121-4/+16
* *Found and fixed bug that crashed viewer when logging in or viewing land ownersmingchen2007-07-121-6/+4
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-7/+6
* Attempted workaround for Mono's insistence on compiling BasicTerrain incorrectlyAdam Frisby2007-07-021-2/+2
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-0/+892