aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/Estate (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-14Fixed the bug that makes a region use its water height as its name (in ↵MW1-1/+1
regionhandshake), which lead to most regions being called "20".
2007-06-08*Added Estate Tools for terrain texturing, terrain texturing heights per ↵mingchen1-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
2007-06-07*Added basic support for EstateOwnerMessagemingchen1-0/+48
**Added support for 'getinfo' method
2007-06-07*Added EstateSettings.cs and moved many relevant variables from ↵mingchen1-0/+5
RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase *Added a few missed copyright headers *Fixed a filename typo
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-0/+11
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning