aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/RegionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added proper copyright notices to everything (1/3)Adam Frisby2007-06-051-0/+27
|
* * Removed MainConsole.Instance.WriteLine completelyAdam Frisby2007-06-051-14/+14
| | | | | | * Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely.
* *Cleaned up Configuration Setup questionsmingchen2007-06-051-23/+54
| | | | | | | | | *Added Configuration option for Master User Avatar name and (in sandbox mode) password *Added support for Master User in sandbox mode. Support lacks for grid mode still. **Grid support is possible when remotely fetching avatar data by name and UUID is available *Currently lacks parcel buying support. For now, in sandbox mode, log into master user information to own the parcel
* Added Basic Parcel Supportmingchen2007-06-031-0/+15
| | | | | | | *Created Parcel class to handle each parcel *Created ParcelManager class to handle the Parcel Object *For now, by default it is assigned to a fake avatar key and set for sale to L$0
* attempt twoMW2007-05-291-1/+2
|
* Hopefully fixed Culture decimal problemMW2007-05-291-1/+2
|
* * Fixed dumb mistake with terrain default loading.Adam Frisby2007-05-271-0/+8
|
* * Inserting "SYSTEMIP" into a simconfig.xml's IPAddress="" section will use ↵Adam Frisby2007-05-271-1/+19
| | | | the first resolved IP of the system. This is to assist with Adam's lazy-deploy system but may be useful to others.
* * Added ability to set default terrain to a file in region config. If unable ↵Adam Frisby2007-05-271-0/+18
| | | | to open, terrain will be procedurally generated instead. (also needs testing.). Default file must be in R32 format. Use "terrain save f32 default.r32" on the region console to make a default file you can use.
* Renamed the new Directories. (removed the "-Source" from the end of them)MW2007-05-241-0/+261