aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/Estate/EstateManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-293/+0
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-2/+3
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
2007-05-03* Added /libraries directory to trunk (for related-but-independent libraries ↵Adam Frisby1-2/+2
such as libTerrain) * Added /libraries/libLSL shell for future LSL Object Interpreter
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-2/+2
* Now dumping default value in config. *
2007-04-11Attempt to rearrange some of the directoriesMW1-0/+0
2007-04-11added missing filesMW1-4/+1
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-0/+13
scripting Engines. Added the work in progress JVM scripting engine.