aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/RegionInfoBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-62/+0
2007-06-07*Forgot to initialize estateSettings variable in RegionInfoBasemingchen1-8/+8
2007-06-07*Added EstateSettings.cs and moved many relevant variables from ↵mingchen1-30/+3
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-1/+1
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
2007-06-05* Added proper copyright notices to everything (1/3)Adam Frisby1-0/+27
2007-06-03Added Basic Parcel Supportmingchen1-0/+1
*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
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW1-32/+0
just missing backend comms and working Avatar/primitives classes.
2007-05-27* Region Terrain textures are now loaded from the RegionInfo class rather ↵Adam Frisby1-16/+22
than being hard coded in the handshake packets. * Supports: Base0-3 textures, Detail0-3 textures, Start00-11 values, Range00-11 values. * Added notes on how terrain texturing works to their definition in regionInfoBase.
2007-05-27* Added ability to set default terrain to a file in region config. If unable ↵Adam Frisby1-0/+23
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.
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-0/+32
class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port)