aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/LandManagement/Land.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Continuing refactoring of presencelbsa712007-09-211-1/+1
| | | | | | | | * Deleted stub ScenePresence.Body.cs * Added stub Region classes The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
* * even more renaming and refactoring; the cleaning woman is on call.lbsa712007-09-201-1/+1
|
* Rev 1971 : The Lbsa71 vintage commitlbsa712007-09-201-1/+1
| | | | | * Refactored to prepare for some serious restructuring
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-62/+87
| | | | | * 'remove redundant this qualifier' ftw
* * 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