aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/LandManagement/Land.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Introduced IScriptHost as an interface to fetching object data from scripts.lbsa712007-08-161-1/+1
| | | | | | * This meant introducing AbsolutePosition on all objects (since SimChat wants that)
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-19/+19
| | | | | | PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon.
* mass update of files to have native line endingsSean Dague2007-07-301-602/+602
|
* * Started renaming world to Scenelbsa712007-07-261-15/+18
| | | | | | * Update and UpdateMovement now first stores array to avoid collection update exceptions * Ignored some bins
* * Renamed terrain functions to match OpenSim naming styles.Adam Frisby2007-07-211-2/+2
| | | | | * Added capability to support minimum/maximum terrain limits (from the last 'bake')
* *Adding some more filesmingchen2007-07-161-0/+599