aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/Estate (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Wiping trunk in prep for SugiliteAdam Frisby2007-07-111-293/+0
|
* Fixed the bug that makes a region use its water height as its name (in ↵MW2007-06-141-1/+1
| | | | regionhandshake), which lead to most regions being called "20".
* *Added Estate Tools for terrain texturing, terrain texturing heights per ↵mingchen2007-06-081-21/+250
| | | | | | | corner, water height, region flags, etc basic settings *Parcel now sends ParcelProperties when the owner changes information as soon as the information is changed
* *Added basic support for EstateOwnerMessagemingchen2007-06-071-0/+48
| | | | | **Added support for 'getinfo' method
* *Added EstateSettings.cs and moved many relevant variables from ↵mingchen2007-06-071-0/+5
| | | | | | | | RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase *Added a few missed copyright headers *Fixed a filename typo
* *Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen2007-06-071-0/+11
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning